api mocking skills

8 tagged api mocking, measured the same way as everything else here.

nextjs-ssr

01

asmyshlyaev177/test-proxy-recorder

Skill Claude CodeCodex

Tag server-side fetches with the x-test-rcrd-id session header so SSR is recorded under the correct Playwright test session. Lead with registerProxyFetch (patch global fetch in the root layout, any runtime) and registerProxyAxios (per-axios-instance interceptor); createHeadersWithRecordingId is the patch-free per-call…

116 5d ago A 166 tokens original MIT

proxy-setup

02

asmyshlyaev177/test-proxy-recorder

Skill Claude CodeCodex

Set up test-proxy-recorder for any Playwright project. Covers the proxy CLI (test-proxy-recorder --port --dir), package.json scripts for the three-service architecture (UI app → proxy → backend API), playwright.config.ts webServer block pointing to /control, per-test fixtures using playwrightProxy.before(page…

116 5d ago A 201 tokens original MIT

tanstack-start

03

asmyshlyaev177/test-proxy-recorder

Skill Claude CodeCodex

Record and replay TanStack Start SSR with test-proxy-recorder. Tag server-side fetches (route loaders, server functions, server routes) with the x-test-rcrd-id session header so parallel replay stays correct. Lead with registerProxyFetch (patch global fetch once at the top of src/router.tsx)…

116 5d ago A 194 tokens original MIT

emmanuelperu/microcks-skills

Skill Claude CodeCodex

Import OpenAPI specifications into a running Microcks instance and auto-configure dispatchers based on vendor extensions. Provides shell script templates for importing specs, downloading microcks-cli, and setting up JSONBODY or SCRIPT dispatchers.

4 5mo ago A 50 tokens original Apache-2.0

emmanuelperu/microcks-skills

Skill Claude CodeCodex

Start a local Microcks server with Docker Compose for API mocking and testing. Use when a developer needs to run Microcks locally to mock REST APIs from OpenAPI specifications. Microcks is a CNCF open-source tool for API mocking and testing.

4 5mo ago A 54 tokens original Apache-2.0

emmanuelperu/microcks-skills

Skill Claude CodeCodex

Write OpenAPI examples that work with Microcks dispatchers for API mocking. Covers example pairing rules, JSON body dispatching, Groovy script dispatching, and dispatcher configuration via the Microcks API.

4 5mo ago A 47 tokens original Apache-2.0

msw

07

anivar/msw-skill

Skill Claude CodeCodex

MSW (Mock Service Worker) v2 best practices, patterns, and API guidance for API mocking in JavaScript/TypeScript tests and development. Covers handler design, server setup, response construction, testing patterns, GraphQL, and v1-to-v2 migration. Baseline: msw ^2.15.0. Triggers on: msw imports, http.get, http.post…

1 24d ago A 123 tokens original MIT