By orinachum
Onboard interactively to Claude Code with setup guides and best practices Q&A, gamify feature mastery via levels, stats, and dashboards, migrate configs from Cursor/Copilot/Aider, introspect projects for workflow gaps, visualize skills/plugins, audit reference docs, automate PR triage/fixes/replies after other reviewers, bump plugin versions from git diffs, and track prompt/tool/session usage.
npx claudepluginhub orinachum/claude-code-guide --plugin guideVerifies 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.
Interactive getting-started walkthrough for new Claude Code users. Guides you through environment setup, your first session, and best practices.
Generate an HTML dashboard visualizing all installed Claude Code skills, plugins, and MCP servers with usage statistics and martial arts belt levels.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Non-technical progress summaries for Claude Code work (hides diffs/log noise).
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
New developer onboarding documentation generator
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects
Steam-style achievement system for Claude Code
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.
โญ 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: