Skip to content

Commit 9dd984d

Browse files
committed
refactor(plugins): archive unused agents, skills, and disable 5 plugins
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
1 parent 047d832 commit 9dd984d

101 files changed

Lines changed: 77 additions & 571 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

container/.devcontainer/AGENTS.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,28 @@ Config files deploy via `defaults/codeforge/file-manifest.json` on every contain
4646

4747
Declared in `settings.json` under `enabledPlugins`, auto-activated on start:
4848

49-
- **agent-system** — 19 custom agents + built-in agent redirection
50-
- **skill-engine** — 23 general coding skills + auto-suggestion
51-
- **spec-workflow**3 spec lifecycle skills (`/spec`, `/build`, `/specs`) + spec-reminder hook
52-
- **session-context**Git state injection, TODO harvesting, commit reminders
49+
### Active
50+
51+
- **agent-system**4 custom agents (architect, claude-guide, explorer, generalist) + built-in agent redirection
52+
- **skill-engine**2 coding knowledge packs (`/team`, `/agent-browser`) + auto-suggestion
5353
- **auto-code-quality** — Auto-format + auto-lint + advisory test runner
54+
- **session-context** — Git state injection, TODO harvesting, commit reminders
5455
- **workspace-scope-guard** — Blocks writes outside working directory
5556
- **dangerous-command-blocker** — Blocks destructive bash commands
5657
- **protected-files-guard** — Blocks edits to secrets/lock files
57-
- **codeforge-lsp** — LSP for Python + TypeScript/JavaScript
58-
- **ticket-workflow** — EARS ticket workflow + auto-linking
59-
- **git-workflow** — Standalone ship (commit/push/PR) + PR review
60-
- **notify-hook** — Desktop notifications on completion
6158
- **frontend-design** (Anthropic official) — UI/frontend design skill
6259
- **code-review** (Anthropic official) — Code review skill
6360
- **feature-dev** (Anthropic official) — Feature development skill
6461
- **pr-review-toolkit** (Anthropic official) — PR review commands + agents
65-
- **prompt-snippets** — Quick behavioral mode switches via /ps command
62+
63+
### Disabled
64+
65+
- **spec-workflow** — Spec lifecycle (archived, pending rewrite)
66+
- **git-workflow** — Ship + PR review (archived, pending rewrite)
67+
- **ticket-workflow** — EARS ticket workflow (archived, pending rewrite)
68+
- **notify-hook** — Desktop notifications (archived, pending rewrite)
69+
- **prompt-snippets** — Behavioral mode switches (archived, pending rewrite)
70+
- **codeforge-lsp** — LSP servers (disabled)
6671

6772
## Rules System
6873

container/.devcontainer/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
- **Cross-references added** — before-you-install, accessing-services, troubleshooting, and devcontainer-cli pages now link to the Windows networking guide
4949
- **Agent-browser CDP troubleshooting** — new troubleshooting section for host Chrome connection issues (localhost vs host.docker.internal, Chrome version requirements, port exposure)
5050

51+
### Plugin Cleanup
52+
53+
- **Archived 15 agents** — agent-system reduced from 19 to 4 active agents (architect, claude-guide, explorer, generalist). Archived agents preserved in `agents/_archived/` for future rewrite.
54+
- **Archived 21 skills** — skill-engine reduced from 23 to 2 active skills (`/team`, `/agent-browser`). Archived skills preserved in `skills/_archived/`.
55+
- **Archived `/debug` skill** — moved from agent-system active skills to `skills/_archived/`.
56+
- **Removed 2 agent redirects**`Bash→bash-exec` and `statusline-setup→statusline-config` removed from redirect map. Built-in types now fall through to Claude Code defaults.
57+
- **Disabled prompt-snippets plugin**`/ps` command no longer available.
58+
- **Stripped skill-suggester** — auto-suggestion now only covers `team` and `agent-browser` (was 25+ skills).
59+
5160
### CI
5261

5362
- **Canary pre-release publishing** — every push to `staging` that touches `container/` now auto-publishes a canary build to npm. Install with `npm i @coredirective/cf-container@canary` to try unreleased changes. Versions use the format `{version}-staging.{sha7}`.

container/.devcontainer/defaults/codeforge/config/settings-opus-45-200k.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"session-context@devs-marketplace": false,
122122
"auto-code-quality@devs-marketplace": true,
123123
"workspace-scope-guard@devs-marketplace": true,
124-
"prompt-snippets@devs-marketplace": true,
124+
"prompt-snippets@devs-marketplace": false,
125125
"git-workflow@devs-marketplace": false
126126
},
127127
"autoUpdatesChannel": "latest",

container/.devcontainer/defaults/codeforge/config/settings-opus-46-1m-400k.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"session-context@devs-marketplace": false,
122122
"auto-code-quality@devs-marketplace": true,
123123
"workspace-scope-guard@devs-marketplace": true,
124-
"prompt-snippets@devs-marketplace": true,
124+
"prompt-snippets@devs-marketplace": false,
125125
"git-workflow@devs-marketplace": false
126126
},
127127
"autoUpdatesChannel": "latest",

container/.devcontainer/defaults/codeforge/config/settings-opus-46-200k.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"session-context@devs-marketplace": false,
122122
"auto-code-quality@devs-marketplace": true,
123123
"workspace-scope-guard@devs-marketplace": true,
124-
"prompt-snippets@devs-marketplace": true,
124+
"prompt-snippets@devs-marketplace": false,
125125
"git-workflow@devs-marketplace": false
126126
},
127127
"autoUpdatesChannel": "latest",

container/.devcontainer/defaults/codeforge/config/settings-opus-47-1m-400k.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"session-context@devs-marketplace": false,
120120
"auto-code-quality@devs-marketplace": true,
121121
"workspace-scope-guard@devs-marketplace": true,
122-
"prompt-snippets@devs-marketplace": true,
122+
"prompt-snippets@devs-marketplace": false,
123123
"git-workflow@devs-marketplace": false
124124
},
125125
"autoUpdatesChannel": "latest",

container/.devcontainer/defaults/codeforge/config/settings.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"session-context@devs-marketplace": false,
115115
"auto-code-quality@devs-marketplace": true,
116116
"workspace-scope-guard@devs-marketplace": true,
117-
"prompt-snippets@devs-marketplace": true,
117+
"prompt-snippets@devs-marketplace": false,
118118
"git-workflow@devs-marketplace": false
119119
},
120120
"autoUpdatesChannel": "latest"

container/.devcontainer/defaults/codeforge/config/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"session-context@devs-marketplace": false,
120120
"auto-code-quality@devs-marketplace": true,
121121
"workspace-scope-guard@devs-marketplace": true,
122-
"prompt-snippets@devs-marketplace": true,
122+
"prompt-snippets@devs-marketplace": false,
123123
"git-workflow@devs-marketplace": false
124124
},
125125
"autoUpdatesChannel": "latest",

container/.devcontainer/plugins/devs-marketplace/.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
},
5353
{
5454
"name": "agent-system",
55-
"description": "17 custom agents with built-in agent redirection, CWD injection, and read-only bash enforcement",
55+
"description": "4 custom agents with built-in agent redirection (15 archived for rewrite)",
5656
"version": "1.0.0",
5757
"source": "./plugins/agent-system",
5858
"category": "development",
5959
"keywords": ["agents", "subagents", "redirection"]
6060
},
6161
{
6262
"name": "skill-engine",
63-
"description": "21 coding knowledge packs with auto-suggestion for frameworks, tools, and patterns",
63+
"description": "2 coding knowledge packs with auto-suggestion (21 archived for rewrite)",
6464
"version": "1.0.0",
6565
"source": "./plugins/skill-engine",
6666
"category": "development",

container/.devcontainer/plugins/devs-marketplace/plugins/agent-system/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-system",
3-
"description": "19 custom agents with built-in agent redirection, CWD injection, and read-only bash enforcement",
3+
"description": "4 custom agents with built-in agent redirection (15 archived for rewrite)",
44
"author": {
55
"name": "AnExiledDev"
66
}

0 commit comments

Comments
 (0)