Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Agent Coder

Skill Verifiziert Aktiv

Agent skill for coder - invoke with $agent-coder

Zweck

To empower developers with expert-level guidance and best practices for writing production-quality code, ensuring maintainability, efficiency, and robustness.

Funktionen

  • Expert code implementation guidance
  • API design and refactoring support
  • Performance optimization strategies
  • Robust error handling implementation
  • MCP tool integration for memory and performance

Anwendungsfälle

  • When writing new code that needs to adhere to high quality standards
  • When refactoring existing code for better maintainability or performance
  • When designing new APIs or interfaces
  • When implementing complex error handling logic

Nicht-Ziele

  • Automatically debugging runtime errors
  • Writing code without any human oversight
  • Replacing the need for a human software architect

Documentation

  • info:Configuration & parameter referenceWhile some MCP tool parameters are shown, there is no explicit documentation of defaults or precedence for configuration, making some aspects implicit.

Scope

  • info:Tool surface sizeThe skill itself exposes minimal tools, but the broader Ruflo project has a large number of plugins and agents which could be considered part of its ecosystem.

Installation

npx skills add ruvnet/ruflo

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 23 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Coding Standards

100

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

Skill
affaan-m

Refactoring Patterns

99

Apply named refactoring transformations to improve code structure without changing behavior. Use when the user mentions "refactor this", "code smells", "extract method", "replace conditional", "technical debt", "move method", "inline variable", or "decompose conditional". Also trigger when cleaning up legacy code, preparing code for new features by restructuring, or identifying which transformation to apply to a specific code smell. Covers smell-driven refactoring, safe transformation sequences, and testing guards. For code quality foundations, see clean-code. For managing complexity, see software-design-philosophy.

Skill
wondelai

Karpathy Guidelines

99

Verhaltensrichtlinien zur Reduzierung häufiger LLM-Programmierfehler. Verwenden Sie diese beim Schreiben, Überprüfen oder Refaktorisieren von Code, um Überkomplizierung zu vermeiden, chirurgische Änderungen vorzunehmen, Annahmen offenzulegen und überprüfbare Erfolgskriterien zu definieren.

Skill
forrestchang

Neon Postgres

100

Anleitungen und Best Practices für die Arbeit mit Neon Serverless Postgres. Beinhaltet den Einstieg, lokale Entwicklung mit Neon, Auswahl einer Verbindungsmethode, Neon-Funktionen, Authentifizierung (@neondatabase/auth), PostgREST-ähnliche Daten-API (@neondatabase/neon-js), Neon CLI und die Neon Platform API/SDKs. Zur Beantwortung aller Neon-bezogenen Fragen.

Skill
neondatabase

Sdk Dx

100

Design SDKs that developers love to use—APIs that feel native, error messages that guide, and experiences that reduce friction. This skill covers creating SDKs that drive adoption through exceptional developer experience rather than aggressive marketing. Trigger phrases: "SDK design", "developer experience", "API design", "SDK DX", "error messages", "type safety", "IDE integration", "SDK versioning", "migration guides", "client library design", "making SDKs feel native", "SDK best practices"

Skill
jonathimer

Csharp Async

100

Get best practices for C# async programming

Skill
github