ask-claude Pass

Answer questions about Claude Code features, settings, hooks, skills, MCP servers, and best practices.

0
stars
47
downloads
102
views

// Install Skill

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install j-d0g/self-improving-agent/ask-claude

Install in current project:

npx skillhub install j-d0g/self-improving-agent/ask-claude --project

skill.install.customTargetHelp

npx skillhub install j-d0g/self-improving-agent/ask-claude --target-dir /path/to/skills

Suggested path: ~/.claude/skills/ask-claude/

SKILL.md Content

---
name: ask-claude
description: Answer questions about Claude Code features, settings, hooks, skills, MCP servers, and best practices.
---

# 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

License

No license was declared in this skill's source.

The full license text is available in the source repository.

View the license in the source repositorythe version published there is authoritative.