Api validate
Professional development studio for Claude Code CLI
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.
What its author says it does
Copied from the file, not written here
API contract validation and breaking change detection
SKILL.md
0.7 KB, 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