API 开发
API 设计、REST 与 GraphQL
service-ingress
chaterm
Kubernetes Service 与 Ingress
ableton-lom
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
chaterm
代理服务器配置
ensue-memory
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
salvo-rs
Configure TLS/HTTPS with automatic certificate management via ACME (Let's Encrypt). Use for production deployments with secure connections.
salvo-cors
salvo-rs
Configure Cross-Origin Resource Sharing (CORS) and security headers. Use for APIs accessed from browsers on different domains.
salvo-compression
salvo-rs
Compress HTTP responses using gzip, brotli, zstd, or deflate. Use for reducing bandwidth and improving load times.
shiki-code-blocks
andrelandgraf
Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.
salvo-basic-app
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
salvo-rs
Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from long-running operations.
salvo-path-syntax
salvo-rs
Path parameter syntax guide for Salvo routing. Explains the {} syntax (v0.76+) vs deprecated <> syntax, with migration examples.
connect-mcp-server
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
salvo-rs
Configure Salvo routers with path parameters, nested routes, and filters. Use for complex routing structures and RESTful APIs.
ralph-loop
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
andrelandgraf
Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.
ai-chat
andrelandgraf
Build a complete AI chat application with database persistence, chat list management, and automatic title generation.
salvo-graceful-shutdown
salvo-rs
Implement graceful server shutdown to handle in-flight requests before stopping. Use for zero-downtime deployments and proper resource cleanup.
salvo-proxy
salvo-rs
Implement reverse proxy to forward requests to backend services. Use for load balancing, API gateways, and microservices routing.
salvo-middleware
salvo-rs
Implement middleware for authentication, logging, CORS, and request processing. Use for cross-cutting concerns and request/response modification.
authentication
andrelandgraf
Complete authentication system with Better Auth, email verification, password reset, protected routes, and account management.
salvo-rate-limiter
salvo-rs
Implement rate limiting to protect APIs from abuse. Use for preventing DDoS attacks and ensuring fair resource usage.
stripe-subscriptions
andrelandgraf
Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal.
salvo-concurrency-limiter
salvo-rs
Limit concurrent requests to protect resources. Use for file uploads, expensive operations, and preventing resource exhaustion.
salvo-openapi
salvo-rs
Generate OpenAPI documentation automatically from Salvo handlers. Use for API documentation, Swagger UI, and API client generation.