REST API Skill Provides comprehensive REST API design and implementation capabilities for the Golden Armada AI Agent Fleet Platform. When to Use This Skill Activate this skill when working with: - API endpoint design - HTTP request/response handling - API authentication - OpenAPI documentation - API testing REST API Design Principles Resource Naming \ \ \ HTTP Methods | Method | Usage | Idempotent | |--------|-------|------------| | GET | Read resource | Yes | | POST | Create resource | No | | PUT | Replace resource | Yes | | PATCH | Partial update | No | | DELETE | Delete resource | Yes | St…