my-skill-name
Skill Title
One-line description of what this skill enables.
When to Use This Skill
- Use case 1
- Use case 2
- Use case 3
Core Concepts
Explain the key concepts the agent needs to understand.
Implementation
TypeScript
// Your TypeScript implementation
Python
# Your Python implementation
Usage Examples
Show how to use the implementation in real scenarios.
Best Practices
- Best practice 1
- Best practice 2
- Best practice 3
Common Mistakes
- Mistake 1
- Mistake 2
- Mistake 3
Related Patterns
- Related skill 1
- Related skill 2
More from dadbodgeoff/drift
sse-streaming
Implement Server-Sent Events (SSE) for real-time updates with automatic reconnection and heartbeats. Use when building live dashboards, notifications, progress indicators, or any feature needing server-to-client push.
77oauth-social-login
Implement OAuth 2.0 social login with Google, GitHub, and other providers. Handles token exchange, user creation, and account linking.
48multi-tenancy
Implement multi-tenant architecture with tenant isolation, data separation, and per-tenant configuration. Supports shared database and schema-per-tenant models.
45deduplication
Event deduplication with canonical selection, reputation scoring, and hash-based grouping for multi-source data aggregation. Handles both ID-based and content-based deduplication.
41fuzzy-matching
Multi-stage fuzzy matching pipeline for entity reconciliation. PostgreSQL trigram pre-filter, salient overlap check, and multi-factor similarity scoring.
38webhook-security
Implement secure webhook handling with signature verification, replay protection, and idempotency. Use when receiving webhooks from third-party services like Stripe, GitHub, Twilio, or building your own webhook system.
37