🇺🇸 English🇨🇳 中文
SkillsNav
Home

api-and-interface-design

★ 61K repogenerationSafeClaude

How to Install

Claude Code:
git clone --depth 1 https://github.com/addyosmani/agent-skills.git && cp agent-skills/skills/SKILL.md ~/.claude/skills/SKILL.md
Cursor:
Copy the SKILL.md content into your .cursorrules file
Design stable, well-documented interfaces that are hard to misuse. Good interfaces make the right thing easy and the wrong thing hard. This applies to REST APIs, GraphQL schemas, module boundaries,...

Related Skills