abel
Installation
SKILL.md
Use Abel as the main entrypoint.
Before routing, verify auth state by running:
python ../abel-ask/scripts/cap_probe.py auth-status
Do not guess from shell environment alone.
- If auth is missing or invalid, use
abel-auth. Tell it to readreferences/setup-guide.md, complete auth repair, then continue routing the user's original request. - If the user wants quant strategy search, backtesting, candidate discovery, a research workspace,
session continuation, branch preparation, branch debugging, or branch runs,
use
abel-strategy-discovery. - For other graph-native or decision-oriented Abel reads, use
abel-ask.
Related skills