Back to skills
SkillHub ClubShip Full StackFull StackBackendDesigner

backend-api

Design and implement RESTful API endpoints following best practices for URL structure, HTTP methods, status codes, versioning, and rate limiting. Use this skill when creating or modifying API routes, controllers, endpoint handlers, or route files. When working on files like routes.ts, api/*.ts, controllers/*.ts, endpoints/*.py, views.py, or any server-side request handlers. When designing resource URLs, implementing CRUD operations, adding query parameters for filtering/sorting/pagination, or setting up API versioning. When reviewing or refactoring existing API code for REST compliance.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
0
Hot score
74
Updated
March 20, 2026
Overall rating
C2.0
Composite score
2.0
Best-practice grade
C57.6

Install command

npx @skill-hub/cli install mshafei721-turbocat-backend-api

Repository

mshafei721/Turbocat

Skill path: .claude/skills/backend-api

Design and implement RESTful API endpoints following best practices for URL structure, HTTP methods, status codes, versioning, and rate limiting. Use this skill when creating or modifying API routes, controllers, endpoint handlers, or route files. When working on files like routes.ts, api/*.ts, controllers/*.ts, endpoints/*.py, views.py, or any server-side request handlers. When designing resource URLs, implementing CRUD operations, adding query parameters for filtering/sorting/pagination, or setting up API versioning. When reviewing or refactoring existing API code for REST compliance.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack, Backend, Designer.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: mshafei721.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install backend-api into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/mshafei721/Turbocat before adding backend-api to shared team environments
  • Use backend-api for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: Backend API
description: Design and implement RESTful API endpoints following best practices for URL structure, HTTP methods, status codes, versioning, and rate limiting. Use this skill when creating or modifying API routes, controllers, endpoint handlers, or route files. When working on files like routes.ts, api/*.ts, controllers/*.ts, endpoints/*.py, views.py, or any server-side request handlers. When designing resource URLs, implementing CRUD operations, adding query parameters for filtering/sorting/pagination, or setting up API versioning. When reviewing or refactoring existing API code for REST compliance.
---

## When to use this skill:

- When creating new API endpoints or routes
- When modifying existing endpoint handlers or controllers
- When working on files in api/, routes/, controllers/, or endpoints/ directories
- When implementing CRUD operations (Create, Read, Update, Delete)
- When adding filtering, sorting, or pagination to endpoints
- When setting up API versioning (URL path or header-based)
- When choosing HTTP methods (GET, POST, PUT, PATCH, DELETE)
- When determining appropriate HTTP status codes for responses
- When designing resource-based URL structures
- When implementing rate limiting headers
- When reviewing API code for RESTful best practices

# Backend API

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend API.

## Instructions

For details, refer to the information provided in this file:
[backend API](../../../agent-os/standards/backend/api.md)
backend-api | SkillHub