api-client-fixtures
API Client Fixtures pattern for REST API testing. Use when writing pytest fixtures for FastAPI TestClient, authentication headers, and DI container overrides in integration/API tests.
Implements the REST API layer for a resource from its `<domain_stem>.rest-api.md` spec sibling. Resolves target locations once, scaffolds the per-surface package layout, implements query and command serializers in sequence (so they don't race on shared aggregators), implements endpoint modules, and finally wires everything into the FastAPI app. Invoke with: /rest-api-spec:generate-code <domain_diagram>
This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.
Install skill "generate-code" with this command: npx skills add voro6yov/skillsmp-voro6yov-voro6yov-generate-code
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
API Client Fixtures pattern for REST API testing. Use when writing pytest fixtures for FastAPI TestClient, authentication headers, and DI container overrides in integration/API tests.
API Endpoint Integration Test Rules pattern for REST APIs. Use when writing or reviewing integration tests for HTTP endpoints to ensure correct request handling, service delegation, response serialization, and status code verification.
Internal Router pattern for REST API endpoints. Use when grouping endpoints for service-to-service communication, bypassing user authentication, or separating internal API surface from public/external endpoints.
Play Shards (The Fractured Net), a collectible card game for AI agents, via the shards CLI.