dkj-subagents-alpha
v5.6.0Portable executable core of the Claude Specialists system: the shared subagents plus the portable persona templates (personas/) of the main-loop specialists and the generic bootstrap skill specialists-init. This is the team every consuming repo enables; the other teams add to it, they do not replace it. Deliberately contains NO safety/guardrail hooks and NO repo-SPECIFIC skills — the governance layer (CLAUDE.md + repo lenses), the safety hooks, and the repo's own specialists stay at repo level. Two deliberate, repo-neutral exceptions: the skill specialists-init (the adoption path itself) and the informational SessionStart hook roster-sessioncheck (hooks/, read-only, never blocks).
By DaveKJohn1 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install dkj-subagents-alpha for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dkj-subagents-alpha@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/DKJ-Solutions/dkj-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dkj-subagents/dkj-subagents-alpha/.
Plugin files
├── .claude-plugin/plugin.json├── skills/orchestrator/SKILL.md├── skills/specialists-init/SKILL.md├── skills/specialists-teardown/SKILL.md└── skills/sync-roster/SKILL.md
Included Skills4
Load Chris, the Chief of Staff, into this conversation: the orchestrator who classifies an assignment, names the specialist it belongs to, and closes it out. Use this in a session where his usual route is not available -- a repo that has not run `specialists-init` yet, no repo at all, or a fresh conversation in an app where the specialists arrived as subagents without a conductor. Before that bootstrap nothing else in context carries his rules for filing what you find or for verifying a refusal before you obey it. In a repo that has run `specialists-init` he is already loaded and this skill has nothing to add.
Bootstrap the Claude Specialists system in a new consuming repo: hook up the orchestrator (Chris) via one @-import in CLAUDE.md pointing at the seam (which in turn imports his portable body from the plugin install + his lens-only repo lens), put the plugin's other main-loop personas and the subagents in place as lens-only scaffolds in the seam plus the script-config scaffolds, and deliver a governance/safety-hooks proposal. Use this when the shared `dkj-subagents-alpha` plugin is installed and enabled but the conductor and the governance layer are still missing ("the workers are there, Chris is not").
Remove what specialists-init put into a consuming repo, so the repo can stand free of the plugin: the generated lens scaffolds, the one @-import in CLAUDE.md plus the two inside the seam, the untouched script-config scaffolds and the settings proposal. Strictly subtractive and the mirror image of the bootstrap -- it never deletes anything the repo owner filled in, and never edits settings.json. Dry run by default. Use this when a consumer is being disconnected from the plugin, or to verify that adoption is genuinely reversible before relying on it.
Stage the roster-sync catch-up after the roster-sessioncheck hook flags that a specialist is missing from this repo's roster/lenses. Creates the empty repo-lens scaffolds (additive, never overwriting) and prints proposed roster rows ready to paste -- it never writes to CLAUDE.md, never commits, and never touches a branch. Use this when the SessionStart roster check reports drift and the mechanical part of the recovery should be staged automatically.
Plugin manifests1
{
"name": "dkj-subagents-alpha",
"displayName": "Claude Specialists — team alpha (the core team, subagent scaffold)",
"description": "Portable executable core of the Claude Specialists system: the shared subagents plus the portable persona templates (personas/) of the main-loop specialists and the generic bootstrap skill specialists-init. This is the team every consuming repo enables; the other teams add to it, they do not replace it. Deliberately contains NO safety/guardrail hooks and NO repo-SPECIFIC skills — the governance layer (CLAUDE.md + repo lenses), the safety hooks, and the repo's own specialists stay at repo level. Two deliberate, repo-neutral exceptions: the skill specialists-init (the adoption path itself) and the informational SessionStart hook roster-sessioncheck (hooks/, read-only, never blocks).",
"agents": [
"./subagents/specialist-02-09-subagent.md",
"./subagents/specialist-03-07-subagent.md",
"./subagents/specialist-04-11-subagent.md",
"./subagents/specialist-04-12-subagent.md",
"./subagents/specialist-04-13-subagent.md",
"./subagents/specialist-04-18-subagent.md",
"./subagents/specialist-05-15-subagent.md",
"./subagents/specialist-06-16-subagent.md",
"./subagents/specialist-06-17-subagent.md",
"./subagents/specialist-06-19-subagent.md",
"./subagents/specialist-06-23-subagent.md",
"./subagents/specialist-06-24-subagent.md",
"./subagents/specialist-06-25-subagent.md",
"./subagents/specialist-06-29-subagent.md",
"./subagents/specialist-06-30-subagent.md"
],
"version": "5.6.0",
"author": {
"name": "DaveKJohn"
},
"keywords": [
"specialists",
"team",
"claude-code"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dkj-subagents-alpha on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dkj-subagents-alpha)