Multi-plugin marketplace — structured development partner, git mastery, GitHub CLI, and frontend design skills for Claude Code
npx claudepluginhub anilcancakir/claude-code-pluginStructured development partner for Claude Code — plans before coding, investigates bugs with Opus, delegates to specialized agents with customizable model routing.
GitHub CLI skill — teaches Claude Code effective gh usage patterns for issues, PRs, releases, and workflows.
GitHub Actions workflow generator — CI/CD pipelines, releases, Docker builds, reusable workflows, composite actions for any stack.
Git expert skill — atomic commits, interactive rebase, and history archaeology for Claude Code.
Frontend design skill — production-grade UI for web and mobile with design systems, visual hierarchy, and distinctive aesthetics.
Dart/Flutter language server — go-to-definition, find references, hover, and real-time diagnostics for Claude Code.
JSON language server — diagnostics, schema validation, and hover for .json and .jsonc files.
YAML language server — schema validation, hover, and diagnostics for .yaml and .yml files.
Markdown language server (marksman) — go-to-definition for links, find references, and document symbols for .md files.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Claude Code plugins for structured development workflows.
| Plugin | Description |
|---|---|
| ac | Structured development partner — plans before coding, parallel execution with model routing, specialized agents, QA testing |
| github-cli | GitHub CLI skill — issues, PRs, releases, actions, gh api |
| git-master | Git expert — atomic commits, rebase, history archaeology |
| github-actions | GitHub Actions workflow generator — CI/CD, releases, Docker, security hardening |
| frontend-design | Frontend design — design systems, visual hierarchy, mobile patterns |
| dart-lsp | Dart/Flutter language server — definitions, references, diagnostics |
| json-lsp | JSON language server — schema validation, hover |
| yaml-lsp | YAML language server — schema validation, diagnostics |
| markdown-lsp | Markdown language server — link navigation, document symbols |
claude plugin add anilcancakir/claude-code-plugin
claude plugin update anilcancakir/claude-code-plugin
After updating, sync your config:
/ac:setup-global-claude-md update
├── .claude-plugin/
│ └── marketplace.json # Plugin catalog
├── plugins/
│ ├── ac/ # Main plugin — 15 agents, 12 commands
│ ├── github-cli/ # GitHub CLI skill
│ ├── github-actions/ # GitHub Actions workflow generator
│ ├── git-master/ # Git expert skill
│ ├── frontend-design/ # Frontend design skill
│ ├── dart-lsp/ # Dart/Flutter LSP
│ ├── json-lsp/ # JSON LSP
│ ├── yaml-lsp/ # YAML LSP
│ └── markdown-lsp/ # Markdown LSP
└── README.md
plugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json # name, description, author
├── commands/ # Optional: slash commands
├── agents/ # Optional: agent definitions
├── skills/ # Optional: skill definitions
└── README.md
Add entry in .claude-plugin/marketplace.json:
{
"name": "your-plugin",
"description": "What it does",
"source": "./plugins/your-plugin",
"category": "productivity"
}
MIT