Read-only codebase explorer for the dev-team workflow. Use to map relevant files, architecture, similar implementations, conventions, tests, and risks before planning engineering work.
Planning subagent for the dev-team workflow. Use after exploration to design task breakdowns, sequencing, validation strategy, rollout notes, and safe parallelization boundaries.
High-signal reviewer for the dev-team workflow. Use after implementation to review diffs for correctness, regressions, security, data loss, missing tests, and rollout risk.
dev-team is a reusable skill for running meaningful engineering work like a small development team.
It guides coding agents through a practical agentic loop:
The skill is intentionally small. The main workflows live in dev-team/SKILL.md for Codex and plugins/dev-team/skills/dev-team/SKILL.md for Claude Code; deeper guidance lives in references/ and is loaded only when useful.
Copy the dev-team folder into your Codex skills directory:
mkdir -p ~/.codex/skills
cp -R dev-team ~/.codex/skills/dev-team
Restart Codex so it can pick up the new skill.
For the short /dev-team command, install the standalone Claude Code skill:
mkdir -p ~/.claude/skills
cp -R plugins/dev-team/skills/dev-team ~/.claude/skills/dev-team
Restart Claude Code if the top-level skills directory did not exist before. Otherwise run /reload-plugins or continue; Claude Code watches existing skill directories for changes.
For plugin testing or marketplace-style installation, this repo also includes a Claude Code plugin:
claude --plugin-dir ./plugins/dev-team
Then invoke the plugin skill from Claude Code. Plugin skills are namespaced by the plugin, so use:
/dev-team:dev-team implement this feature
To install through Claude Code's plugin marketplace flow:
/plugin marketplace add illourr/dev-team-skill
/plugin install dev-team@dev-team-skill
/reload-plugins
Invoke the skill explicitly:
$dev-team implement this feature
or:
/dev-team fix this flaky test
Explicit invocation means you are opting into the fuller workflow, including task splitting and parallel agents when safe and available.
dev-team/
SKILL.md
agents/
openai.yaml
references/
clarification-gates.md
context-capture.md
review-rubric.md
task-splitting.md
validation-and-rollout.md
plugins/
dev-team/
.claude-plugin/
plugin.json
agents/
explorer.md
planner.md
reviewer.md
skills/
dev-team/
SKILL.md
references/
.claude-plugin/
marketplace.json
This repository supports:
dev-team/plugins/dev-team/skills/dev-team/plugins/dev-team/.claude-plugin/marketplace.jsonMIT
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub illourr/dev-team-skill --plugin dev-teamHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.