·api-versioning
</>

api-versioning

yanko-belov/code-craft

Úselo al diseñar o modificar API. Úselo al agregar cambios importantes. Úselo cuando los clientes dependan de la estabilidad de la API.

15Instalaciones·0Tendencia·@yanko-belov

Instalación

$npx skills add https://github.com/yanko-belov/code-craft --skill api-versioning

SKILL.md

Version your APIs from day one. Never break existing clients.

Breaking changes without versioning destroy client trust. Version APIs explicitly, support multiple versions gracefully, and deprecate with ample warning.

| Removing a field | YES | Deprecate, keep returning | | Renaming a field | YES | Add new, keep old | | Changing field type | YES | Add new field | | Changing response structure | YES | New version | | Adding required parameter | YES | Make optional with default | | Removing endpoint | YES | Deprecate, maintain |

Úselo al diseñar o modificar API. Úselo al agregar cambios importantes. Úselo cuando los clientes dependan de la estabilidad de la API. Fuente: yanko-belov/code-craft.

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/yanko-belov/code-craft --skill api-versioning
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-01
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es api-versioning?

Úselo al diseñar o modificar API. Úselo al agregar cambios importantes. Úselo cuando los clientes dependan de la estabilidad de la API. Fuente: yanko-belov/code-craft.

¿Cómo instalo api-versioning?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/yanko-belov/code-craft --skill api-versioning Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

https://github.com/yanko-belov/code-craft