[library-name] Required Library or framework
Name the package, framework, API, docs site, or repository whose current documentation should be found.
/ak:docs-seeker "Next.js 16 cache invalidation APIs" Quick Ref / Command
Engineer Kit
/ak:docs-seeker
Script-first discovery for current library, framework, API, and repository documentation through llms.txt and context7.
Read Query
Detect Topic
Fetch Docs
Analyze Coverage
Rule 01
Scripts first, manual URL construction last.
Rule 02
Zero-token scripts do classification, fetching, fallback, and distribution planning.
Rule 03
Progressively load workflow references only when the query needs them.
Rule 04
Current docs beat memory for APIs, features, and repository behavior.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.
Syntax
/ak:docs-seeker [library-name] [topic][library-name] Required Library or framework
Name the package, framework, API, docs site, or repository whose current documentation should be found.
/ak:docs-seeker "Next.js 16 cache invalidation APIs" [topic] Topic
Optional feature, API, version, target language, or question to narrow the search. Omit it for broader library coverage that may need URL prioritization.
/ak:docs-seeker "shadcn date picker" Topic search
For queries like a date picker in shadcn, the fast path fetches two or three focused URLs.
General library
For broad requests like Next.js docs, expect more URLs and run the analyzer to decide distribution.
Repository fallback
When context7 coverage is weak, use the repository-analysis workflow to inspect source documentation directly.
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:docs-seeker "How do I use date picker in shadcn?" /ak:docs-seeker "Documentation for Astro" /ak:docs-seeker "Find current docs for github.com/pacocoursey/cmdk. If Context7 has no llms.txt, use repository analysis; cloning to /tmp/docs-analysis is allowed." Documentation Evidence Packet
Pattern
Library/topic classification + fetched URLs + analysis strategy Includes detected topic or general query, the Context7 source URL, primary docs read from the returned index, fallback path, URL priority, and recommended agent distribution when broad.