claudegoodies
Skill

agent-dev-backend-api

From ruvnet

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

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this skill runs.

---
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/**"
    - "build/**"
  max_f
View full source on GitHub →

Other skills