·agent-implementer-sparc-coder
</>

agent-implementer-sparc-coder

ruvnet/claude-flow

Agentenfähigkeit für „implementer-sparc-coder“ – Aufruf mit $agent-implementer-sparc-coder

12Installationen·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

Agentenfähigkeit für „implementer-sparc-coder“ – Aufruf mit $agent-implementer-sparc-coder Quelle: ruvnet/claude-flow.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/ruvnet/claude-flow --skill agent-implementer-sparc-coder
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-12
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist agent-implementer-sparc-coder?

Agentenfähigkeit für „implementer-sparc-coder“ – Aufruf mit $agent-implementer-sparc-coder Quelle: ruvnet/claude-flow.

Wie installiere ich agent-implementer-sparc-coder?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/ruvnet/claude-flow --skill agent-implementer-sparc-coder Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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