Understand-Anything
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, and Hermes Agent — fewer tokens, fewer tool calls, 100% local
npx @colbymchenry/codegraphA hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins
Supports Claude Code, Cursor, Windsurf
Shows active maintenance signals
Carries strong trust indicators from repository metadata
1297 GitHub stars recorded
# Clone into your project
git clone https://github.com/AlphaGBM/skills.git .claude/skills/alphagbm
# Or add as submodule
git submodule add https://github.com/AlphaGBM/skills.git .claude/skills/alphagbm
git clone https://github.com/AlphaGBM/skills.git .cursor/skills/alphagbm
# Clone and install
git clone https://github.com/AlphaGBM/skills.git
cd skills/cli
pip install -e .
# Set your API key
alphagbm config set-key agbm_xxxxxxxxxxxxxxxx
# Start analyzing
alphagbm stock analyze AAPL
alphagbm options score NVDA
See cli/README.md for full CLI documentation.
All skills include built-in demo data for AAPL, NVDA, SPY, TSLA, and META. Just ask your AI:
"Analyze AAPL stock using AlphaGBM" "Score NVDA options" "Show me TSLA's volatility surface" "What's the best bullish strategy for META?"
# Set your API key for real-time data
export ALPHAGBM_API_KEY=agbm_xxxxxxxxxxxxxxxx
export ALPHAGBM_BASE_URL=https://alphagbm.zeabur.app # optional, this is the default
# Get your free key at https://alphagbm.com/api-keys
curl https://alphagbm.zeabur.app/api/health
Returns API status, available data fields, data source health, and market coverage — no auth needed. Useful for AI agents to verify what's available before making calls.
| Plan | Stock Analysis | Options Analysis | Quick Quote / Snapshot |
|---|---|---|---|
| Free | 2/day | 1/day | Unlimited |
| Plus | 1,000/month | 1,000/month | Unlimited |
| Pro | 5,000/month | 5,000/month | Unlimited |
| Market | Stocks | Options | Data Points |
|---|---|---|---|
| US | 200+ | Full chains | IV/HV/VRP/Greeks/Skew/Surface |
| HK | 35+ | Full chains | IV/HV/VRP/Greeks |
| CN | 20+ ETFs | Full chains | IV/HV/VRP/Greeks |
| Commodities | Au/Ag/Cu/Al | Futures options | IV/Greeks/Delivery risk |