Loading...
Loading...
Found 21 Skills
Call ZenTao RESTful API v2.0 to fulfill user requests, covering add, delete, modify, query and status flow operations for 20 modules including program, product, project, execution, requirement (Story/Epic/Requirement), Bug, task, test case, test task, product plan, build, release, feedback, ticket, application, user, file, etc. This skill is used when users mention project management related operations such as ZenTao, querying project progress, obtaining Bug list, updating requirement status, creating tasks, etc.
Configure Salvo routers with path parameters, nested routes, and filters. Use for complex routing structures and RESTful APIs.
REST and API design principles — resource naming, HTTP methods, status codes, pagination, versioning, and error responses. Reference when designing or reviewing APIs.
Go API development guidelines using the standard library (1.22+) with best practices for RESTful API design, error handling, and security
Design RESTful APIs with clear endpoints, proper HTTP methods, and consistent response formats. Use when planning or building APIs.
Comprehensive API design and development workflow that orchestrates API architecture, endpoint design, documentation generation, and integration patterns. Handles everything from RESTful API creation and GraphQL schema design to API gateway setup and version management.
Use when building and maintaining APIs for applications and services.
Implements RESTful API design with versioning and request specs. Use when building APIs, adding API endpoints, versioning APIs, or when user mentions REST, JSON API, or API design. WHEN NOT: Internal-only endpoints, HTML views, Turbo Stream responses, or APIs without external consumers.
Specifies best practices, including following RESTful API design principles, implementing responsive design, using Zod for data validation, and regularly updating dependencies. This rule promotes mode