JavaScript is disabled. Some features may not work.
Api Design Patterns — ★ 2.2K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

Api Design Patterns

★ 2.2K repogenerationN/AIntermediateClaude
🤖 AI Summary

This skill enforces RESTful API design conventions by validating endpoint structures, including plural nouns, kebab-case, max 2-level nesting, and appropriate use of query parameters for deeper relationships.

How to Install

Claude Code:
git clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkit.git && cp awesome-claude-code-toolkit/skills/api-design-patterns ~/.claude/skills/SKILL.md -r
- Use plural nouns: `/users`, `/orders`, `/products` - Nest for relationships: `/users/{id}/orders` - Max nesting depth: 2 levels. Beyond that, use query params or top-level resources - Use kebab-case: `/user-profiles`, not `/userProfiles`

Details

Category Coding → generation
Sourcerohitg00/awesome-claude-code-toolkit
SKILL.mdView on GitHub →
Repo Stars★ 2.2K
Est. per Skill54 (shared across 40 skills from this repo)
DifficultyIntermediate
Risk LevelN/A

Related Skills

Works Well With

Skills from the same repository — often designed to work together