Jo Minjun Claude Devkit
jo-minjun-claude-devkit is a Claude Code plugin for the Build phase that provides a small devkit for developing agents, skills, and hooks to extend Claude Code.
Scaffold and ship your own Claude Code agents, skills, and hooks without guessing folder layout or hook contracts.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install jo-minjun-claude-devkit@jo-minjun/claude-devkitBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:jo-minjun/claude-devkit") and the paste-ready config with skillselion.get_install_config("plugin:jo-minjun/claude-devkit").
What it does
jo-minjun-claude-devkit is a compact Claude Code plugin bundle for builders 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). Solo 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.
Highlights
- 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.
Why builders use it
You know Claude Code can be extended, but lack a minimal, opinionated starting point for agents, skills, and hooks tied together with orchestration and planning helpers.
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.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 2 stars, 0 votes.
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.
Comments
Share how you use jo-minjun-claude-devkit, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.