Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
claude-dev-toolkit logo

claude-dev-toolkit

claude-dev-toolkit

OtherClaude Codeby Antony Zaki

Summary

Comprehensive toolkit for building Claude Code extensions — skills, plugins, hooks, subagents, teams, MCP servers, and output styles.

Install to Claude Code

/plugin install claude-dev-toolkit@claude-dev-toolkit

Run in Claude Code. Add the marketplace first with /plugin marketplace add Aznatkoiny/claude-dev-toolkit if you haven't already.

README.md

claude-dev-toolkit

A comprehensive Claude Code plugin for building Claude Code extensions. Contains everything you need to create skills, plugins, hooks, subagents, agent teams, MCP servers, and output styles.

What's Included

Skills (8)

| Skill | Description | |-------|-------------| | skills-authoring | Create SKILL.md files with frontmatter, triggers, references, and fork mode | | plugin-development | Build plugins with plugin.json, directory layout, marketplace distribution | | hooks-automation | Configure hooks across 14 lifecycle events with matchers and handlers | | subagents-and-teams | Create custom subagents and coordinate agent teams | | mcp-integration | Set up MCP servers with stdio/SSE transports and authentication | | claude-code-best-practices | Context management, CLAUDE.md patterns, and parallel sessions | | extending-claude-code | Extension comparison, output styles, and programmatic usage | | claude-code-troubleshooting | Diagnose installation, runtime, and plugin issues |

Agents (3)

| Agent | Description | |-------|-------------| | plugin-builder | Scaffolds and validates complete plugins end-to-end | | hook-builder | Creates and debugs hook configurations | | agent-builder | Creates subagent definitions and team configurations |

Commands (3)

| Command | Description | |---------|-------------| | /create-plugin | Interactive wizard to scaffold a new plugin | | /create-hook | Guided hook creation workflow | | /claude-code-guide | General Q&A about Claude Code extensibility |

Hooks

  • PostToolUse prompt hook: Validates plugin component files for convention compliance after Write/Edit operations

Output Style

  • Developer Documentation: Optimized for extension development — code-first, decision tables, copy-paste ready examples

Installation

Via plugin directory (development)

claude --plugin-dir /path/to/claude-dev-toolkit/

Via marketplace

/plugin marketplace add Aznatkoiny/claude-dev-toolkit
/plugin install claude-dev-toolkit@Aznatkoiny

Usage

Skills trigger automatically

Ask Claude questions like:

  • "How do I create a skill?"
  • "Help me set up a hook"
  • "What MCP servers are available?"
  • "How do I build a plugin?"

Use commands directly

/claude-dev-toolkit:create-plugin my-awesome-plugin
/claude-dev-toolkit:create-hook
/claude-dev-toolkit:claude-code-guide how do hooks work?

Agents activate on matching scenarios

The builder agents activate when Claude detects you need scaffolding help — for example, when you say "build me a plugin that..." or "create a hook for...".

License

MIT

Related plugins

Browse all →