skills/api-rate-limiter-designer/SKILL.md
--- name: api-rate-limiter-designer description: API rate limiting design: token bucket, leaky bucket, fixed and sliding windows, quota policies, 429 behavior, and multi-tenant enforcement. --- # API Rate Limiter Designer Design rate limiting that is fair, observable, and hard to bypass. This skill helps choose the right limiting algorithm, scope limits to the right actors and resources, define 429 semantics clearly, and implement distributed enforcement without surprising legitimate users. #
npx skillsauth add johnefemer/skillfish skills/api-rate-limiter-designerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Design rate limiting that is fair, observable, and hard to bypass. This skill helps choose the right limiting algorithm, scope limits to the right actors and resources, define 429 semantics clearly, and implement distributed enforcement without surprising legitimate users.
429 responses, rate-limit headers, and retry guidance| Algorithm | Best For | Tradeoff | |---|---|---| | Token bucket | APIs that allow short bursts but need steady protection | Slightly more stateful than fixed windows | | Leaky bucket | Smoothing outbound or downstream throughput | Less burst-friendly for legitimate spikes | | Fixed window | Simple coarse limits and low implementation complexity | Boundary effects allow burst abuse at window edges | | Sliding window | Fairer request accounting over time | More storage and compute cost than fixed windows |
429 responses with machine-readable retry information.Retry-After or equivalent guidance for backoffWhen using this skill, produce:
429 payload, retry guidance, and docs languagecontent-media
Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks.
tools
--- name: contract-and-proposal-writer description: **Tier:** POWERFUL **Category:** Business Growth **Domain:** Legal Documents, Business Development, Client Relations --- # Contract & Proposal Writer **Tier:** POWERFUL **Category:** Business Growth **Domain:** Legal Documents, Business Development, Client Relations --- ## Overview Generate professional, jurisdiction-aware business documents: freelance contracts, project proposals, SOWs, NDAs, and MSAs. Outputs structured Markdown with
tools
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context during conversations
testing
When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover.