[object Object]

← back to Agent Cabinet

Cabinet: restore plugin-loaded skills (claude-api, simplify, review, prism, gamify) + add claude-control-center

73d8421ebebe894d705846dc47dc5c8cecfa203e · 2026-05-06 12:05:04 -0700 · Steve

Files touched

Diff

commit 73d8421ebebe894d705846dc47dc5c8cecfa203e
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed May 6 12:05:04 2026 -0700

    Cabinet: restore plugin-loaded skills (claude-api, simplify, review, prism, gamify) + add claude-control-center
---
 cabinet.yaml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/cabinet.yaml b/cabinet.yaml
index 33b01fb..eaf5336 100644
--- a/cabinet.yaml
+++ b/cabinet.yaml
@@ -149,6 +149,12 @@ cabinet:
       - subagent: mcp-expert  # MCP server integration
       - skill: dw-agent-builder
       - skill: prompt-cache-optimization
+      # — Restored after recheck: these ARE available via plugin/MCP (not on-disk SKILL.md)
+      - skill: claude-api    # Anthropic SDK migrations + prompt caching
+      - skill: simplify      # Code reuse/quality review
+      - skill: review        # Code review
+      - skill: refactor-agent
+      - skill: mcp-builder
 
   - vp: vp-research-content
     domain: Web research, LA records, video production, mockups, design, voice
@@ -190,7 +196,9 @@ cabinet:
       - skill: stampede
       - skill: canvas-design
       - skill: artifacts-builder
-      # prism removed — listed in skills inventory but no on-disk SKILL.md (plugin or stale)
+      - skill: prism  # Show Prism router status, available models, endpoint map (plugin)
+      - skill: gamify  # Sound effects on Claude Code events
+      - skill: claude-control-center  # NEW :9767 — gamify + cross-terminal session viewer
 
   - vp: vp-compliance-policy
     domain: Outbound comms compliance, best-practices pre-flight, legal posture
@@ -224,3 +232,7 @@ consolidation_log:
     action: drift_fix
     target: cabinet.yaml
     rationale: Reclassified domain-name-agent + la-research-agent as subagents (not skills); fixed architect-reviewer→architect-review; added 7 orphaned subagents (ai-engineer, analytics-agent, prompt-engineer, mcp-expert, seo-analyzer, ui-ux-designer, product-strategist, debate-team-fast, task-decomposition-expert); removed 4 phantom skill refs (claude-api, simplify, review, comms-compliance, prism)
+  - date: 2026-05-06T19:00
+    action: drift_revert
+    target: cabinet.yaml
+    rationale: Restored claude-api, simplify, review, prism, gamify — these are plugin/MCP-loaded (no on-disk SKILL.md). Added new claude-control-center skill (port 9767, cross-terminal session viewer + gamify settings). Drift detection logic should not assume all skills live in ~/.claude/skills/.

← 1f972c5 Cabinet drift: remove orphan dw-site-build subagent ref + pr  ·  back to Agent Cabinet  ·  Viewer: switch from Mermaid mindmap to flowchart TD with cla 157848f →