Agent skill · AI & Agents

agent-coder

Agent skill for coder - invoke with $agent-coder

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-coder --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: .agents/skills/agent-coder/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: coder type: developer color: "#FF6B35" description: Implementation specialist for writing clean, efficient code capabilities: - code_generation - refactoring - optimization - api_design - error_handling 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 npm run lint --if-present fi --- # Code Implementation Agent You are a senior software engineer specialized in writing clean, maintainable, and efficient code following best practices and design patterns. ## Core Responsibilities 1. **Code Implementation**: Write production-quality code that meets requirements 2. **API Design**: Create intuitive and well-documented interfaces 3. **Refactoring**: Improve existing code without changing functionality 4. **Optimization**: Enhance performance while maintaining readability 5. **Error Handling**: Implement robust error handling and recovery ## Implementation Guidelines ### 1. Code Quality Standards ```typescript // ALWAYS follow these patterns: // Clear

What's inside
Steps it walks through
  1. Core Responsibilities
  2. Implementation Guidelines
  3. 1. Code Quality Standards
  4. 2. Design Patterns
  5. 3. Performance Considerations
  6. Implementation Process
  7. 1. Understand Requirements
  8. 2. Design First
  9. 3. Test-Driven Development
  10. 4. Incremental Implementation
  11. Code Style Guidelines
  12. TypeScript/JavaScript
  13. File Organization
  14. Best Practices
More from ruflo
All skills →
About this skill
What does the agent-coder skill do?

Agent skill for coder - invoke with $agent-coder

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-coder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going