Api mock
Professional development studio for Claude Code CLI
npx -y skills add manastalukdar/ai-devstudio --skill api-mockAssembled 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
Generate API mocks and stub servers from OpenAPI specs or code analysis
SKILL.md
0.9 KB, as published. Nobody here has run it
API Mock Server Generator
I'll help you generate API mock servers and stub services for testing and development, based on OpenAPI specifications or code analysis.
Mock Server Tools:
- json-server: Simple REST API mocking
- MSW (Mock Service Worker): Browser and Node.js request interception
- Prism: OpenAPI-based mock server
- WireMock: Advanced API simulation
Token Optimization
Expected range: 2,000–3,000 tokens (initial), 500 tokens (cache hit)
Caching: Caches endpoint inventory and mock templates in .claude/cache/api-mock/ for 7 days. Invalidated when API routes change.
Early exit: Returns immediately if mock server already exists for the target routes.
Patterns used: Grep-before-Read, early exit, template-based generation, git diff scope default