internal-router

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.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "internal-router" with this command: npx skills add voro6yov/skillsmp-voro6yov-voro6yov-internal-router

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

generate-code

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>

Repository SourceNeeds Review
Coding

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.

Repository SourceNeeds Review
Coding

api-endpoint-test-rules

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.

Repository SourceNeeds Review
General

Private Bridge

Secure outbound-only relay for remote OpenClaw control — no exposed ports, no SSH, no Telegram.

Registry SourceRecently Updated
internal-router | V50.AI