From solon-core
Search library/framework documentation via llms.txt (context7.com). Use for API docs, technical documentation lookup, latest library features.
How this skill is triggered — by the user, by Claude, or both
Slash command
/solon-core:docs-seekerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query context7.com for focused API references. Avoids bloated web searches.
Query context7.com for focused API references. Avoids bloated web searches.
/sl:docs-seeker <library-name> [topic]
Examples:
/sl:docs-seeker next.js routing
/sl:docs-seeker tokio spawning tasks
/sl:docs-seeker tailwind responsive design
Extract from arguments:
If no arguments: use AskUserQuestion to get library name and topic.
WebFetch: https://context7.com/{library}/llms.txt
Parse the llms.txt response for available documentation sections and URLs.
If topic provided:
If general (no topic):
Fetch top 2-3 most relevant URLs via WebFetch. Max 3 URLs to preserve context budget.
Return concise summary — not full page dumps. Format:
## {Library}: {Topic}
**Version:** {latest}
### Key API
{focused API reference with signatures and brief descriptions}
### Usage Example
{minimal working code example}
### Notes
{gotchas, breaking changes, common mistakes}
### Source
{URLs fetched}
https://context7.com/{library}/llms.txt (primary){library-homepage}/llms.txt (if context7 fails)WebSearch for {library} {topic} documentation (last resort)Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub huynhhoangphuc/solon --plugin solon-core