·agent-coder
</>

agent-coder

Agent skill for coder - invoke with $agent-coder

9Installs·3Trend·@ruvnet

Installation

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

How to Install agent-coder

Quickly install agent-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-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: 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/ruflo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/ruflo --skill agent-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-coder?

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

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/ruflo --skill agent-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