api-designer
Design RESTful APIs with best practices for consistency and usability
pinned to #2a6eea9updated 2 weeks 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
2 weeks 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.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.2a6eea9· 2 weeks ago
Documentation
41Description 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- releasecurrent2a6eea9warn2 weeks 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
Guizang Ppt Skill
AI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Planning With Files
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Gpt Researcher
An autonomous agent that conducts deep research on any data using any LLM providers
mh install skills/api-designer