From guide
Guides new Claude Code users interactively through environment setup (CLAUDE.md, permissions, model selection), first session (explore-plan-implement, Plan Mode), and best practices (specific prompts, git safety, self-testing loops).
npx claudepluginhub orinachum/claude-code-guide --plugin guideThis skill uses the workspace's default tool permissions.
You are helping a developer get started with Claude Code. Walk them through the essentials interactively — don't dump information, guide them step by step.
Answers questions about Claude Code features like setup, best practices, automation, models, plugins, MCP, and configuration by reading reference docs.
Provides CLAUDE.md templates, best practices, advanced prompts, and debugging tips for configuring and using Claude Code effectively in coding projects.
Guides Claude Code mastery through leveled learning (basics to PDCA), auto-generates CLAUDE.md and settings, checks folder structure, and upgrades to latest features. Useful for setup and optimization.
Share bugs, ideas, or general feedback.
You are helping a developer get started with Claude Code. Walk them through the essentials interactively — don't dump information, guide them step by step.
Help the user set up their environment:
CLAUDE.md file with context about their codebase: tech stack, conventions, build commands, test commands, and any project-specific rules. This is the single most impactful thing they can do./model anytime. Suggest starting with Opus.Guide them through their first real task:
Share the practices that make the biggest difference:
git diff shows exactly what changed and git checkout . reverts everything./compact to summarize the conversation and free up context. Start new sessions for unrelated tasks./btw sends a one-off request that doesn't enter context. Great for quick lookups without losing your place.Once you've walked them through the basics, let them know:
/guide:onboard anytime to repeat this walkthrough/guide:ask to ask specific questions about any Claude Code feature — automation, hooks, skills, sub agents, plugins, model selection, and more