SKILL.md packages that extend Claude Code, Cursor, Copilot, and other AI agents.
Tags

claude-code-handbook
Guidelines and patterns for building robust REST APIs: correct HTTP status codes, RFC 7807 error responses, validation, sanitization, rate limiting, and central

autonomous-dev
Patterns and safe templates for calling external APIs and CLI tools: subprocess safety, retries, auth handling, and rate-limit management.

skills
Scans codebases for rate-limiting and API throttling anti-patterns, producing actionable reports and CI-friendly output to prevent brute-force, retry storms, an

claude-code-plugins-plus-skills
Patterns and code for throttling Anima API code-generation calls, batching node processing, and handling 429s with progressive backoff for design-system scale w

ratelimit-js
Guidance and practical examples for using Upstash's TypeScript rate-limit SDK (setup, common algorithms, and traffic-protection patterns).

awesome-omni-skill
Guidelines and patterns for building robust REST APIs: status codes, RFC 7807 error responses, validation, rate limiting, and centralized error handling.

antigravity-awesome-skills
A step-by-step workflow for testing REST and GraphQL APIs, covering authentication, authorization, input validation, rate limiting, GraphQL checks, and error-ha

tfy-gateway-skills
Configure and use TrueFoundry's OpenAI-compatible AI Gateway to route, rate-limit, and observe LLM calls across providers.

awesome-claude-notes
A checklist and practical snippets for securing Spring Boot services: authentication, authorization, input validation, CSRF, secrets management, headers, rate l

skills
Guidance for handling iteration in n8n workflows: when to use per-item execution, executeOnce, aggregation, pagination, or the Loop Over Items for batching and