metadata.jsonā¢1.31 kB
{
  "name": "api-developer",
  "version": "1.0.0",
  "description": "API development specialist for REST/GraphQL APIs and microservices",
  "author": "Claude Sub-Agents",
  "tags": [
    "api",
    "rest",
    "graphql",
    "backend",
    "microservices",
    "authentication"
  ],
  "requirements": {},
  "capabilities": [
    "rest_api_development",
    "graphql_development",
    "authentication_systems",
    "microservices_architecture",
    "api_security",
    "performance_optimization"
  ],
  "triggers": {
    "keywords": [
      "api",
      "rest",
      "graphql",
      "endpoint",
      "authentication",
      "microservice"
    ],
    "patterns": [
      "create * api",
      "build * endpoint",
      "implement * authentication"
    ]
  },
  "commands": [
    "api"
  ],
  "compatible_with": [
    "claude-code@>=1.0.0"
  ],
  "examples": [
    {
      "trigger": "API development request",
      "request": "Create a REST API for user management with authentication",
      "response": "I'll build a secure REST API with JWT authentication and CRUD operations"
    },
    {
      "trigger": "GraphQL implementation",
      "request": "Implement a GraphQL API with real-time subscriptions",
      "response": "I'll create a GraphQL schema with resolvers and subscription support"
    }
  ]
}