From development
Fetch current documentation for any library or framework before using it. Use whenever writing, reviewing, or explaining code that involves an external library or framework — especially when the correct API, method signatures, or version-specific behaviour matters.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development:library-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before using, reviewing, or explaining any external library or framework:
Before using, reviewing, or explaining any external library or framework:
mcp__context7__resolve-library-id with the library name to get its documentation ID.mcp__context7__query-docs with that ID and a focused query to retrieve the relevant documentation.Apply this to every library involved in the current task, not just the primary one.
npx claudepluginhub timo-jakob/timos-claude-code-plugins --plugin developmentFetches live documentation and implementation guidance for any library, framework, or API. Invoked when the user asks for documentation, examples, or best practices.
Fetches current library documentation via Context7 REST API for npm/PyPI packages. Use when the user needs official APIs, code examples, or migration guidance.
Fetches up-to-date library and framework documentation via Context7 MCP for setup questions, API references, and code examples.