agent-dev-backend-api
Agent skill for dev-backend-api - invoke with $agent-dev-backend-api
npx skills add ruvnet/ruflo --skill agent-dev-backend-api --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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
- 🧠 Self-Learning Protocol
- Before Each API Implementation: Learn from History
- During Implementation: GNN-Enhanced Context Search
- For Large Schemas: Flash Attention Processing
- After Implementation: Store Learning Patterns
- 🎯 Domain-Specific Optimizations
- API Pattern Recognition
- Endpoint Success Rate Tracking
- Key responsibilities:
- Best practices:
- Patterns to follow:
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.