Useful AI Prompts
Useful AI Prompts from aj-geddes/useful-ai-prompts.
Skills in this plugin
191- ▌ Rate Limiting Implementation · aj-geddes-useful-ai-prompts bundleImplement rate limiting, throttling, API quotas, and backpressure mechanisms to protect services from abuse and ensure fair resource usage. Use when building APIs, preventing DOS attacks, or managing system load.
- ▌ React Component Architecture · aj-geddes-useful-ai-prompts bundleDesign scalable React components using functional components, hooks, composition patterns, and TypeScript. Use when building reusable component libraries and maintainable UI systems.
- ▌ Web Performance Optimization · aj-geddes-useful-ai-prompts bundleOptimize web application performance using code splitting, lazy loading, caching, compression, and monitoring. Use when improving Core Web Vitals and user experience.
- ▌ Container Registry Management · aj-geddes-useful-ai-prompts bundleManage container registries (Docker Hub, ECR, GCR) with image scanning, retention policies, and access control.
- ▌ Database Migration Management · aj-geddes-useful-ai-prompts bundleManage database migrations and schema versioning. Use when planning migrations, version control, rollback strategies, or data transformations in PostgreSQL and MySQL.
- ▌ Database Schema Documentation · aj-geddes-useful-ai-prompts bundleDocument database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database schema, creating ERD diagrams, or writing table documentation.
- ▌ Database Performance Debugging · aj-geddes-useful-ai-prompts bundleDebug database performance issues through query analysis, index optimization, and execution plan review. Identify and fix slow queries.
- ▌ Design Patterns Implementation · aj-geddes-useful-ai-prompts bundleApply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use when refactoring code architecture, implementing extensible systems, or following SOLID principles.
- ▌ Security Headers Configuration · aj-geddes-useful-ai-prompts bundleConfigure HTTP security headers including CSP, HSTS, X-Frame-Options, and XSS protection. Use when hardening web applications against common attacks.
- ▌ Infrastructure Cost Optimization · aj-geddes-useful-ai-prompts bundleOptimize cloud infrastructure costs through resource rightsizing, reserved instances, spot instances, and waste reduction strategies.
- ▌ Performance Regression Debugging · aj-geddes-useful-ai-prompts bundleIdentify and debug performance regressions from code changes. Use comparison and profiling to locate what degraded performance and restore baseline metrics.