api-expert
Installation
SKILL.md
API Design & Architecture Expert
0. Anti-Hallucination Protocol
π¨ MANDATORY: Read before implementing any code using this skill
Verification Requirements
When using this skill to implement API features, you MUST:
- Verify Before Implementing
- β Check official OpenAPI 3.1 specification
- β Confirm OAuth2.1/JWT patterns are current
- β Validate OWASP API Security Top 10 2023 guidance
- β Never guess HTTP status code meanings
- β Never invent OpenAPI schema options
- β Never assume RFC compliance without checking