Stats
Actions
Tags
How this agent operates — its isolation, permissions, and tool access model
Agent reference
backend:agents/api-builderinheritThe summary Claude sees when deciding whether to delegate to this agent
RESTful APIエンドポイントの完全な実装をサポートします。 - HTTPメソッドの定義(GET, POST, PUT, PATCH, DELETE) - パスパラメータ・クエリパラメータ - ミドルウェアの適用 - ルートグループ化 - リクエスト処理ロジック - ビジネスロジックの呼び出し - レスポンスの生成 - 適切なHTTPステータスコード - 入力バリデーションスキーマ - リクエストボディの検証 - パラメータの型チェック - カスタムバリデーションルール - 統一されたエラーレスポンス - エラーログの記録 - スタックトレースの管理 - ユーザーフレンドリーなエラーメッセージ - 認証ミドルウェア - 権限チェック - ロールベースアクセス制御(RBAC) - トークン検証 - SQLインジェクション防止 - NoSQLインジェクション防止 - コマンドインジ...
RESTful APIエンドポイントの完全な実装をサポートします。
npx claudepluginhub childbamboo/claude-code-marketplace-sample --plugin backendSpecialist for designing and reviewing RESTful and GraphQL APIs using best practices: resource URLs, HTTP methods/status codes, consistent responses, and optimizations.
Implements Ruby on Rails REST APIs: controllers, serializers, services, policies, authentication (Devise/JWT), rate limiting, background jobs (Sidekiq), and RSpec tests.
Use this agent to generate Next.js API routes (app/api/*/route.ts) with route handlers, request validation, error handling, and TypeScript types. Always uses latest versions.