# π InvestSkill
# Professional Investment Analysis for US Stock Market
18 AI-Powered Analysis Frameworks Β· Works Everywhere Β· Fully Open Source
π Live Documentation β’ π Cookbook β’ π Issues β’ π¬ Discussions β’ πΉπΌ ηΉι«δΈζ
# π― What is InvestSkill?
InvestSkill is an enterprise-grade investment analysis toolkit that brings institutional-quality frameworks to every AI platform. Get professional stock analysis with 18 comprehensive frameworksβno financial license required, no API fees.
Perfect for: Investment research β’ Due diligence β’ Portfolio management β’ Financial education β’ Stock evaluation
# β¨ 18 Professional Frameworks
|
# π Works Everywhere
|
# π Quick Start (30 Seconds)
# Claude Code (Recommended)
claude
/plugin marketplace add yennanliu/InvestSkill
/plugin install us-stock-analysis
/us-stock-analysis:stock-eval AAPL
# Cursor or GitHub Copilot
git clone https://github.com/yennanliu/InvestSkill.git
cd InvestSkill
cursor . # or use GitHub Copilot
@prompts/stock-eval.md Evaluate Apple
# Gemini CLI
cd /path/to/InvestSkill
gemini
> @prompts/stock-eval.md Evaluate Apple
π Full setup guides: Claude Code β’ Cursor β’ Gemini CLI
# π Core Features
# π Valuation & Analysis
|
# π° Specialized Analysis
|
# π Market Intelligence
|
# π Advanced Features
|
# π The 18 Frameworks
| Category | Frameworks | Purpose |
|---|---|---|
| Core Analysis (6) | stock-eval Β· fundamental-analysis Β· technical-analysis Β· economics-analysis Β· dcf-valuation Β· stock-valuation | Comprehensive stock evaluation |
| Financial Reports (2) | 10-K/10-Q Analyst Β· Earnings Call | Deep-dive document analysis |
| Market Monitoring (4) | Insider Trading Β· Institutional Β· Dividends Β· Short Interest | Activity & sentiment tracking |
| Advanced (4) | Competitor Β· Options Β· Portfolio Β· Sector | Specialized research angles |
| Meta (2) | Research Bundle Β· Report Generator | Automation & synthesis |
# π‘ Real-World Use Cases
π Due Diligence for Acquisition
/us-stock-analysis:stock-eval TARGET
/us-stock-analysis:financial-report-analyst TARGET 10-K
/us-stock-analysis:competitor-analysis TARGET --peers COMPETITORS
/us-stock-analysis:stock-valuation TARGET --methods all
β Get institutional-quality valuation in minutes
πΌ Portfolio Rebalancing Decision
/us-stock-analysis:portfolio-review
[paste your holdings]
β Allocation analysis & optimization recommendations
π Deep Earnings Analysis
/us-stock-analysis:fundamental-analysis TICKER --visual
/us-stock-analysis:earnings-call-analysis TICKER
[paste transcript]
β Management tone, guidance, risks, opportunities
π Options Entry Planning
/us-stock-analysis:technical-analysis TICKER --chart
/us-stock-analysis:options-analysis TICKER --earnings
β Technical setup + volatility expectations β strategy selection
# π― Platform Guides
| π Claude Code Full Guide β β’ Plugin marketplace β’ 18 slash commands β’ Advanced workflows |
π― Cursor IDE Full Guide β β’ Auto-loading rules β’ @prompts/ refs β’ Natural language |
π¬ Gemini CLI Full Guide β β’ File references β’ Session memory β’ Multi-framework chains |
π€ GitHub Copilot Full Guide β β’ Auto-loads β’ VS Code & JetBrains β’ Natural language |
π Universal Full Guide β β’ ChatGPT β’ Claude.ai β’ Any LLM |
Status: Deployment Dashboard β Real-time platform availability & version sync
# π οΈ Installation
# Claude Code (Recommended for Most Users)
claude
/plugin marketplace add yennanliu/InvestSkill
/plugin install us-stock-analysis
/plugin list # Verify
Verify Installation:
node scripts/setup-verify.js
# Cursor IDE (Auto-Loading)
git clone https://github.com/yennanliu/InvestSkill.git
cd InvestSkill
cursor .
# Rules auto-load in AI Chat (Cmd+K)
# Gemini CLI (Auto-Loading)
cd /path/to/InvestSkill
gemini
# GEMINI.md auto-loads
# All prompts available via @prompts/
# GitHub Copilot (Auto-Loading)
Open repository in VS Code or JetBrains IDE
Copilot automatically loads .github/copilot-instructions.md
# Universal Access (Any AI)
- Copy prompt file:
cat prompts/stock-valuation.md | pbcopy - Paste into ChatGPT, Claude.ai, or any LLM
- Ask your question
# π Documentation
| Resource | Content |
|---|---|
| README.md | This page β overview & features |
| Platform Guides | Detailed setup for each platform |
| FAQ & Troubleshooting | 50+ Q&A covering all platforms |
| Adding New Skills | Contributor guide (12-step process) |
| Deployment Status | Real-time platform sync & health |
| Cookbook | Examples & walkthroughs |
| Compatibility Matrix | Feature comparison chart |
| CI/CD Guide | Release automation |
# π Example Workflows
# Workflow 1: Quick Stock Screening
# 5-minute evaluation
/stock-eval NVDA
/stock-eval AMD
/stock-eval QCOM
β Piotroski scores, ROIC, risk matrix for quick go/no-go
# Workflow 2: Complete Due Diligence
# Full institutional analysis
/stock-eval AAPL
/fundamental-analysis AAPL --visual
/technical-analysis AAPL --chart
/stock-valuation AAPL --methods all
/competitor-analysis AAPL --moat
/financial-report-analyst AAPL 10-K
β Comprehensive 50-page report equivalent
# Workflow 3: Earnings Season Research
# 30-minute earnings playbook
/fundamental-analysis TICKER --visual # Pre-earnings baseline
/earnings-call-analysis TICKER [paste transcript] # Post-earnings
/technical-analysis TICKER --chart # Setup quality
/options-analysis TICKER --earnings # Vol expectations
β Complete earnings thesis
# Workflow 4: Portfolio Optimization
/portfolio-review [paste your holdings]
β Allocation analysis + rebalancing suggestions
# β¨ What Makes InvestSkill Different
| Feature | InvestSkill | Generic AI |
|---|---|---|
| 18 Curated Frameworks | β Built-in | β Manual setup |
| Signal Blocks | β Standardized | β Inconsistent |
| All Platforms | β Native support | β Workarounds |
| No API Fees | β Free | β Paid APIs |
| Offline Prompts | β All included | β External links |
| Professional Quality | β Institutional | β οΈ Variable |
| Educational | β Teaches frameworks | β Just answers |
# π€ Contributing
# Add a New Skill
See ADDING-NEW-SKILLS.md for comprehensive guide:
- 12-step walkthrough
- File structure templates
- Platform sync checklist
- Testing procedures
# Report Issues
Found a bug? Open an issue with:
- Platform & version
- Steps to reproduce
- Expected vs. actual behavior
# Suggest Features
Start a discussion with:
- Feature description
- Use case example
- Why it helps InvestSkill users
# π Project Status
|
Current Version: 1.4.0 |
Tests: 292 passing β
|
Recent Improvements:
- β Automated changelog generation
- β Interactive release CLI
- β Dry-run deployment validation
- β 22 integration tests
- β Release notification bot
- β Comprehensive contributor guide
- β Platform-specific documentation
See CHANGELOG.md for full history.
# βοΈ Legal Disclaimer
Educational Use Only. InvestSkill provides analytical frameworks for learning and research purposes.
This toolkit does NOT constitute financial advice. Always:
- Consult qualified financial advisors
- Do your own research (DYOR)
- Verify analysis independently
- Consider your risk tolerance
Past performance β future results
# π Support & Community
Questions?
- π FAQ & Troubleshooting β 50+ answers
- π¬ GitHub Discussions β Ask the community
- π GitHub Issues β Report problems
Stay Updated:
- β Star the repo for updates
- π Watch for new releases
- π§ GitHub notifications
# Made with β€οΈ for the investment research community
GitHub β’ Website β’ Issues β’ Discussions