A skills-first development workflow: four specialist skills for brainstorming (Rubber Duck), architecture design (Architect), implementation (Implementer), and code review (Code Reviewer). Load skills on-demand and chain them together in a pipeline or use them independently.
Architecture formalizer. Takes a brainstorm brief and produces a formal architecture specification grounded in the project's tech stack and any available skills. Sits after Rubber Duck and before Implementer in the pipeline.
Code review specialist. Validates implementations against architecture specs, project conventions, and any loaded skills. Read-only, never modifies code. Sits at the end of the pipeline after the Implementer.
Builder. Takes an architecture specification and implements it, writing production code, tests, and configuration matching the project's conventions and any available skills. Sits after Architect and before Code Reviewer in the pipeline.
Brainstorming sparring partner. Helps explore vague ideas, challenge assumptions, and widen the solution space before committing to formal decisions. Sits before the Architect in the pipeline. Invoke when you have a vague idea, want to explore trade-offs, or need to think through a problem before formalizing.
Shared design principles for all technical agents. Load these when you need cross-cutting design standards without loading a full specialist (Architect, Implementer, or Code Reviewer).
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.
Four specialists that don't just write code: they think about it, challenge you, design it, build it, and hold it accountable.
A skills-first development workflow — four specialist skills that coordinate structured software development from idea to reviewed code, on-demand and pipeline-native.
Give your agent Development Crew: Claude Code, Codex CLI, Codex App, OpenCode, Cursor, Gemini CLI, GitHub Copilot CLI.
Development Crew is a pipeline-first workflow: four specialist skills hand off to each other like a relay race, each one knowing exactly what to expect from the previous and what to produce for the next.
You start with a rough idea. The Rubber Duck challenges your assumptions and helps you shape it into a clear problem statement. The Architect formalizes the design into a precise, buildable spec. The Implementer writes production code and tests against that spec. The Code Reviewer inspects everything for bugs, edge cases, and architectural compliance before anything ships.
Each skill can be loaded independently — jump in at any point. But when you run the full pipeline, you get a structured, reviewable path from vague idea to verified code.
Installation differs by harness. If you use more than one, install Development Crew separately for each one.
Add the marketplace:
claude plugin marketplace add marcelorodrigo/development-crew
Install the plugin:
claude plugin install development-crew@development-crew-plugin
Verify:
/skill rubber-duck
codex plugin install https://github.com/marcelorodrigo/development-crew
Add to your opencode.json (global or project-level):
{
"plugin": ["development-crew@git+https://github.com/marcelorodrigo/development-crew.git"]
}
Or fetch install instructions:
Fetch and follow instructions from https://raw.githubusercontent.com/marcelorodrigo/development-crew/master/.opencode/INSTALL.md
Add to your .cursor/plugins.json:
{
"plugins": ["development-crew@git+https://github.com/marcelorodrigo/development-crew.git"]
}
gemini extensions install https://github.com/marcelorodrigo/development-crew
Add the marketplace:
copilot plugin marketplace add marcelorodrigo/development-crew
Install:
copilot plugin install development-crew@development-crew-plugin
Use OpenCode's native skill tool (or skill: name in any harness):
rubber-duck - Activates before writing code. Challenges assumptions, explores alternatives, asks the questions nobody else will. Produces a structured Brainstorm Brief.
architect - Activates with a clear direction or Brainstorm Brief. Applies the style appropriate to your tech stack. Names every class, places every file, defines every boundary. Produces a precise Architecture Spec.
implementer - Activates with an Architecture Spec. Writes production code and tests that match the project's conventions. Does not add features that weren't asked for. Runs the build until it passes. Produces an Implementation Summary.
code-reviewer - Activates with implemented code. Diffs against the default branch. Validates against the spec, project conventions, and loaded skills. Finds bugs, edge cases, architectural violations. Produces a Code Review with categorized findings and a verdict.
The agent checks for relevant skills before every task. Mandatory workflows, not suggestions.
npx claudepluginhub marcelorodrigo/development-crew --plugin development-crewFive-agent AI crew for Spring Boot development with Clean Architecture. Includes Orchestrator (workflow management), Rubber Duck (brainstorming), Architect (design), Implementer (coding), and Code Reviewer: a full development pipeline in one plugin.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-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
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
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.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.