File contents Claude Trading Skills - TODO List
Completed ✅
In Progress 🔄
None currently.
Pending Skills 📋
1. Relative Strength Momentum Scanner (High Priority)
Purpose: Identify stocks with strong momentum using IBD-style RS Rating
Why This Skill:
Fills gap in current skill set (no momentum/growth stock focus)
Complements value-oriented skills (Value Dividend Screener, Institutional Flow Tracker)
IBD RS Rating is proven methodology used by successful growth investors
Useful for swing traders and growth stock investors
Key Features:
RS Rating calculation (3/6/12-month price performance vs market)
Sector-relative strength ranking
Momentum acceleration/deceleration detection
Volume-confirmed breakout candidates
Stage analysis (Accumulation → Markup → Distribution → Decline)
Data Requirements:
FMP API (price history, volume data)
Free tier sufficient (250 calls/day)
Implementation Plan:
Create directory structure: relative-strength-momentum-scanner/
Write SKILL.md with RS Rating methodology
Create references:
rs_rating_methodology.md - IBD-style RS calculation
momentum_patterns.md - Acceleration/deceleration patterns
breakout_checklist.md - Volume confirmation criteria
Write scripts:
calculate_rs_rating.py - RS Rating for single stock
screen_momentum_stocks.py - Sector-wide screening
detect_breakouts.py - Volume-confirmed breakout detection
Write README.md with usage examples
Update main README.md and CLAUDE.md
Commit and push
Estimated Effort: 4-6 hours
Integration Opportunities:
Combine with Institutional Flow Tracker (momentum + smart money confirmation)
Combine with Technical Analyst (momentum + chart pattern confirmation)
Use with Sector Analyst to identify leading sectors
2. Macro Indicator Dashboard (Medium Priority)
Purpose: Automated macro economic indicator tracking and analysis
Why This Skill:
Current Market Environment Analysis requires manual data entry
FRED API provides free access to thousands of economic indicators
Automates weekly/monthly macro reviews
Helps with sector rotation and risk management decisions
Key Features:
Automated data fetching from FRED API (free, unlimited)
Key indicators: Fed Funds Rate, CPI, PPI, NFP, GDP, ISM PMI, Yield Curve
Trend visualization (MoM, YoY, moving averages)
Economic cycle detection (Early/Mid/Late Cycle, Recession)
Market implication generation (sector recommendations, risk posture)
Alert system for threshold breaches
Data Requirements:
FRED API (free, no rate limits for reasonable use)
FMP API for complementary market data (optional)
Implementation Plan:
Create directory structure: macro-indicator-dashboard/
Write SKILL.md with economic indicator framework
Create references:
fred_api_guide.md - FRED API usage and key series IDs
economic_cycle_indicators.md - Leading/lagging indicators
sector_cycle_mapping.md - Sector performance by cycle phase
interpretation_guide.md - How to read macro data
Write scripts:
fetch_macro_data.py - Pull data from FRED API
analyze_economic_cycle.py - Determine current cycle phase
generate_dashboard.py - Create comprehensive macro report
Write README.md with indicator catalog
Update main README.md and CLAUDE.md
Commit and push
Estimated Effort: 6-8 hours
Integration Opportunities:
Combine with Sector Analyst for cycle-based rotation
Combine with US Market Bubble Detector for risk assessment
Feed into Portfolio Manager for macro-driven rebalancing
Support Stanley Druckenmiller Investment Advisor with macro themes
Future Enhancements (Backlog) 💡
3. Short Interest Analyzer (Low Priority)
Track short interest changes
Identify short squeeze opportunities
FMP API integration
Estimated effort: 3-4 hours
4. Insider Trading Monitor (Low Priority)
Form 4 filing analysis
Cluster detection (multiple insiders buying/selling)
FMP API integration
Estimated effort: 4-5 hours
5. Swing Trade Setup Scanner (Low Priority)
Price action pattern recognition
Volume profile analysis
Specific entry/stop/target levels
Estimated effort: 6-8 hours
6. Correlation Matrix Analyzer (Low Priority)
Portfolio correlation analysis
Hidden concentration risk detection
Diversification scoring
Estimated effort: 3-4 hours
Repository Maintenance Tasks
Documentation Updates Needed
Testing Needed
Code Quality
Priority Order for Next Implementation
Relative Strength Momentum Scanner (completes momentum/growth coverage)
Macro Indicator Dashboard (automates manual workflow, high value-add)
Short Interest Analyzer (nice-to-have, lower priority)
Insider Trading Monitor (complementary to Institutional Flow)
Others as needed
Notes
All new skills should follow existing directory structure:
<skill-name>/
├── SKILL.md
├── README.md
├── references/
├── scripts/
└── assets/
API keys should support both environment variables and CLI arguments
All scripts should include help text and usage examples
Reference guides should be comprehensive with examples
Integration with existing skills should be documented
Last Updated: 2025-11-09
1 --- 2 name: 2461-todo-c14eb873 3 description: Claude Trading Skills - TODO List 4 --- 5 # Claude Trading Skills - TODO List 6 7 ## Completed ✅ 8 9 - [x] **Institutional Flow Tracker** (2025-11-09) 10 - 13F filings analysis with tier-based quality framework 11 - Multi-quarter trend identification 12 - FMP API integration 13 - Comprehensive reference guides 14 15 ## In Progress 🔄 16 17 None currently. 18 19 ## Pending Skills 📋 20 21 ### 1. Relative Strength Momentum Scanner (High Priority) 22 23 **Purpose:** Identify stocks with strong momentum using IBD-style RS Rating 24 25 **Why This Skill:** 26 - Fills gap in current skill set (no momentum/growth stock focus) 27 - Complements value-oriented skills (Value Dividend Screener, Institutional Flow Tracker) 28 - IBD RS Rating is proven methodology used by successful growth investors 29 - Useful for swing traders and growth stock investors 30 31 **Key Features:** 32 - RS Rating calculation (3/6/12-month price performance vs market) 33 - Sector-relative strength ranking 34 - Momentum acceleration/deceleration detection 35 - Volume-confirmed breakout candidates 36 - Stage analysis (Accumulation → Markup → Distribution → Decline) 37 38 **Data Requirements:** 39 - FMP API (price history, volume data) 40 - Free tier sufficient (250 calls/day) 41 42 **Implementation Plan:** 43 1. Create directory structure: `relative-strength-momentum-scanner/` 44 2. Write SKILL.md with RS Rating methodology 45 3. Create references: 46 - `rs_rating_methodology.md` - IBD-style RS calculation 47 - `momentum_patterns.md` - Acceleration/deceleration patterns 48 - `breakout_checklist.md` - Volume confirmation criteria 49 4. Write scripts: 50 - `calculate_rs_rating.py` - RS Rating for single stock 51 - `screen_momentum_stocks.py` - Sector-wide screening 52 - `detect_breakouts.py` - Volume-confirmed breakout detection 53 5. Write README.md with usage examples 54 6. Update main README.md and CLAUDE.md 55 7. Commit and push 56 57 **Estimated Effort:** 4-6 hours 58 59 **Integration Opportunities:** 60 - Combine with Institutional Flow Tracker (momentum + smart money confirmation) 61 - Combine with Technical Analyst (momentum + chart pattern confirmation) 62 - Use with Sector Analyst to identify leading sectors 63 64 --- 65 66 ### 2. Macro Indicator Dashboard (Medium Priority) 67 68 **Purpose:** Automated macro economic indicator tracking and analysis 69 70 **Why This Skill:** 71 - Current Market Environment Analysis requires manual data entry 72 - FRED API provides free access to thousands of economic indicators 73 - Automates weekly/monthly macro reviews 74 - Helps with sector rotation and risk management decisions 75 76 **Key Features:** 77 - Automated data fetching from FRED API (free, unlimited) 78 - Key indicators: Fed Funds Rate, CPI, PPI, NFP, GDP, ISM PMI, Yield Curve 79 - Trend visualization (MoM, YoY, moving averages) 80 - Economic cycle detection (Early/Mid/Late Cycle, Recession) 81 - Market implication generation (sector recommendations, risk posture) 82 - Alert system for threshold breaches 83 84 **Data Requirements:** 85 - FRED API (free, no rate limits for reasonable use) 86 - FMP API for complementary market data (optional) 87 88 **Implementation Plan:** 89 1. Create directory structure: `macro-indicator-dashboard/` 90 2. Write SKILL.md with economic indicator framework 91 3. Create references: 92 - `fred_api_guide.md` - FRED API usage and key series IDs 93 - `economic_cycle_indicators.md` - Leading/lagging indicators 94 - `sector_cycle_mapping.md` - Sector performance by cycle phase 95 - `interpretation_guide.md` - How to read macro data 96 4. Write scripts: 97 - `fetch_macro_data.py` - Pull data from FRED API 98 - `analyze_economic_cycle.py` - Determine current cycle phase 99 - `generate_dashboard.py` - Create comprehensive macro report 100 5. Write README.md with indicator catalog 101 6. Update main README.md and CLAUDE.md 102 7. Commit and push 103 104 **Estimated Effort:** 6-8 hours 105 106 **Integration Opportunities:** 107 - Combine with Sector Analyst for cycle-based rotation 108 - Combine with US Market Bubble Detector for risk assessment 109 - Feed into Portfolio Manager for macro-driven rebalancing 110 - Support Stanley Druckenmiller Investment Advisor with macro themes 111 112 --- 113 114 ## Future Enhancements (Backlog) 💡 115 116 ### 3. Short Interest Analyzer (Low Priority) 117 - Track short interest changes 118 - Identify short squeeze opportunities 119 - FMP API integration 120 - Estimated effort: 3-4 hours 121 122 ### 4. Insider Trading Monitor (Low Priority) 123 - Form 4 filing analysis 124 - Cluster detection (multiple insiders buying/selling) 125 - FMP API integration 126 - Estimated effort: 4-5 hours 127 128 ### 5. Swing Trade Setup Scanner (Low Priority) 129 - Price action pattern recognition 130 - Volume profile analysis 131 - Specific entry/stop/target levels 132 - Estimated effort: 6-8 hours 133 134 ### 6. Correlation Matrix Analyzer (Low Priority) 135 - Portfolio correlation analysis 136 - Hidden concentration risk detection 137 - Diversification scoring 138 - Estimated effort: 3-4 hours 139 140 --- 141 142 ## Repository Maintenance Tasks 143 144 ### Documentation Updates Needed 145 - [ ] Create Japanese README.ja.md for Institutional Flow Tracker 146 - [ ] Generate ZIP package for Institutional Flow Tracker (for web app users) 147 - [ ] Update skill catalog count in main README.md 148 149 ### Testing Needed 150 - [ ] Test Institutional Flow Tracker scripts with real FMP API 151 - [ ] Validate reference guide accuracy against current SEC rules 152 - [ ] Test integration with other skills (Value Dividend Screener, etc.) 153 154 ### Code Quality 155 - [ ] Add error handling improvements to all FMP API scripts 156 - [ ] Add retry logic with exponential backoff for rate limits 157 - [ ] Standardize output format across all skills 158 159 --- 160 161 ## Priority Order for Next Implementation 162 163 1. **Relative Strength Momentum Scanner** (completes momentum/growth coverage) 164 2. **Macro Indicator Dashboard** (automates manual workflow, high value-add) 165 3. Short Interest Analyzer (nice-to-have, lower priority) 166 4. Insider Trading Monitor (complementary to Institutional Flow) 167 5. Others as needed 168 169 --- 170 171 ## Notes 172 173 - All new skills should follow existing directory structure: 174 ``` 175 <skill-name>/ 176 ├── SKILL.md 177 ├── README.md 178 ├── references/ 179 ├── scripts/ 180 └── assets/ 181 ``` 182 183 - API keys should support both environment variables and CLI arguments 184 - All scripts should include help text and usage examples 185 - Reference guides should be comprehensive with examples 186 - Integration with existing skills should be documented 187 188 **Last Updated:** 2025-11-09
tools-only/X-Skills/tree/main/investment/2461-todo_c14eb873 commit 4a09f298ac
Frequently asked questions How do I install the 2461 Todo C14eb873 skill? Run npx skillmds@latest add tools-only/2461-todo-c14eb873 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the 2461 Todo C14eb873 skill do? Claude Trading Skills - TODO List It is listed under Productivity on SkillMD.
Is 2461 Todo C14eb873 safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with 2461 Todo C14eb873? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is 2461 Todo C14eb873 free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published 2461 Todo C14eb873? tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.