api-designer
Design RESTful APIs with best practices for consistency and usability
pinned to #2a6eea9updated 3 months ago
Ask your AI client: “install skills/api-designer”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/api-designermetahub onboarded this repo on the author's behalf.
If you own github.com/athola/skrills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
67
Last commit
3 months ago
Latest release
published
- #claude-code
- #claude-skills
- #codex
- #codex-cli
- #codex-skills
- #copilot
- #copilot-skills
- #mcp
- #mcp-server
- #skills
About this skill
Pulled from SKILL.md at publish time.
Expert guidance for designing clean, consistent REST APIs.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.2a6eea9· 3 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
4 passed1 warningDescription qualitywarn
10 words · 69 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
7,369 chars · 9 sections · 11 code blocks
Tags / topics declared
10 total — claude-code, claude-skills, codex, codex-cli, codex-skills, copilot (+4)
README has usage / example sections
no labeled section but 11 code blocks document usage
Homepage / docs URL declared
https://athola.github.io/skrills
Release history
1- releasecurrent2a6eea9warn3 months ago
Contents
Expert guidance for designing clean, consistent REST APIs.
REST Principles
- Use nouns for resources, verbs for actions
- Follow HTTP method semantics (GET, POST, PUT, DELETE)
- Return appropriate status codes
- Support content negotiation
URL Design
- Use plural nouns for collections (/users, /posts)
- Nest resources logically (/users/123/posts)
- Use query parameters for filtering and pagination
- Keep URLs readable and predictable
Response Format
- Use consistent JSON structure
- Include metadata for collections (total, page, etc.)
- Provide helpful error messages
- Support partial responses when needed
Versioning
- Include version in URL or header
- Maintain backward compatibility
- Document breaking changes clearly
- Deprecate gracefully with notice periods
Security
- Use HTTPS everywhere
- Implement proper authentication
- Validate all inputs
- Rate limit API endpoints
- Log security-relevant events
Documentation
- Provide OpenAPI/Swagger specs
- Include request/response examples
- Document error codes and meanings
- Keep docs updated with changes
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/api-designer