Fetch up-to-date documentation and code examples for any library or framework using Context7. Use when writing code with external libraries, setting up tools, configuring frameworks, or needing current API documentation. Triggers on mentions of library names, npm packages, framework setup, API docs, or code generation requests.
Automatically fetches current documentation and code examples for any library using Context7. Triggers on mentions of library names, npm packages, framework setup, API docs, or code generation requests.
/plugin marketplace add pleaseai/context7/plugin install context7@pleaseaiThis skill is limited to using the following tools:
Always use Context7 MCP tools automatically when generating code, performing setup, or needing library documentation. Do not wait for explicit user requests - proactively fetch documentation when working with external libraries.
Use Context7 automatically in these scenarios:
Follow this two-step process:
Use mcp__plugin_dev-tools_context7__resolve-library-id
- Pass the library/package name
- Returns Context7-compatible library ID
Use mcp__plugin_dev-tools_context7__get-library-docs
- Pass the library ID from step 1
- Optionally specify a topic to focus on
- Returns current documentation and examples
Use the fetched documentation to provide accurate, up-to-date code and guidance.
CONTEXT7_API_KEY environment variable for higher rate limitsThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.