From capability-workbench
Audit agent skill/plugin portfolio architecture. Use for cross-plugin capability overlap, weak routing, duplicated or missing skills, split/merge/delete/move decisions, shared capability extraction, reference/script extraction, and plugin boundary redesign.
How this skill is triggered — by the user, by Claude, or both
Slash command
/capability-workbench:capability-portfolio-architectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when a capability set may have the wrong shape.
Use this when a capability set may have the wrong shape.
This skill owns structural decisions across skills and plugins.
Decisions include keep, split, merge, remove, rename, route, move skills between plugins, extract shared capability patterns, move detail to references, extract deterministic scripts, or create a new skill/plugin boundary.
context-density first when the primary problem is context cost, hot-path prose, prompt contracts, or measured placement.skill-trigger-metadata for final name/description trigger wording after the target architecture is chosen.skill-factory or plugin-factory to perform the concrete edits after this skill produces the decision ledger.python3 ../../scripts/portfolio/portfolio_architecture_audit.py <plugin-dir> --json
python3 ../../scripts/portfolio/portfolio_architecture_audit.py plugins --json
python3 ../../scripts/context/context_density_audit.py <plugin-dir> --json --top 20
keep: current boundary is coherent.metadata-review: trigger scent or boundary wording is weak.reference-extract: hot path contains rare details.script-extract: repeated deterministic procedure should become a script.split-review: one skill owns multiple independently triggerable workflows.merge-review: two skills share the same trigger surface and workflow.delete-review: capability is obsolete, unreachable, unsafe, or fully replaced.router-review: plugin needs an explicit router or router repair.plugin-split-review: one plugin contains multiple independently marketable or load-heavy families.plugin-merge-review: two plugins are not independently coherent products.move-review: a skill appears to belong in another plugin boundary.cross-plugin-overlap-review: two plugins share a responsibility pattern that needs keep/move/merge/extract-shared/defer.shared-capability-review: repeated workflow mechanics should become a shared script, reference, or Workbench pattern.For material work, produce:
Portfolio architecture audit:
- Scope:
- Current architecture:
- Measurements:
- Cross-plugin candidates:
- Candidate actions:
- Decision ledger:
- Adopted edits:
- Rejected/deferred edits:
- Preserved invariants:
- Validation:
- Install/cache state:
- Residual risks:
Use ../../references/portfolio-architecture.md for the JSON ledger schema and action matrix.
npx claudepluginhub xopoko/plug-n-skills --plugin capability-workbenchCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.