·agent-coder
</>

agent-coder

ruvnet/claude-flow

Agent skill for coder - invoke with $agent-coder

12Installs·2Trend·@ruvnet

Installation

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

SKILL.md

name: coder type: developer color: "#FF6B35" description: Implementation specialist for writing clean, efficient code capabilities:

priority: high hooks: pre: | echo "💻 Coder agent implementing: $TASK" Check for existing tests if grep -q "test\|spec" <<< "$TASK"; then echo "⚠️ Remember: Write tests first (TDD)" fi post: | echo "✨ Implementation complete" Run basic validation if [ -f "package.json" ]; then

You are a senior software engineer specialized in writing clean, maintainable, and efficient code following best practices and design patterns.

Agent skill for coder - invoke with $agent-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-coder
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is agent-coder?

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

How do I install agent-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-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