By OriNachum
Interactive onboarding and Q&A for Claude Code — helps new users set up, learn best practices, track feature usage with gamified levels, audit project workflows, generate HTML dashboards of installed tools, and migrate configs from other AI coding assistants.
Verifies reference docs have links to official Anthropic documentation and checks content accuracy against live official docs. Reports pass/fail per file.
Waits for Qodo and Copilot to finish reviewing a PR, then triages comments in plan mode, fixes issues, pushes, replies, and resolves threads.
Bumps the plugin version in plugin.json and marketplace.json, ensuring both stay in sync. Determines bump type (major/minor/patch) from staged or unstaged changes.
Ask any question about Claude Code features — setup, best practices, automation, models, plugins, MCP, configuration, and more. Reads relevant reference docs to give accurate, detailed answers.
Track your Claude Code feature usage, earn levels, and see your stats. Gamified learning mode.
Introspect your project — audit lifecycle coverage, find gaps, and improve your development environment.
See your feature roadmap and get a personalized hint on what to try next.
Migrate your AI coding assistant config (Cursor, Windsurf, Copilot, Continue, Aider, Cody, Codex) to Claude Code. Discovers existing configs, trims bloat, and proposes a clean migration plan.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Looking for the official Claude Code guide? See Anthropic's Claude Code documentation. This is a community plugin to help you proactively master Claude Code.
A Claude Code Guide — interactive onboarding and Q&A on setup, best practices, automation, and effective workflows, packaged as a plugin. Designed with love for beginners 🌱 to experts. 🌳
Platforms: Tested on Windows (Git Bash), macOS, and Linux (Ubuntu).
New! Enable a proactive learning with Game Mode!
Enable with /guide:game-mode on
Listen to this guide — NotebookLM audio overview provides an AI-generated audio reflection of the guide content.
Featured on — AI Tool Review lists this guide among its curated Claude Code resources.
⭐ Find this useful? Star the repo to follow updates and show support!
This repo is a Claude Code plugin. Install it to get interactive guide skills directly inside Claude Code.
Requires Claude Code v1.0.33 or later. Run
claude --versionto check. See setup docs to install or update.
From within Claude Code:
/plugin marketplace add OriNachum/claude-code-guide
/plugin install guide@claude-code-guide
Or from the CLI:
claude plugin marketplace add OriNachum/claude-code-guide
claude plugin install guide@claude-code-guide
The plugin name is
guideand the marketplace name isclaude-code-guide(frommarketplace.json), so the install target isguide@claude-code-guide.
After installing, restart Claude Code or run
/reload-pluginsfor the plugin skills to become available.
/plugin update guide@claude-code-guide
git clone https://github.com/OriNachum/claude-code-guide.git
claude --plugin-dir ./claude-code-guide
Loads the plugin for the current session only. No restart needed.
/plugin marketplace add ./claude-code-guide
/plugin install guide@claude-code-guide
Or from the CLI:
claude plugin marketplace add ./claude-code-guide
claude plugin install guide@claude-code-guide
Once installed, seven skills are available:
/guide:onboard — Interactive getting-started walkthrough. Guides you through environment setup, your first session, and best practices./guide:ask — Ask any question about Claude Code features. Reads relevant reference docs to give accurate, detailed answers./guide:introspect — Introspective Development. Audit your project's lifecycle coverage, find gaps in tooling and docs, and auto-fix what it finds. Run after a task to ask "How could I have done it better?"/guide:game-mode — Enable Game Mode. The guide locally tracks your usage of Claude, assigns a level per feature area, and helps you master Claude Code./guide:level-up — Feature roadmap and personalized next-step coaching. Shows what to learn next based on your current skill level./guide:migrate-to-claude — Migrate your Cursor, Windsurf, Copilot, Continue, Aider, Cody, or Codex configs to Claude Code. Discovers configs, trims bloat, and proposes a clean migration plan./guide:visualize-setup — Interactive dashboard of all installed skills, MCP servers, and setup configuration.This plugin doubles as a real-world hooks example. Game Mode uses all three hook events to power its gamification system:
npx claudepluginhub orinachum/claude-code-guide --plugin guideNon-technical progress summaries for Claude Code work (hides diffs/log noise).
New developer onboarding documentation generator
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Steam-style achievement system for Claude Code
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects