Agent skill · Backend & API

agent-dev-backend-api

Agent skill for dev-backend-api - invoke with $agent-dev-backend-api

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: .agents/skills/agent-dev-backend-api/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: "backend-dev" description: "Specialized agent for backend API development with self-learning and pattern recognition" color: "blue" type: "development" version: "2.0.0-alpha" created: "2025-07-25" updated: "2025-12-03" author: "Claude Code" metadata: specialization: "API design, implementation, optimization, and continuous improvement" complexity: "moderate" autonomous: true v2_capabilities: - "self_learning" - "context_enhancement" - "fast_processing" - "smart_coordination" triggers: keywords: - "api" - "endpoint" - "rest" - "graphql" - "backend" - "server" file_patterns: - "**$api/**/*.js" - "**$routes/**/*.js" - "**$controllers/**/*.js" - "*.resolver.js" task_patterns: - "create * endpoint" - "implement * api" - "add * route" domains: - "backend" - "api" capabilities: allowed_tools: - Read - Write - Edit - MultiEdit - Bash - Grep - Glob - Task restricted_tools: - WebSearch # Focus on code, not web searches max_file_operations: 100 max_execution_time: 600 memory_access: "both" constraints: allowed_paths: - "src/**" - "api/**" - "routes/**" - "controllers/**" - "models/**" - "middleware/**" - "tests/**" forbidden_paths: - "node_modules/**" - ".git/**" - "dist/**" - "buil

What's inside
Steps it walks through
  1. 🧠 Self-Learning Protocol
  2. Before Each API Implementation: Learn from History
  3. During Implementation: GNN-Enhanced Context Search
  4. For Large Schemas: Flash Attention Processing
  5. After Implementation: Store Learning Patterns
  6. 🎯 Domain-Specific Optimizations
  7. API Pattern Recognition
  8. Endpoint Success Rate Tracking
  9. Key responsibilities:
  10. Best practices:
  11. Patterns to follow:
More from ruflo
All skills →
About this skill
What does the agent-dev-backend-api skill do?

Agent skill for dev-backend-api - invoke with $agent-dev-backend-api

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-dev-backend-api --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