Claude Code Plugins

Extend Claude Code with custom commands, hooks, and automation. A curated marketplace of plugins tailored for modern development workflows.

Why Use Plugins?

Enhance Claude Code with specialized functionality for your projects

🎯

Project Context

Automatically inject project-specific guidelines and instructions at session start.

Custom Commands

Create slash commands for repetitive tasks like generating READMEs or documentation sites.

🔄

Event Automation

Use hooks to automate workflows at key moments like SessionStart, PreToolUse, and more.

Installation

Get started in two simple steps

# Step 1: Add the marketplace
/plugin marketplace add starburst997/claude

# Step 2: Install a plugin
/plugin install common@jd

Team Configuration

For team-wide plugin installation, add to your project's .claude/settings.json

{
  "extraKnownMarketplaces": {
    "jd": {
      "source": {
        "source": "github",
        "repo": "starburst997/claude"
      }
    }
  },
  "enabledPlugins": {
    "common@jd": true
  }
}

Available Plugins

Choose plugins that match your workflow

Common
common@jd
Generic plugin useful for all types of projects. Automatically injects custom context and guidelines at session start, with helpful commands for documentation generation.

Commands

  • /common:readme - Create/update professional README files with optional folder path argument
  • /common:gh-pages - Generate professional GitHub Pages in docs/ (supports dark or light theme)
  • /common:issue - Create a PR to fix the current GitHub issue (for use with claude-code-action)
  • /common:hello - Personalized greeting command

Hooks

  • SessionStart - Injects project guidelines from context/instructions.md or CONTEXT.md / CONTEXT_ADD.md in project root

Context Files

  • context/instructions.md - Customizable project guidelines and instructions
  • CONTEXT.md - Alternative context file location (project root)
  • CONTEXT_ADD.md - Additional context (project root)
Next.js
nextjs@jd
Coming Soon - Next.js specific optimizations and guidelines for React Server Components, App Router, and modern Next.js patterns.
TypeScript
typescript@jd
Coming Soon - TypeScript development enhancements with type checking helpers and best practices.