Help us improve
Share bugs, ideas, or general feedback.
From axon
Use when the user wants to ask a question and get an LLM-synthesized answer grounded in indexed documents, do RAG over previously crawled or embedded content, get cited answers from the knowledge base, or find information that was previously indexed. Triggers on "ask axon", "what does the documentation say about", "according to what I've indexed", "RAG query", "use axon to answer", or any question where the user wants grounded answers from indexed content rather than hallucination.
npx claudepluginhub jmagar/lab --plugin axonHow this skill is triggered — by the user, by Claude, or both
Slash command
/axon:askThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
RAG query: retrieves relevant chunks from Qdrant then synthesizes an answer with citations.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
RAG query: retrieves relevant chunks from Qdrant then synthesizes an answer with citations.
{ "action": "ask", "query": "How does axon handle Chrome auto-switching?" }
With temporal filter:
{ "action": "ask", "query": "latest rust async patterns", "since": "7d" }
With diagnostics (shows retrieval scores):
{ "action": "ask", "query": "embedding pipeline", "diagnostics": true }
axon ask "how does axon handle Chrome auto-switching?" --since 7d --diagnostics
| Option | Default | Notes |
|---|---|---|
since | — | 7d, 30d, YYYY-MM-DD — filters by indexing date |
before | — | Upper date bound |
diagnostics | false | Show retrieval scores and sources |
hybrid_search | true | false for dense-only comparison |
graph | false | Deprecated compatibility option; graph retrieval is not available in the current runtime |
collection | cortex | Override collection per-request |
diagnostics: true — check retrieval scoreshybrid_search: false to compare approaches{ "action": "sources" } to verify content is indexed