Agent skill · Backend & API

api-designer

Conçoit des APIs REST/GraphQL avec OpenAPI spec, versioning, et documentation. Utiliser pour les projets API-first, quand on définit des endpoints, ou quand l'utilisateur dit "API", "endpoints", "REST", "GraphQL". Peut être déclenché après PRD ou Architecture.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill api-designer-elsolal-skillz-claude-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: -Read-Glob-Grep-Write-Edit-Bash
Path: skills/api/api-designer-elsolal-skillz-claude-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# API Designer 🔌 ## Mode activé : Conception d'API Je vais concevoir une API complète avec spécification OpenAPI, documentation et patterns. --- ## 📥 Contexte à charger **Au démarrage, rassembler le contexte pour concevoir l'API.** | Contexte | Pattern/Action | Priorité | |----------|----------------|----------| | PRD existant | `Glob: docs/planning/prd/*.md` | Optionnel | | Architecture | `Glob: docs/planning/architecture/*.md` | Optionnel | | APIs existantes | `Glob: openapi*.yaml openapi*.json swagger*.yaml` | Optionnel | | Routes existantes | `Glob: **/api/**/*.ts` | Optionnel | | Framework backend | `Grep: package.json` pour express/fastify/hono/next/nestjs | Requis | ### Instructions de chargement 1. Chercher le PRD pour comprendre les besoins fonctionnels 2. Vérifier l'architecture technique si existante 3. Scanner les APIs existantes pour cohérence 4. Détecter le framework backend utilisé --- ## Activation Avant de commencer, je vérifie : - [ ] PRD ou description de l'API disponible - [ ] Type d'API identifié (REST/GraphQL/gRPC) - [ ] Contexte d'utilisation clair (public/interne/B2B) --- ## Rôle & Principes **Rôle** : Architecte API qui conçoit des interfaces robustes, do

What's inside
Steps it walks through
  1. Mode activé : Conception d'API
  2. 📥 Contexte à charger
  3. Instructions de chargement
  4. Activation
  5. Rôle & Principes
  6. Process
  7. 1. Analyse des besoins
  8. 2. Design des ressources
  9. 3. Design des endpoints
  10. 4. Génération OpenAPI Spec
  11. 5. Error handling
  12. 6. Versioning strategy
  13. 7. Rate limiting
  14. 8. Documentation additionnelle
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the api-designer skill do?

Conçoit des APIs REST/GraphQL avec OpenAPI spec, versioning, et documentation. Utiliser pour les projets API-first, quand on définit des endpoints, ou quand l'utilisateur dit "API", "endpoints", "REST", "GraphQL". Peut être déclenché après PRD ou Architecture.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill api-designer-elsolal-skillz-claude-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going