- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
service-ingress
by chaterm
Kubernetes Service 与 Ingress
ableton-lom
by mikecfisher
Comprehensive Ableton Live Object Model (LOM) API reference for developing Remote Scripts in Python. Use this skill when working with Ableton Live Remote Scripts, control surfaces, or any Python code that interfaces with Ableton Live's internal API. Covers Live 12.3 API including: Song, Track, Clip, Device, DeviceParameter, Scene, ClipSlot, MixerDevice, Chain, RackDevice, Browser, and all specialized device classes (Simpler, Wavetable, Drift, etc.). Provides property types, access modes (read-only/read-write), observable status, method signatures, and canonical paths. Essential for: (1) Building or extending Remote Scripts, (2) Creating MCP servers for Ableton, (3) Developing control surface integrations, (4) Automating Live via Python.
proxy
by chaterm
代理服务器配置
ensue-memory
by mutable-state-inc
Augmented cognition layer that makes users smarter by connecting conversations to their persistent knowledge tree. Use proactively when topics arise that might have prior knowledge, and when users ask to remember, recall, search, or organize. Triggers on technical discussions, decision-making, project work, "remember this", "recall", "what do I know about", or any knowledge request.
salvo-tls-acme
by salvo-rs
Configure TLS/HTTPS with automatic certificate management via ACME (Let's Encrypt). Use for production deployments with secure connections.
salvo-cors
by salvo-rs
Configure Cross-Origin Resource Sharing (CORS) and security headers. Use for APIs accessed from browsers on different domains.
salvo-compression
by salvo-rs
Compress HTTP responses using gzip, brotli, zstd, or deflate. Use for reducing bandwidth and improving load times.
shiki-code-blocks
by andrelandgraf
Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.
salvo-basic-app
by salvo-rs
Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project or adding basic HTTP endpoints.
salvo-timeout
by salvo-rs
Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from long-running operations.
salvo-path-syntax
by salvo-rs
Path parameter syntax guide for Salvo routing. Explains the {} syntax (v0.76+) vs deprecated <> syntax, with migration examples.
connect-mcp-server
by ronnycoding
Guide for connecting MCP (Model Context Protocol) servers to Claude Code with HTTP, stdio, and SSE transports. Covers installation, configuration, authentication, environment variables, and security. Use when the user wants to connect MCP servers, add integrations, configure external services, or mentions MCP, servers, integrations, or external tools.
salvo-routing
by salvo-rs
Configure Salvo routers with path parameters, nested routes, and filters. Use for complex routing structures and RESTful APIs.
ralph-loop
by andrelandgraf
Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.
use-fullstackrecipes
by andrelandgraf
Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.
ai-chat
by andrelandgraf
Build a complete AI chat application with database persistence, chat list management, and automatic title generation.
salvo-graceful-shutdown
by salvo-rs
Implement graceful server shutdown to handle in-flight requests before stopping. Use for zero-downtime deployments and proper resource cleanup.
salvo-proxy
by salvo-rs
Implement reverse proxy to forward requests to backend services. Use for load balancing, API gateways, and microservices routing.
salvo-middleware
by salvo-rs
Implement middleware for authentication, logging, CORS, and request processing. Use for cross-cutting concerns and request/response modification.
authentication
by andrelandgraf
Complete authentication system with Better Auth, email verification, password reset, protected routes, and account management.
salvo-rate-limiter
by salvo-rs
Implement rate limiting to protect APIs from abuse. Use for preventing DDoS attacks and ensuring fair resource usage.
stripe-subscriptions
by andrelandgraf
Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal.
salvo-concurrency-limiter
by salvo-rs
Limit concurrent requests to protect resources. Use for file uploads, expensive operations, and preventing resource exhaustion.
salvo-openapi
by salvo-rs
Generate OpenAPI documentation automatically from Salvo handlers. Use for API documentation, Swagger UI, and API client generation.