Files
claude-skills-reference/engineering
Leo b374a74290 feat: add api-design-reviewer POWERFUL-tier skill
- SKILL.md with REST conventions, OpenAPI validation, versioning strategies
- api_linter.py: OpenAPI/endpoint lint with naming, method, error format checks
- breaking_change_detector.py: compare API versions, detect breaking changes
- api_scorecard.py: grade API design (A-F) across 5 dimensions
- References, sample data, expected outputs included
- Zero external dependencies, Python stdlib only
2026-02-16 13:06:10 +00:00
..