Install
$ agentstack add skill-dbinky-dbinky-skill-set-curating-code ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Codebase Curation
Analyze a codebase (or targeted path) for vibe-coding cruft using four parallel specialist agents. Consolidates findings into a prioritized report, lets you select which issues to address, and implements the fixes.
Usage
/curating-code # Sweep the entire codebase
/curating-code src/ # Curate a specific directory
/curating-code lib/auth.ts # Curate a specific file
Pipeline
Scope & Detect → [Dead Code Hunter | Complexity Reducer | Duplication Consolidator | Consistency Enforcer] → Consolidate → Report → Select → Implement
Specialists
| Agent | Finding Prefix | Focus | |-------|----------------|-------| | Dead Code Hunter | DC- | Unused functions, unreachable branches, orphaned files, stale imports | | Complexity Reducer | CX- | Over-abstraction, deep nesting, convoluted control flow, god functions | | Duplication Consolidator | DU- | Near-identical blocks, copy-paste patterns, consolidation opportunities | | Consistency Enforcer | CN- | Divergent patterns, mixed conventions, conflicting approaches |
Process
Read and follow the orchestrator instructions exactly:
Orchestrator file: agents/curation-orchestrator.md (relative to this plugin's root)
The orchestrator will:
- Verify git repository and resolve target scope
- Detect languages and frameworks, load applicable curation rule files
- Dispatch all four specialist agents in parallel
- Consolidate findings: deduplicate, cross-reference, resolve conflicts, assign tiers
- Present a categorized curation report (Critical / Important / Consider / Cosmetic)
- Let you select which findings to address (by tier or individually)
- Dispatch the curator implementer for selected fixes
IMPORTANT: Read the orchestrator file using the path ${CLAUDE_PLUGIN_ROOT}/agents/curation-orchestrator.md and follow it exactly.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dbinky
- Source: dbinky/dbinky-skill-set
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.