
Jo Minjun Claude Devkit
- 3 repo stars
- Updated January 18, 2026
- jo-minjun/claude-devkit
jo-minjun-claude-devkit is a Claude Code plugin that provides a small devkit for developing agents, skills, and hooks to extend Claude Code.
About
jo-minjun-claude-devkit is a compact Claude Code plugin bundle for developers who want to create and maintain their own agents, skills, and hooks rather than rely solely on off-the-shelf marketplace packs. It sits in the Build phase under agent-tooling because the primary job is extension authoring: structuring subagents, planning flows, and simplifying generated code paths described by its plugin keywords (boost, codesimplifier, orchestrator, plan). founders and small teams using Claude Code benefit when they need repeatable internal tooling—custom orchestration, planning commands, or hook-driven automation—without building a full plugin framework from scratch. Use it when you are actively extending Claude Code for a product or agency workflow and want a focused devkit repo to register alongside other community plugins. It is not a turnkey SaaS integration pack; expect to read source, adapt hooks, and validate behavior in your own projects before production reliance.
- Bundles 2 plugins focused on Claude Code extension development (agents, skills, hooks).
- Keyword surface includes orchestrator, plan, boost, and codesimplifier-style workflows.
- Repo jo-minjun/claude-devkit targets Korean-speaking builders extending Claude Code (에이전트, 스킬, 훅 개발 키트).
- Fits indie builders who customize agent behavior instead of only consuming third-party skills.
- Community-sourced auto listing with 2 GitHub stars as a lightweight starter kit, not a large marketplace.
Jo Minjun Claude Devkit by the numbers
- Data as of Jul 27, 2026 (Skillselion catalog sync)
/plugin install jo-minjun-claude-devkit@jo-minjun/claude-devkitAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | January 18, 2026 |
| Repository | jo-minjun/claude-devkit ↗ |
What it does
Scaffold and ship your own Claude Code agents, skills, and hooks without guessing folder layout or hook contracts.
Who is it for?
Developers and maintainers who already use Claude Code and want a 2-plugin community devkit to bootstrap custom agents, skills, and hooks.
Skip if: Skip if you only need prebuilt skills with no extension authoring, or anyone expecting a large curated marketplace with security audits and broad domain coverage.
What you get
After registering the marketplace, you get two plugins aimed at extension development so you can prototype orchestrator, plan, boost, and code-simplifier flows inside your own repo.
- Two registered plugins from the devkit marketplace
- Starting patterns for agents, skills, and hooks in your workspace
- Orchestration and planning-oriented commands to customize further
Recommended Plugins
How it compares
Extension devkit bundle, not a journey-wide methodology skill or an MCP server integration.
FAQ
Who is Jo Minjun Claude Devkit for?
It is for Claude Code users who develop or maintain their own agents, skills, and hooks and want a small plugin pair from jo-minjun/claude-devkit instead of a huge marketplace.
When should I use Jo Minjun Claude Devkit?
Use it during Build when you are designing Claude Code extensions, wiring hooks, or experimenting with orchestrator and planning-style commands before you ship them to your team.
How do I add Jo Minjun Claude Devkit to my agent?
Add the jo-minjun/claude-devkit repository as a Claude Code plugin marketplace source, install the listed plugins, then follow each plugin’s SKILL or command docs inside your project.