Store
Claude skill Code

REST API design

Designs a project's REST API: resources, endpoints (method, path, body, status codes), errors, pagination, authentication and a ready-to-copy OpenAPI 3 excerpt in YAML.

Real example

Taken from the skill's “Example” section (in French: the skill answers in your language).

Claude · skill api-rest-conception
Conçois l'API REST d'une appli de gestion de tâches avec des utilisateurs.

Ressources

- Utilisateur, Tâche

Endpoints

Méthode · Chemin · Corps · Succès · Description

POST · /auth/login · { "email", "mot_de_passe" } · 200 · Connexion, renvoie un token

GET · /taches · — · 200 · Liste les tâches de l'utilisateur connecté

POST · /taches · { "titre": string } · 201 · Crée une tâche

PATCH · /taches/{id} · { "faite": boolean } · 200 · Marque une tâche faite/à faire

…

Install in two minutes

  1. 1

    claude.ai or Claude Desktop

    Settings, capabilities (skills) section, then import the .zip file.

  2. 2

    Claude Code

    Unzip the folder into ~/.claude/skills/: the /api-rest-conception command appears.

  3. 3

    Ask as usual

    Claude triggers the skill on its own when your request matches.

The skill helps you learn and produce your own work; it never writes graded work for you. Check your school's rules on AI use.

In the same field

Join GetPack

Already have an account? Sign in