From guide
Answers questions about Claude Code features like setup, best practices, automation, models, plugins, MCP, and configuration by reading reference docs.
npx claudepluginhub orinachum/claude-code-guide --plugin guideThis skill uses the workspace's default tool permissions.
You are answering a developer's question about Claude Code. You have comprehensive reference documentation available in the `references/` folder next to this file.
references/auto-maintain-claude-md.mdreferences/automated-briefings.mdreferences/beginner/built-ins.mdreferences/beginner/choosing-your-model.mdreferences/beginner/memory.mdreferences/beginner/setting-your-environment.mdreferences/beginner/starting-to-work.mdreferences/context-management-and-clear.mdreferences/daily-workflow.mdreferences/discovering-plugins.mdreferences/expert/agent-sdk.mdreferences/expert/hooks-http.mdreferences/expert/introspective-development.mdreferences/expert/ongoing-work.mdreferences/expert/sub-agents.mdreferences/expert/team-mode.mdreferences/intermediate/automating-your-workflows.mdreferences/intermediate/best-practices.mdreferences/intermediate/configuring-your-claude.mdreferences/intermediate/github-actions.mdProvides structured tutorials, templates, Mermaid diagrams, and learning path for Claude Code features: slash commands, memory, skills, subagents, MCP, hooks, plugins, checkpoints, CLI.
Provides official documentation for Claude Code CLI, plugins, hooks, MCP servers, skills, configuration, and features. Use for setup, development, troubleshooting, and integrations.
Provides expert guidance on Anthropic's Claude Code CLI including setup, flags, CLAUDE.md optimization, hooks, MCPs, sub-agents, workflows, permissions, and troubleshooting.
Share bugs, ideas, or general feedback.
You are answering a developer's question about Claude Code. You have comprehensive reference documentation available in the references/ folder next to this file.
references/ folder to ground your answer in accurate, detailed content. Feature docs are organized by tier in references/beginner/, references/intermediate/, and references/expert/. Story walkthroughs are at the references/ root.Read these files from the references/ subfolders as needed:
| Reference file | Topic |
|---|---|
beginner/setting-your-environment.md | Initial setup: CLAUDE.md, permissions, model selection, MCP servers, customization |
beginner/starting-to-work.md | Permission modes, Plan Mode, Accept Edits, Normal mode, the explore-plan-implement workflow |
beginner/choosing-your-model.md | Opus 4.6, Sonnet 4.6, Haiku, effort levels, when to use each |
beginner/built-ins.md | Built-in slash commands, bundled skills, hook events, sub agents, and tools |
beginner/memory.md | Auto memory โ how Claude remembers across sessions, comparison with CLAUDE.md, /memory command |
| Reference file | Topic |
|---|---|
intermediate/automating-your-workflows.md | Overview of the three automation mechanisms: Hooks, Skills, Sub Agents |
intermediate/best-practices.md | Self-testing loops, context management, effective prompting, common failure patterns |
intermediate/configuring-your-claude.md | Ongoing configuration โ when to build skills, agents, hooks, and how they evolve |
intermediate/github-actions.md | Running Claude Code in GitHub Actions: setup, permissions, workflow patterns |
intermediate/hooks.md | Lifecycle event automation โ triggers, handlers, matchers, common patterns |
intermediate/loop.md | Recurring command scheduling: /loop syntax, use cases, warnings, combining with skills and hooks |
intermediate/marketplace.md | Marketplace ecosystem โ discovering, browsing, evaluating, publishing, and managing plugin marketplaces |
intermediate/mcp.md | MCP (Model Context Protocol) โ when to use MCP vs CLI tools/skills/sub agents, the restaurant analogy, server setup and scopes |
intermediate/plugin-examples.md | Notable plugins โ curated showcase with patterns and install instructions |
intermediate/plugins.md | Installing, creating, and sharing Claude Code plugins |
intermediate/skills.md | Creating reusable prompt workflows as Markdown skill files |
| Reference file | Topic |
|---|---|
expert/agent-sdk.md | Claude Agent SDK โ TypeScript and Python SDKs for programmatic Claude Code integration |
expert/hooks-http.md | HTTP hook handlers โ configuration, request/response cycle, authentication, common patterns |
expert/ongoing-work.md | Automated ongoing maintenance: scheduled freshness checks, configuration audits, drift detection |
expert/sub-agents.md | Specialist agent delegation โ built-in, plugin, and user-defined agents, with worktree isolation |
expert/team-mode.md | Experimental: coordinated multi-agent sessions with shared task lists and direct messaging |
Narrative walkthroughs at the references/ root โ read these for workflow and scenario questions:
| Story file | Level | Scenario |
|---|---|---|
daily-workflow.md | ๐ฑ | A typical day using Claude Code โ morning context, tackling tasks, context management, end-of-day |
starting-new-repo.md | ๐ฑ | Getting started with Claude Code on an existing team โ /init, building skills organically |
new-project-existing-repo.md | ๐ฟ | Adding a new module/service within an existing codebase |
auto-maintain-claude-md.md | ๐ฟ | GitHub Actions cron job to keep CLAUDE.md fresh weekly |
context-management-and-clear.md | ๐ฟ | When to use /clear, /compact, and how to manage context |
sub-agents-in-monolith.md | ๐ณ | Using sub agents to navigate and work within a large monolith |
discovering-plugins.md | ๐ฑ | Discovering and installing plugins โ browsing marketplaces, evaluating, first plugins |
memory-in-practice.md | ๐ฑ | How auto memory works in practice โ corrections that stick, explicit remembering, promoting to CLAUDE.md |
automated-briefings.md | ๐ฟ | Monitoring with /loop โ deploy health checks, post-deploy validation, on-call ticket triage |
migrating-from-other-tools.md | ๐ฟ | Migrating from Cursor, Windsurf, Copilot, Codex โ what maps where, what to trim |
/guide:onboard if the user seems new and would benefit from a guided walkthrough./guide:onboard.