Helper agent for learning Claude Code functionality.

Install

mkdir -p .claude/skills/ask-claude && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13287" && unzip -o skill.zip -d .claude/skills/ask-claude && rm skill.zip

Installs to .claude/skills/ask-claude

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Answer questions about Claude Code features, settings, hooks, skills, MCP servers, and best practices.
102 charsno explicit “when” trigger
Beginner

Key capabilities

  • Answer questions about Claude Code CLI features
  • Explain how hooks work in Claude Code
  • Describe the difference between skills and agents
  • Provide information on creating MCP servers
  • Detail Claude Code settings and configuration
  • Offer best practices for Claude Code workflows

How it works

The skill spawns a 'claude-code-guide' agent to research the user's question. This agent accesses Claude Code documentation and searches the web for information.

Inputs & outputs

You give it
A natural language question about Claude Code
You get back
A researched answer to the question

When to use ask-claude

  • Learning Claude Code
  • Understanding MCP configuration
  • Debugging settings

About this skill

Ask Claude

Get answers about how to use Claude Code effectively.

Usage

/ask-claude <question>

Examples

/ask-claude where do I put project-specific rules?
/ask-claude how do hooks work?
/ask-claude what's the difference between skills and agents?
/ask-claude how do I create an MCP server?

Behavior

When invoked, spawn a claude-code-guide agent to research the answer:

Task(
  subagent_type="claude-code-guide",
  prompt="<user's question>",
  description="Claude Code: <short summary>"
)

The agent has access to Claude Code documentation and can search the web for current information.

Topics Covered

  • Claude Code CLI features and commands
  • Hooks (Stop, PreToolUse, PostToolUse, etc.)
  • Skills and how to create them
  • MCP servers and integrations
  • Settings and configuration
  • IDE integrations (VS Code, JetBrains)
  • Keyboard shortcuts
  • Best practices and workflows

When not to use it

  • When the question is not related to Claude Code
  • When the question is not about features, settings, hooks, skills, MCP servers, or best practices

Limitations

  • The skill is limited to topics directly related to Claude Code
  • The agent's knowledge is based on available documentation and web search results

How it compares

This skill automates the research process by deploying a specialized agent, unlike manually searching documentation or the web.

Compared to similar skills

ask-claude side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ask-claude (this skill)06moNo flagsBeginner
frontend-to-backend-requirements86moNo flagsIntermediate
skill-share19moNo flagsBeginner
professional-communication16moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry