
Techpreacher
- Updated July 6, 2026
- TechPreacher/agent-teams-scaffold
agent-teams-scaffold is a Claude Code skill plugin that generates Agent Teams scaffolding—subagents, settings, prompts, and launch scripts—so developers can run parallel Claude Code teammates in any repository.
About
agent-teams-scaffold is a Claude Code marketplace plugin with a skill that turns any repository into an Agent Teams launchpad. It runs a deterministic Python generator to add a read-only security-review subagent, merge settings with the experimental teams flag, produce TEAM_PROMPTS.md spawn prompts, a tmux launcher, and a tailored CLAUDE.md grounded in the real codebase. Developers install it when moving from single-agent Claude Code sessions to parallel multi-agent review or feature work.
- Deterministic Python scaffold.py renders templates into target repos
- Creates security-reviewer subagent and experimental teams settings flag
- Ships TEAM_PROMPTS.md and fish/tmux launch-team.sh launcher
- Tailors CLAUDE.md project context after reading the actual codebase
Techpreacher by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add TechPreacher/agent-teams-scaffoldAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | July 6, 2026 |
|---|---|
| Repository | TechPreacher/agent-teams-scaffold ↗ |
How do I quickly prepare a repository for Claude Code Agent Teams with the right subagents, settings, prompts, and launcher without hand-writing boilerplate?
Scaffold any repo for Claude Code Agent Teams with security-review subagent, teams flag, CLAUDE.md, spawn prompts, and a tmux launcher.
Who is it for?
Developers adopting Claude Code's experimental Agent Teams mode who want a repeatable scaffold with security review and coordination prompts.
Skip if: Teams staying on single-agent workflows or those not using Claude Code's experimental multi-agent team feature.
What you get
The target repo gains .claude/agents/security-reviewer.md, teams-enabled settings.json, TEAM_PROMPTS.md, launch-team.sh, and a codebase-tailored CLAUDE.md.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What files does the scaffold create?
security-reviewer.md, settings.json with CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS, TEAM_PROMPTS.md, launch-team.sh, and CLAUDE.md templates filled for your repo.
How is generation performed?
scripts/scaffold.py deterministically renders assets templates, then Claude tailors the output after reading the codebase.
How do I install the plugin?
Run `claude plugin marketplace add TechPreacher/agent-teams-scaffold` then `claude plugin install agent-teams-scaffold@Techpreacher`.