·agent-implementer-sparc-coder
</>

agent-implementer-sparc-coder

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

9Installs·3Trend·@ruvnet

Installation

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

How to Install agent-implementer-sparc-coder

Quickly install agent-implementer-sparc-coder AI skill to your development environment via command line

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

Source: ruvnet/ruflo.

SKILL.md

View raw

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/ruflo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/ruflo --skill agent-implementer-sparc-coder
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from ruvnet/ruflo

Quick answers

What is agent-implementer-sparc-coder?

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

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/ruflo --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, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ruvnet/ruflo