Help us improve
Share bugs, ideas, or general feedback.
From axon
Use when the user wants to see which domains have indexed content, get a summary grouped by domain, check how many pages from each site are stored, or audit coverage by website. Triggers on "list indexed domains", "which domains are in axon", "how many pages from each site", "domain breakdown", "show domains", "what sites are indexed". Similar to sources but grouped by domain — use domains for a high-level view, sources for individual URL details.
npx claudepluginhub jmagar/lab --plugin axonHow this skill is triggered — by the user, by Claude, or both
Slash command
/axon:domainsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lists indexed domains with URL count and chunk totals — a high-level view of what's in the knowledge base.
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.
Lists indexed domains with URL count and chunk totals — a high-level view of what's in the knowledge base.
{ "action": "domains" }
axon domains
docs.example.com)| Command | Granularity | Best for |
|---|---|---|
domains | Per domain | "Do I have X site indexed?" |
sources | Per URL | "Is this specific page stored?" |
stats | Collection total | "How big is my index?" |
Low URL count on a crawled domain? The crawl may have been capped or many pages were thin. Re-crawl with higher max_pages:
{
"action": "crawl",
"urls": ["https://docs.example.com"],
"max_pages": 500,
"max_depth": 4
}