Volver a Agent Skills
Desarrollo y Testing
API and Interface Design
por Addy Osmani 78k Estrellas en GitHub
Contract-first API and boundary design with input validation and clear interface contracts.
#api#contracts#design#validation
Claude Code Codex
Descripción General
This skill applies a contract-first approach to designing APIs and module boundaries, emphasizing validated inputs and explicit interface contracts. It triggers when designing the shape of an API so integrations stay robust and predictable.
Para qué sirve
- Designing a new REST/RPC API
- Defining module boundary contracts
- Adding boundary input validation
- Reviewing an interface for robustness
Instalar
Instalar en Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add addyosmani/agent-skills
/plugin install api-and-interface-design
# Or install manually into ~/.claude/skills:
git clone https://github.com/addyosmani/agent-skills.git
cp -r agent-skills/api-and-interface-design ~/.claude/skills/api-and-interface-design Explora herramientas de IA
Las mejores herramientas de IA que complementan tus habilidades
Lee artículos sobre IA y diseño
Consejos y tendencias en el mundo del diseño y la IA
Skills Relacionados
Desarrollo y Testing
MCP Builder
Guide the creation of Model Context Protocol servers to connect APIs and tools to AI agents.
Claude Code Codex
Desarrollo y Testing Superpowers
A core skills library of 20+ battle-tested, composable tools and workflows for everyday agent development tasks.
Claude Code Codex
Desarrollo y Testing Vercel React Best Practices
React and Next.js performance guidelines from Vercel Engineering — data fetching, bundle optimization, and rendering patterns.
Claude Code Codex