Api validate
API contract validation and breaking change detectionFrom its SKILL.md
npx -y skills add manastalukdar/ai-devstudio --skill api-validateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 132 tokens by cl100k_base, as published. Nobody here has run it
API Contract Validation
I'll analyze your API contracts for breaking changes, compatibility issues, and schema validation.
Arguments: $ARGUMENTS - API spec paths, comparison targets, or validation focus
Token Optimization
Expected range: 200–500 tokens (initial), 50–100 tokens (cache hit)
Caching: Caches schema checksums in .claude/cache/api/ for 7 days. Invalidated when schema files change.
Early exit: Returns immediately if schema checksums match cached values.
Patterns used: Grep-before-Read, early exit, checksum-based caching, git diff scope default
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.