Agent Plugins Marketplace
All plugins

guide

v2.18.1

A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows

Claude Code7 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install guide@agent-plugin-marketplace

Paste 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-guide

Clone 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

guide/
├── .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

askskills/ask/SKILL.md

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.

game-modeskills/game-mode/SKILL.md

Track your Claude Code feature usage, earn levels, and see your stats. Gamified learning mode.

introspectskills/introspect/SKILL.md

Introspect your project — audit lifecycle coverage, find gaps, and improve your development environment.

level-upskills/level-up/SKILL.md

See your feature roadmap and get a personalized hint on what to try next.

migrate-to-claudeskills/migrate-to-claude/SKILL.md

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.

onboardskills/onboard/SKILL.md

Interactive getting-started walkthrough for new Claude Code users. Guides you through environment setup, your first session, and best practices.

visualize-setupskills/visualize-setup/SKILL.md

Generate an HTML dashboard visualizing all installed Claude Code skills, plugins, and MCP servers with usage statistics and martial arts belt levels.

Plugin manifests1

.claude-plugin/plugin.json
{
  "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"
  ]
}

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)