rate-limiting-implementation
✓レート制限、スロットル、API クォータ、およびバックプレッシャー メカニズムを実装して、サービスを悪用から保護し、公平なリソース使用を確保します。 API を構築する場合、DOS 攻撃を防止する場合、またはシステム負荷を管理する場合に使用します。
SKILL.md
Implement rate limiting and throttling mechanisms to protect your services from abuse, ensure fair resource allocation, and maintain system stability under load.
| Algorithm | Description | Use Case | Pros | Cons |
| Token Bucket | Tokens added at fixed rate, consumed per request | Bursty traffic allowed | Flexible, allows bursts | Complex implementation | | Leaky Bucket | Requests processed at constant rate | Smooth output | Consistent throughput | No burst allowance |
レート制限、スロットル、API クォータ、およびバックプレッシャー メカニズムを実装して、サービスを悪用から保護し、公平なリソース使用を確保します。 API を構築する場合、DOS 攻撃を防止する場合、またはシステム負荷を管理する場合に使用します。 ソース: aj-geddes/useful-ai-prompts。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill rate-limiting-implementation- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
rate-limiting-implementation とは?
レート制限、スロットル、API クォータ、およびバックプレッシャー メカニズムを実装して、サービスを悪用から保護し、公平なリソース使用を確保します。 API を構築する場合、DOS 攻撃を防止する場合、またはシステム負荷を管理する場合に使用します。 ソース: aj-geddes/useful-ai-prompts。
rate-limiting-implementation のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill rate-limiting-implementation インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/aj-geddes/useful-ai-prompts
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01