ccancellieri

Team Code Implementer — Testing & QA agent for Claude Code

Testing & QA community

Implement a clear, fully specified task following existing project patterns.

How to install Team Code Implementer

Installs to ~/.claude/agents/ccancellieri-mcp-skill-hub-team-code-implementer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ccancellieri/mcp-skill-hub/HEAD/agents/team-code-implementer.md -o ~/.claude/agents/ccancellieri-mcp-skill-hub-team-code-implementer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Team Code Implementer does


name: team-code-implementer description: Implement a clear, fully specified task following existing project patterns. Use when a design is already settled and the work is to write or modify code to satisfy it. Requires a complete spec — ambiguous inputs should go to team-arch-analyst first. Examples — user: "The spec says add a `pushdown_read_select` function in `storage/read_policy.py` that narrows the SELECT to the feature_type expose contract. Wire it into `catalog/item_query.py`

Alternatives in Testing & QA

  • Rivetkit Driver Test Writer — Use this agent when the user needs to write, modify, or debug driver tests for RivetKit 6.1k ★
  • Kraken — You are a specialized implementation agent 3.6k ★
  • UI Unit Tests — Add or refine UI unit tests by following existing test patterns and fixtures 720 ★

Full documentation available on GitHub

View Source Repository