cc-explorer

Installation
SKILL.md

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:

  1. Fetch the complete documentation index from code.claude.com/docs/llms.txt
  2. Read the changelog for latest features
  3. Systematically fetch all relevant documentation pages
  4. Synthesize comprehensive, well-researched advice

Output

Return the agent's comprehensive research results to the user.

Related skills
Installs
1
First Seen
Apr 7, 2026