guide
v2.18.1A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
By Ori NachumLicense: CC-BY-4.0120 GitHub starsUpdated 3 months ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Jun 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install guide for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install guide@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/OriNachum/claude-code-guideClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .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
Included 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.
Plugin 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"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[guide on Agent Plugins Marketplace](https://pluginsmp.com/plugins/guide)