knowledge-baselisted
Install: claude install-skill dinglebear-ai/axon
# Axon Knowledge Base
Use this to turn URLs or topics into organized LLM-ready content.
## Onboarding Interview
Infer the source, goal, depth, and output location from context. If the source and goal are clear, proceed immediately.
Ask at most 1-3 concise questions only if blocked, such as the source URL/topic, whether the output is reference/RAG/training/docs, or training format if training is requested.
## Axon Collection Plan
Choose the Axon surface by source shape:
All indexing goes through the one unified source command — `axon <source>`
(equivalently `axon source <source>`), narrowed with `--scope` when the family
default is wrong. There is no `axon crawl`, `axon ingest`, `axon embed`, or
`axon refresh`.
| Need | Axon surface |
|---|---|
| Discover URLs only | `axon map <url>` |
| Capture a docs site or section as artifacts | `axon <url> --scope site --output-dir <dir>` |
| Fetch selected pages | `axon scrape <url> --output-dir <dir>` |
| Discover topic sources | `axon search` or `axon research` |
| Index repos, feeds, Reddit, YouTube, packages, local paths | `axon <source>` |
| Index AI sessions | `axon sessions`, or `axon "session:<provider>:<path>"` |
| Refresh an existing source | re-run `axon <source>` — the ledger diffs manifests and only re-prepares what changed |
| Schedule freshness | `axon watch create "<source>" --every-seconds <N>` |
| Reuse indexed content | `axon query`, `axon ask`, `axon retrieve`, `axon sources` |
Choose an explicit workflow out