| name | cc-explorer |
| description | Comprehensive Claude Code documentation researcher for brainstorming and project planning. Use when the user asks about Claude Code capabilities, how to set up a project, what features are available, or needs to explore what's possible with Claude Code. Triggers on phrases like "what can Claude Code do", "how should I set up", "what are my options", "brainstorm", "explore possibilities", "what features", "best way to structure". |
Claude Code Explorer Skill
This skill triggers automatic research when Claude Code questions are detected.
When This Skill Activates
This skill should activate when the user asks exploratory questions about Claude Code, such as:
- "What can Claude Code do for..."
- "How should I set up..."
- "What are my options for..."
- "Best way to structure..."
- "What features are available..."
Action
When this skill is triggered, use the Task tool to spawn the cc-explorer agent:
Task(
subagent_type="cc-explorer",
prompt="Research Claude Code documentation for: [user's question]",
description="Research Claude Code docs"
)
The cc-explorer agent will:
- Fetch the complete documentation index from code.claude.com/docs/llms.txt
- Read the changelog for latest features
- Systematically fetch all relevant documentation pages
- Synthesize comprehensive, well-researched advice
Output
Return the agent's comprehensive research results to the user.