tier-entitlements
Installation
SKILL.md
Tier-Based Entitlements
Gate features and track usage by subscription tier.
When to Use This Skill
- Free users get limited features
- Pro users get unlimited access
- Need to track daily/monthly usage
- Want clean API for checking limits
Core Concepts
- Tier config - Single source of truth for all limits
- Usage tracking - Database tracks consumption
- Atomic increments - Prevent race conditions
- Rate limit headers - Standard HTTP headers for clients