Useful AI Prompts

Useful AI Prompts from aj-geddes/useful-ai-prompts.

Skills in this plugin

191
  1. Dependency Tracking · aj-geddes-useful-ai-prompts bundle
    Map, track, and manage project dependencies across teams, systems, and organizations. Identify critical path items and prevent blocking issues through proactive dependency management.
    1 install
  2. Distributed Tracing · aj-geddes-useful-ai-prompts bundle
    Implement distributed tracing with Jaeger and Zipkin for tracking requests across microservices. Use when debugging distributed systems, tracking request flows, or analyzing service performance.
    1 install
  3. Fastapi Development · aj-geddes-useful-ai-prompts bundle
    Build high-performance FastAPI applications with async routes, validation, dependency injection, security, and automatic API documentation. Use when developing modern Python APIs with async support, automatic OpenAPI documentation, and high performance requirements.
    1 install
  4. Feature Flag System · aj-geddes-useful-ai-prompts bundle
    Implement feature flags (toggles) for controlled feature rollouts, A/B testing, canary deployments, and kill switches. Use when deploying new features gradually, testing in production, or managing feature lifecycles.
    1 install
  5. Flutter Development · aj-geddes-useful-ai-prompts bundle
    Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
    1 install
  6. GCP Cloud Functions · aj-geddes-useful-ai-prompts bundle
    Deploy serverless functions on Google Cloud Platform with triggers, IAM roles, environment variables, and monitoring. Use for event-driven computing on GCP.
    1 install
  7. Integration Testing · aj-geddes-useful-ai-prompts bundle
    Design and implement integration tests that verify component interactions, API endpoints, database operations, and external service communication. Use for integration test, API test, end-to-end component testing, and service layer validation.
    1 install
  8. Load Balancer Setup · aj-geddes-useful-ai-prompts bundle
    Configure and deploy load balancers (HAProxy, AWS ELB/ALB/NLB) for distributing traffic, session management, and high availability.
    1 install
  9. Memory Optimization · aj-geddes-useful-ai-prompts bundle
    Profile and optimize application memory usage. Identify memory leaks, reduce memory footprint, and improve efficiency for better performance and reliability.
    1 install
  10. Monorepo Management · aj-geddes-useful-ai-prompts bundle
    Manage monorepo architectures using Lerna, Turborepo, and Nx. Configure workspaces, dependency versioning, and cross-package testing.
    1 install
  11. Performance Testing · aj-geddes-useful-ai-prompts bundle
    Design and execute performance tests to measure response times, throughput, and resource utilization. Use for performance test, load test, JMeter, k6, benchmark, latency testing, and scalability analysis.
    1 install
  12. Progressive Web App · aj-geddes-useful-ai-prompts bundle
    Build progressive web apps using service workers, web manifest, offline support, and installability. Use when creating app-like web experiences.
    1 install
  13. Root Cause Analysis · aj-geddes-useful-ai-prompts bundle
    Conduct systematic root cause analysis to identify underlying problems. Use structured methodologies to prevent recurring issues and drive improvements.
    1 install
  14. Semantic Versioning · aj-geddes-useful-ai-prompts bundle
    Implement semantic versioning (SemVer) with automated release management. Use conventional commits, semantic-release, and version bumping strategies.
    1 install
  15. User Guide Creation · aj-geddes-useful-ai-prompts bundle
    Create comprehensive user guides, tutorials, how-to documentation, and step-by-step instructions with screenshots and examples. Use when writing user documentation, tutorials, or getting started guides.
    1 install
  16. Webhook Development · aj-geddes-useful-ai-prompts bundle
    Implement webhook systems for event-driven integration with retry logic, signature verification, and delivery guarantees. Use when creating event notification systems, integrating with external services, or building event-driven architectures.
    1 install
  17. Webhook Integration · aj-geddes-useful-ai-prompts bundle
    Implement secure webhook systems for event-driven integrations, including signature verification, retry logic, and delivery guarantees. Use when building third-party integrations, event notifications, or real-time data synchronization.
    1 install
  18. App Store Deployment · aj-geddes-useful-ai-prompts bundle
    Deploy iOS and Android apps to App Store and Google Play. Covers signing, versioning, build configuration, submission process, and release management.
    2 installs
  19. AWS Lambda Functions · aj-geddes-useful-ai-prompts bundle
    Create and deploy serverless functions using AWS Lambda with event sources, permissions, layers, and environment configuration. Use for event-driven computing without managing servers.
    2 installs
  20. Concurrency Patterns · aj-geddes-useful-ai-prompts bundle
    Implement thread-safe code, mutexes, semaphores, async/await patterns, and concurrent data structures. Use when handling parallel operations, race conditions, or building high-performance concurrent systems.
    0 installs
  21. Developer Onboarding · aj-geddes-useful-ai-prompts bundle
    Create comprehensive developer onboarding documentation including setup guides, README files, contributing guidelines, and getting started tutorials. Use when onboarding new developers or creating setup documentation.
    1 install
  22. File Upload Handling · aj-geddes-useful-ai-prompts bundle
    Implement secure file upload handling with validation, virus scanning, storage management, and serving files efficiently. Use when building file upload features, managing file storage, and implementing file download systems.
    1 install
  23. Gitlab Cicd Pipeline · aj-geddes-useful-ai-prompts bundle
    Design and implement GitLab CI/CD pipelines with stages, jobs, artifacts, and caching. Configure runners, Docker integration, and deployment strategies.
    1 install
  24. Idempotency Handling · aj-geddes-useful-ai-prompts bundle
    Implement idempotency keys and handling to ensure operations can be safely retried without duplicate effects. Use when building payment systems, APIs with retries, or distributed transactions.
    1 install
  25. Kpi Dashboard Design · aj-geddes-useful-ai-prompts bundle
    Design and build dashboards that track key performance indicators. Select relevant metrics, visualize data effectively, and communicate insights to stakeholders.
    1 install
  26. Mobile App Debugging · aj-geddes-useful-ai-prompts bundle
    Debug issues specific to mobile applications including platform-specific problems, device constraints, and connectivity issues.
    1 install
  27. Multi Cloud Strategy · aj-geddes-useful-ai-prompts bundle
    Design and implement multi-cloud strategies spanning AWS, Azure, and GCP with vendor lock-in avoidance, hybrid deployments, and federation.
    1 install
  28. OAUTH Implementation · aj-geddes-useful-ai-prompts bundle
    Implement secure OAuth 2.0, OpenID Connect (OIDC), JWT authentication, and SSO integration. Use when building secure authentication systems for web and mobile applications.
    1 install
  29. Polyglot Integration · aj-geddes-useful-ai-prompts bundle
    Integrate multiple programming languages using FFI, native bindings, gRPC, or language bridges. Use when combining strengths of different languages or integrating legacy systems.
    1 install
  30. Reactive Programming · aj-geddes-useful-ai-prompts bundle
    Implement reactive programming patterns using RxJS, streams, observables, and backpressure handling. Use when building event-driven UIs, handling async data streams, or managing complex data flows.
    1 install
  31. Refactor Legacy Code · aj-geddes-useful-ai-prompts bundle
    Modernize and improve legacy codebases while maintaining functionality. Use when you need to refactor old code, reduce technical debt, modernize deprecated patterns, or improve code maintainability without breaking existing behavior.
    1 install
  32. Synthetic Monitoring · aj-geddes-useful-ai-prompts bundle
    Implement synthetic monitoring and automated testing to simulate user behavior and detect issues before users. Use when creating end-to-end test scenarios, monitoring API flows, or validating user workflows.
    1 install
  33. Test Data Generation · aj-geddes-useful-ai-prompts bundle
    Generate realistic, consistent test data using factories, fixtures, and fake data libraries. Use for test data, fixtures, mock data, faker, test builders, and seed data generation.
    1 install
  34. Batch Processing Jobs · aj-geddes-useful-ai-prompts bundle
    Implement robust batch processing systems with job queues, schedulers, background tasks, and distributed workers. Use when processing large datasets, scheduled tasks, async operations, or resource-intensive computations.
    2 installs
  35. Blue Green Deployment · aj-geddes-useful-ai-prompts bundle
    Implement blue-green deployment strategies for zero-downtime releases with instant rollback capability and traffic switching between environments.
    2 installs
  36. Changelog Maintenance · aj-geddes-useful-ai-prompts bundle
    Maintain comprehensive changelogs and release notes following Keep a Changelog format. Use when documenting version history, release notes, or tracking changes across versions.
    2 installs
  37. Cloud Cost Management · aj-geddes-useful-ai-prompts bundle
    Optimize and manage cloud costs across AWS, Azure, and GCP using reserved instances, spot pricing, and cost monitoring tools.
    2 installs
  38. Code Metrics Analysis · aj-geddes-useful-ai-prompts bundle
    Analyze code complexity, cyclomatic complexity, maintainability index, and code churn using metrics tools. Use when assessing code quality, identifying refactoring candidates, or monitoring technical debt.
    0 installs
  39. Dependency Management · aj-geddes-useful-ai-prompts bundle
    Manage project dependencies across languages including npm install, package versioning, dependency conflicts, security scanning, and lock files. Use when dealing with dependencies, version pinning, semantic versioning, or resolving conflicts.
    1 install
  40. Deployment Automation · aj-geddes-useful-ai-prompts bundle
    Automate deployments across environments using Helm, Terraform, and ArgoCD. Implement blue-green deployments, canary releases, and rollback strategies.
    1 install
  41. Kubernetes Deployment · aj-geddes-useful-ai-prompts bundle
    Deploy, manage, and scale containerized applications on Kubernetes clusters with best practices for production workloads, resource management, and rolling updates.
    1 install
  42. Memory Leak Detection · aj-geddes-useful-ai-prompts bundle
    Detect and fix memory leaks using heap snapshots, memory profiling, and leak detection tools. Use when investigating memory growth, OOM errors, or optimizing memory usage.
    1 install
  43. Nosql Database Design · aj-geddes-useful-ai-prompts bundle
    Design NoSQL database schemas for MongoDB and DynamoDB. Use when modeling document structures, designing collections, or planning NoSQL data architectures.
    1 install
  44. Prometheus Monitoring · aj-geddes-useful-ai-prompts bundle
    Set up Prometheus monitoring for applications with custom metrics, scraping configurations, and service discovery. Use when implementing time-series metrics collection, monitoring applications, or building observability infrastructure.
    1 install
  45. Server Side Rendering · aj-geddes-useful-ai-prompts bundle
    Implement server-side rendering with template engines, view layers, and dynamic content generation. Use when building server-rendered applications, implementing MVC architectures, and generating HTML on the server.
    1 install
  46. Troubleshooting Guide · aj-geddes-useful-ai-prompts bundle
    Create comprehensive troubleshooting guides, FAQ documents, known issues lists, and debug guides. Use when documenting common problems, error messages, or debugging procedures.
    1 install
  47. User Persona Creation · aj-geddes-useful-ai-prompts bundle
    Create detailed user personas based on research and data. Develop realistic representations of target users to guide product decisions and ensure user-centered design.
    1 install
  48. Web Performance Audit · aj-geddes-useful-ai-prompts bundle
    Conduct comprehensive web performance audits. Measure page speed, identify bottlenecks, and recommend optimizations to improve user experience and SEO.
    1 install
  49. Data Migration Scripts · aj-geddes-useful-ai-prompts bundle
    Create safe, reversible database migration scripts with rollback capabilities, data validation, and zero-downtime deployments. Use when changing database schemas, migrating data between systems, or performing large-scale data transformations.
    2 installs
  50. Data Replication Setup · aj-geddes-useful-ai-prompts bundle
    Set up database replication for high availability and disaster recovery. Use when configuring master-slave replication, multi-master setups, or replication monitoring.
    1 install
  51. Database Schema Design · aj-geddes-useful-ai-prompts bundle
    Design database schemas with normalization, relationships, and constraints. Use when creating new database schemas, designing tables, or planning data models for PostgreSQL and MySQL.
    1 install
  52. E2e Testing Automation · aj-geddes-useful-ai-prompts bundle
    Build end-to-end automated tests that simulate real user interactions across the full application stack. Use for E2E test, Selenium, Cypress, Playwright, browser automation, and user journey testing.
    1 install
  53. Frontend Accessibility · aj-geddes-useful-ai-prompts bundle
    Implement WCAG compliance using semantic HTML, ARIA, keyboard navigation, and screen reader support. Use when building inclusive applications for all users.
    1 install
  54. GRAPHQL Implementation · aj-geddes-useful-ai-prompts bundle
    Design and implement GraphQL APIs with schema design, resolvers, queries, mutations, subscriptions, and best practices. Use when building GraphQL servers, designing schemas, or migrating from REST to GraphQL.
    1 install
  55. Health Check Endpoints · aj-geddes-useful-ai-prompts bundle
    Implement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying to Kubernetes, implementing load balancer health checks, or monitoring service availability.
    1 install
  56. Incident Response Plan · aj-geddes-useful-ai-prompts bundle
    Create and execute incident response procedures for security breaches, data leaks, and cyber attacks. Use when handling security incidents, creating response playbooks, or conducting forensic analysis.
    1 install
  57. Logging Best Practices · aj-geddes-useful-ai-prompts bundle
    Implement structured logging with JSON formats, log levels (DEBUG, INFO, WARN, ERROR), contextual logging, PII handling, and centralized logging. Use for logging, observability, log levels, structured logs, or debugging.
    1 install
  58. Ml Pipeline Automation · aj-geddes-useful-ai-prompts bundle
    Build end-to-end ML pipelines with automated data processing, training, validation, and deployment using Airflow, Kubeflow, and Jenkins
    1 install
  59. Profiling Optimization · aj-geddes-useful-ai-prompts bundle
    Profile application performance, identify bottlenecks, and optimize hot paths using CPU profiling, flame graphs, and benchmarking. Use when investigating performance issues or optimizing critical code paths.
    1 install
  60. Property Based Testing · aj-geddes-useful-ai-prompts bundle
    Design property-based tests that verify code properties hold for all inputs using automatic test case generation. Use for property-based, QuickCheck, hypothesis testing, generative testing, and invariant verification.
    1 install