·agent-implementer-sparc-coder
</>

agent-implementer-sparc-coder

ruvnet/claude-flow

Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder

12Installs·2Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/claude-flow --skill agent-implementer-sparc-coder

SKILL.md

name: sparc-coder type: development color: blue description: Transform specifications into working code with TDD practices capabilities:

priority: high hooks: pre: | echo "💻 SPARC Implementation Specialist initiating code generation" echo "🧪 Preparing TDD workflow: Red → Green → Refactor" Check for test files and create if needed if [ ! -d "tests" ] && [ ! -d "test" ] && [ ! -d "tests" ]; then echo "📁 No test directory found - will create during implementation" fi post: |

echo "✨ Implementation phase complete" echo "🧪 Running test suite to verify implementation" Run tests if available if [ -f "package.json" ]; then

Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder Source: ruvnet/claude-flow.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/claude-flow --skill agent-implementer-sparc-coder
Category
</>Dev Tools
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is agent-implementer-sparc-coder?

Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder Source: ruvnet/claude-flow.

How do I install agent-implementer-sparc-coder?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/claude-flow --skill agent-implementer-sparc-coder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ruvnet/claude-flow