zuplo

Route Configuration (REQUIRED)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "zuplo" with this command: npx skills add poletron/custom-rules/poletron-custom-rules-zuplo

Critical Patterns

Route Configuration (REQUIRED)

{ "routes": [ { "path": "/api/users", "methods": ["GET", "POST"], "handler": { "module": "$import(@zuplo/runtime)", "export": "urlRewriteHandler", "options": { "rewritePattern": "https://api.example.com/users" } }, "policies": { "inbound": ["rate-limit", "api-key-auth"] } } ] }

API Key Auth (REQUIRED)

// ✅ ALWAYS: Use built-in API key authentication export default { policies: { inbound: [ { name: "api-key-auth", policyType: "api-key-inbound", handler: { export: "ApiKeyInboundPolicy", module: "$import(@zuplo/runtime)" } } ] } };

Decision Tree

Need auth? → Use api-key-inbound policy Need rate limiting? → Use rate-limit policy Need caching? → Use cache policy Need transforms? → Use custom policy handler Need monitoring? → Enable analytics

Resources

  • Gateway Setup: gateway-setup.md

  • GitOps: gitops.md

  • Performance: performance.md

  • Security: security.md

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.

General

lancedb

No summary provided by upstream source.

Repository SourceNeeds Review
General

trpc

No summary provided by upstream source.

Repository SourceNeeds Review
General

javascript-mastery

No summary provided by upstream source.

Repository SourceNeeds Review
General

coding-standards

No summary provided by upstream source.

Repository SourceNeeds Review