mirror of
https://github.com/longbridge/skills.git
synced 2026-09-14 20:37:00 +08:00
762717aa1a
## Summary - Consolidates 127 individual skills into **13 big skills** (10 CLI domains + 2 external contribution skills + 1 base), reducing complexity by 90% - Each new SKILL.md ≤ 200 lines; detail migrates into `references/<name>.md` loaded on demand - Old skill directories backed up to `.deletions/` (gitignored), not in version control ## New structure | Skill | Covers | |---|---| | `longbridge-market-data` | 19 CLI commands (quote/kline/depth/capital/IPO/fx/…) + ADR premium + FX carry | | `longbridge-technical` | 9 TA frameworks (Ichimoku/SMC/Chan/Elliott Wave/Turtle/Harmonic/…) | | `longbridge-derivatives` | option + warrant + options strategy/pnl/volatility/advanced frameworks | | `longbridge-fundamentals` | 13 CLI commands + DCF/value-screen/behavioral-finance frameworks | | `longbridge-research` | 12 CLI commands + investment research/DeFi/on-chain frameworks | | `longbridge-portfolio` | 14 CLI commands (incl. order+dca) + risk/rebalance/attribution frameworks | | `longbridge-quant` | quant CLI + 12 quantitative strategy frameworks | | `longbridge-watchlist` | watchlist + alert + sharelist (dry-run protocol) | | `longbridge-content` | news + filing + topic + SEC EDGAR + regulatory KB | | `longbridge-intel` | screener + rank + anomaly + 12 market intelligence frameworks + ARK | | `longbridge-earnings` | pre-earnings preview + post-earnings DOCX (absorbs earnings-preview) | | `longbridge-value-investing` | Graham NCAV/net-net + Buffett moat (absorbs 4 external PR skills) | ## Design decisions - `description` field: Simplified Chinese + English; Traditional Chinese only for divergent glyphs — fits within 1024-char limit - Every SKILL.md has `## Sub-topic Routing` table mapping user intent → `references/` file - Every SKILL.md has `## Auth requirements` section with per-command 🔐 markers - `longbridge-technical` has `## Data dependency` noting it requires `longbridge kline` - Mutating skills (portfolio orders, watchlist) retain dry-run + confirm protocol ## Test plan - [ ] All 13 SKILL.md files ≤ 200 lines ✅ - [ ] All 13 skills present in `well-known-skills-index.json` ✅ - [ ] Install one skill and verify it triggers correctly in Claude Code - [ ] Verify `longbridge-watchlist` dry-run protocol works for mutations 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Jason Lee <huacnlee@gmail.com>