
Dev Tools
- Updated August 5, 2026
- kadragon/agent-toolkit
dev-tools is a Claude Code skill in the AI & Agent Building category. Personal Claude Code development skills and agents by kadragon
Key points
- dev-tools
- AI & Agent Building
- AI-coding skill
Dev Tools by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add kadragon/agent-toolkit/plugin install dev-tools@kadragonAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 5, 2026 |
|---|---|
| Repository | kadragon/agent-toolkit ↗ |
What it does
Personal Claude Code development skills and agents by kadragon
README.md
kadragon/agent-toolkit
Personal agent plugin marketplace by kadragon.
Two plugins:
dev-tools — development
| Skill | Description | Claude Code | Codex |
|---|---|---|---|
harness-init |
Bootstraps agent infrastructure (AGENTS.md, docs/, hooks) | ✅ | ❌ |
dev-review-cycle |
Orchestrates Claude/Antigravity/Codex reviewers, merges | ✅ | ❌ |
orchestrate |
Multi-agent delegation playbook | ✅ | ❌ |
harness-curator |
Mines transcripts to manage harness assets | ✅ | ❌ |
loop-engineer |
Iterative quality-improvement loop (Reflexion + independent verifier) for artifacts with no test gate | ✅ | ❌ |
dependabot-manager |
Bulk Dependabot PR operations | ✅ | ⚠️ |
Commands:
| Command | Description | Claude Code | Codex |
|---|---|---|---|
/security-overview |
Scans GitHub security alerts (Dependabot, Code Scanning, Secret Scanning) across owned repos, writes per-repo plan.md |
✅ | ❌ |
productivity — document authoring
| Skill | Description | Claude Code | Codex |
|---|---|---|---|
hwpx |
Korean HWPX document creation and editing | ✅ | ✅ |
persona-debate |
Structured debate among Korean personas | ✅ | ⚠️ |
Installation
Migrating from
toolkit@kadragon? The former single plugin is now split intodev-tools@kadragonandproductivity@kadragon. Remove the old plugin (claude plugin uninstall toolkit@kadragon) and install both below. Also update any SessionStart hook that referencedtoolkit:harness-maintenance— the hook now ships asdev-tools:harness-maintenance.
npx skills
# All skills
npx skills add kadragon/agent-toolkit
# Specific skills
npx skills add kadragon/agent-toolkit --skill hwpx
npx skills add kadragon/agent-toolkit --skill persona-debate
npx skills add kadragon/agent-toolkit --skill dev-review-cycle
npx skills add kadragon/agent-toolkit --skill harness-init
npx skills add kadragon/agent-toolkit --skill orchestrate
npx skills add kadragon/agent-toolkit --skill loop-engineer
Claude Code
claude plugin marketplace add kadragon/agent-toolkit
claude plugin install dev-tools@kadragon
claude plugin install productivity@kadragon
Via ~/.claude/settings.json:
{
"enabledPlugins": {
"dev-tools@kadragon": true,
"productivity@kadragon": true
},
"extraKnownMarketplaces": {
"kadragon": {
"source": {
"source": "github",
"repo": "kadragon/agent-toolkit"
},
"autoUpdate": true
}
}
}
Codex
Codex uses .agents/plugins/marketplace.json and .codex-plugin/plugin.json manifests:
codex plugin marketplace add kadragon/agent-toolkit
codex plugin add dev-tools@kadragon
codex plugin add productivity@kadragon
Install only ✅/⚠️ skills from table above.
Prerequisites
- GitHub CLI (
gh) —gh auth login - Claude Code
- Codex
License
MIT