Skip to content

refactor(plugins): archive unused agents, skills, and disable 5 plugins#82

Merged
AnExiledDev merged 3 commits intostagingfrom
refactor/plugin-cleanup
Apr 29, 2026
Merged

refactor(plugins): archive unused agents, skills, and disable 5 plugins#82
AnExiledDev merged 3 commits intostagingfrom
refactor/plugin-cleanup

Conversation

@AnExiledDev
Copy link
Copy Markdown
Owner

Summary

  • Archived 15 agents — agent-system reduced from 19 to 4 active agents (architect, claude-guide, explorer, generalist). Archived agents preserved in agents/_archived/
  • Archived 21 skills — skill-engine reduced from 23 to 2 active skills (/team, /agent-browser). Archived skills preserved in skills/_archived/
  • Disabled 5 plugins — spec-workflow, git-workflow, ticket-workflow, notify-hook, prompt-snippets set to disabled (pending rewrite)
  • Stripped skill-suggester — auto-suggestion now only covers team and agent-browser (was 25+ skills)
  • Removed 2 agent redirectsBash→bash-exec and statusline-setup→statusline-config removed from redirect map
  • All agents and skills set to effort: max — active and archived, across all plugins
  • ~27k lines removed — massive reduction in plugin surface area

Test plan

  • cd container && npm test — verify container tests pass
  • cd docs && npm run build — verify docs build
  • Verify active agents (architect, claude-guide, explorer, generalist) still load
  • Verify active skills (/team, /agent-browser) still work
  • Verify disabled plugins don't load (no /spec, /build, /ship, /ps commands)
  • Verify skill-suggester only suggests team and agent-browser

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 204f61a0-c53c-4d12-9dda-c2b5e4666943

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/plugin-cleanup

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Reduce active surface to what's actually used — everything else preserved
in _archived/ directories for future rewrite.

- Archive 15 of 19 agents (keep architect, claude-guide, explorer, generalist)
- Archive 21 of 23 skill-engine skills (keep /team, /agent-browser)
- Archive /debug skill in agent-system
- Remove bash-exec and statusline-config from agent redirect map
- Strip skill-suggester to 2 entries (was 25+)
- Disable prompt-snippets plugin (others already disabled)
- Regenerate all settings profiles
- Update docs: AGENTS.md, README.md, CHANGELOG.md, marketplace.json
Saves uncommitted work from refactor session — settings updates,
archived agent/skill deletions, skill modifications, docs, and tests.
- Test expectations: 4 redirect entries (removed bash-exec, statusline-config)
- Orchestrator prompt: removed bash-exec from agent catalog and selection
- AGENT-REDIRECTION.md: updated REDIRECT_MAP example and file count
- Docs agents reference: removed 15 archived agent sections, updated counts
- Docs agent-system plugin: updated tables and model selection note
- Container README: updated agent table from 17 to 4 active agents
@AnExiledDev AnExiledDev force-pushed the refactor/plugin-cleanup branch from 9b03af7 to 8f97ef7 Compare April 29, 2026 21:12
@AnExiledDev
Copy link
Copy Markdown
Owner Author

Fixes applied:

  1. Test expectations — Reduced REDIRECT_MAP assertion from 6 to 4 entries, removed bash-exec from unqualified redirect parametrize list. All 12 tests pass.
  2. Orchestrator prompt — Removed bash-exec from delegation instruction, agent catalog table, and selection criteria.
  3. AGENT-REDIRECTION.md — Updated REDIRECT_MAP example and file count to reflect 4 active agents.
  4. Docs reference/agents.md — Removed 15 archived agent sections, updated redirect table, capabilities matrix, access levels, safety mechanisms, and all counts (19→4).
  5. Docs extend/plugins/agent-system.md — Updated agent tables, redirect map, model selection note, and counts.
  6. Container README — Updated agent table from 17 to 4 active agents with archive note.

Rebased on staging (post-PR #80/#81 merges), CHANGELOG and setup.sh conflicts resolved.

@AnExiledDev AnExiledDev merged commit 59b1f5c into staging Apr 29, 2026
7 checks passed
@AnExiledDev AnExiledDev deleted the refactor/plugin-cleanup branch April 29, 2026 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant