guide
v2.18.1A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
by Ori NachumCC-BY-4.0120updated 1 month ago
Source
git clone https://github.com/OriNachum/claude-code-guideClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json├── skills/ask/SKILL.md├── skills/game-mode/SKILL.md├── skills/introspect/SKILL.md├── skills/level-up/SKILL.md├── skills/migrate-to-claude/SKILL.md├── skills/onboard/SKILL.md└── skills/visualize-setup/SKILL.md
Skills7
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.
Manifests1
{
"name": "guide",
"description": "A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows",
"version": "2.18.1",
"author": {
"name": "Ori Nachum"
},
"homepage": "https://github.com/OriNachum/claude-code-guide",
"repository": "https://github.com/OriNachum/claude-code-guide",
"license": "CC-BY-4.0",
"keywords": [
"onboarding",
"guide",
"tutorial",
"best-practices",
"automation",
"workflows",
"user-stories",
"migration"
]
}