Useful AI Prompts

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

Skills in this plugin

191
  1. Gap Analysis · aj-geddes-useful-ai-prompts bundle
    Identify differences between current state and desired future state. Analyze gaps in capabilities, processes, skills, and technology to plan improvements and investments.
    1 install
  2. Log Analysis · aj-geddes-useful-ai-prompts bundle
    Analyze application and system logs to identify errors, patterns, and root causes. Use log aggregation tools and structured logging for effective debugging.
    1 install
  3. AWS Ec2 Setup · aj-geddes-useful-ai-prompts bundle
    Launch and configure EC2 instances with security groups, IAM roles, key pairs, AMIs, and auto-scaling. Use for virtual servers and managed infrastructure.
    2 installs
  4. Cpu Profiling · aj-geddes-useful-ai-prompts bundle
    Profile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better performance and resource efficiency.
    2 installs
  5. GCP Cloud Run · aj-geddes-useful-ai-prompts bundle
    Deploy containerized applications on Google Cloud Run with automatic scaling, traffic management, and service mesh integration. Use for container-based serverless computing.
    1 install
  6. Design Handoff · aj-geddes-useful-ai-prompts bundle
    Prepare designs for development handoff. Document specifications, interactions, and assets to enable efficient development and maintain design quality.
    1 install
  7. Dns Management · aj-geddes-useful-ai-prompts bundle
    Manage DNS records, routing policies, and failover configurations for high availability and disaster recovery.
    1 install
  8. Error Tracking · aj-geddes-useful-ai-prompts bundle
    Implement error tracking with Sentry for automatic exception monitoring, release tracking, and performance issues. Use when setting up error monitoring, tracking bugs in production, or analyzing application stability.
    1 install
  9. Stress Testing · aj-geddes-useful-ai-prompts bundle
    Test system behavior under extreme load conditions to identify breaking points, capacity limits, and failure modes. Use for stress test, capacity testing, breaking point analysis, spike test, and system limits validation.
    1 install
  10. Xss Prevention · aj-geddes-useful-ai-prompts bundle
    Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. Use when handling user-generated content in web applications.
    1 install
  11. Azure Functions · aj-geddes-useful-ai-prompts bundle
    Create serverless functions on Azure with triggers, bindings, authentication, and monitoring. Use for event-driven computing without managing infrastructure.
    2 installs
  12. Csrf Protection · aj-geddes-useful-ai-prompts bundle
    Implement Cross-Site Request Forgery (CSRF) protection using tokens, SameSite cookies, and origin validation. Use when building forms and state-changing operations.
    2 installs
  13. Data Encryption · aj-geddes-useful-ai-prompts bundle
    Implement strong encryption using AES, RSA, TLS, and proper key management. Use when securing data at rest, in transit, or implementing end-to-end encryption.
    2 installs
  14. Form Validation · aj-geddes-useful-ai-prompts bundle
    Implement form validation using React Hook Form, Formik, Vee-Validate, and custom validators. Use when building robust form handling with real-time validation.
    1 install
  15. Git Hooks Setup · aj-geddes-useful-ai-prompts bundle
    Implement Git hooks using Husky, pre-commit, and custom scripts. Enforce code quality, linting, and testing before commits and pushes.
    1 install
  16. Log Aggregation · aj-geddes-useful-ai-prompts bundle
    Implement centralized logging with ELK Stack, Loki, or Splunk for log collection, parsing, storage, and analysis across infrastructure.
    1 install
  17. Process Mapping · aj-geddes-useful-ai-prompts bundle
    Visualize and document current and future business processes. Identify inefficiencies, dependencies, and improvement opportunities through detailed process mapping and analysis.
    1 install
  18. Risk Assessment · aj-geddes-useful-ai-prompts bundle
    Identify, analyze, and prioritize project risks using qualitative and quantitative methods. Develop mitigation strategies to minimize impact and maximize project success probability.
    1 install
  19. AWS Rds Database · aj-geddes-useful-ai-prompts bundle
    Deploy and manage relational databases using RDS with Multi-AZ, read replicas, backups, and encryption. Use for PostgreSQL, MySQL, MariaDB, and Oracle.
    2 installs
  20. Caching Strategy · aj-geddes-useful-ai-prompts bundle
    Implement efficient caching strategies using Redis, Memcached, CDN, and cache invalidation patterns. Use when optimizing application performance, reducing database load, or improving response times.
    2 installs
  21. Frontend Routing · aj-geddes-useful-ai-prompts bundle
    Implement client-side routing using React Router, Vue Router, and Angular Router. Use when building multi-page applications with navigation and route protection.
    1 install
  22. Frontend Testing · aj-geddes-useful-ai-prompts bundle
    Implement comprehensive frontend testing using Jest, Vitest, React Testing Library, and Cypress. Use when building robust test suites for UI and integration tests.
    1 install
  23. Mocking Stubbing · aj-geddes-useful-ai-prompts bundle
    Create and manage mocks, stubs, spies, and test doubles for isolating unit tests from external dependencies. Use for mock, stub, spy, test double, Mockito, Jest mocks, and dependency isolation.
    1 install
  24. Mutation Testing · aj-geddes-useful-ai-prompts bundle
    Evaluate test suite quality by introducing code mutations and verifying tests catch them. Use for mutation testing, test quality, mutant detection, Stryker, PITest, and test effectiveness analysis.
    1 install
  25. React Native App · aj-geddes-useful-ai-prompts bundle
    Build cross-platform mobile apps with React Native. Covers navigation with React Navigation, state management with Redux/Context API, API integration, and platform-specific features.
    1 install
  26. Release Planning · aj-geddes-useful-ai-prompts bundle
    Plan, coordinate, and execute software releases across environments. Manage versioning, rollout strategies, rollback procedures, and stakeholder communication for smooth deployments.
    1 install
  27. Runbook Creation · aj-geddes-useful-ai-prompts bundle
    Create operational runbooks, playbooks, standard operating procedures (SOPs), and incident response guides. Use when documenting operational procedures, on-call guides, or incident response processes.
    1 install
  28. Secrets Rotation · aj-geddes-useful-ai-prompts bundle
    Implement automated secrets rotation for API keys, credentials, certificates, and encryption keys. Use when managing secrets lifecycle, compliance requirements, or security hardening.
    1 install
  29. Security Testing · aj-geddes-useful-ai-prompts bundle
    Identify security vulnerabilities through SAST, DAST, penetration testing, and dependency scanning. Use for security test, vulnerability scanning, OWASP, SQL injection, XSS, CSRF, and penetration testing.
    1 install
  30. AWS S3 Management · aj-geddes-useful-ai-prompts bundle
    Manage S3 buckets with versioning, encryption, access control, lifecycle policies, and replication. Use for object storage, static sites, and data lakes.
    2 installs
  31. Azure App Service · aj-geddes-useful-ai-prompts bundle
    Deploy and manage web apps using Azure App Service with auto-scaling, deployment slots, SSL/TLS, and monitoring. Use for hosting web applications on Azure.
    2 installs
  32. Browser Debugging · aj-geddes-useful-ai-prompts bundle
    Debug client-side issues using browser developer tools. Identify JavaScript errors, styling issues, and performance problems in the browser.
    2 installs
  33. Canary Deployment · aj-geddes-useful-ai-prompts bundle
    Implement canary deployment strategies to gradually roll out new versions to subset of users with automatic rollback based on metrics.
    2 installs
  34. Capacity Planning · aj-geddes-useful-ai-prompts bundle
    Analyze team capacity, plan resource allocation, and balance workload across projects. Forecast staffing needs and optimize team utilization while maintaining sustainable pace.
    2 installs
  35. Database Sharding · aj-geddes-useful-ai-prompts bundle
    Implement database sharding for horizontal scalability. Use when scaling large databases, distributing data across multiple servers, or designing sharded architectures.
    1 install
  36. Graceful Shutdown · aj-geddes-useful-ai-prompts bundle
    Implement graceful shutdown procedures to handle SIGTERM signals, drain connections, complete in-flight requests, and clean up resources properly. Use when deploying containerized applications, handling server restarts, or ensuring zero-downtime deployments.
    1 install
  37. Grafana Dashboard · aj-geddes-useful-ai-prompts bundle
    Create professional Grafana dashboards with visualizations, templating, and alerts. Use when building monitoring dashboards, creating data visualizations, or setting up operational insights.
    1 install
  38. Ml Model Training · aj-geddes-useful-ai-prompts bundle
    Build and train machine learning models using scikit-learn, PyTorch, and TensorFlow for classification, regression, and clustering tasks
    1 install
  39. Network Debugging · aj-geddes-useful-ai-prompts bundle
    Debug network issues using browser tools and network analysis. Diagnose connection problems, latency, and data transmission issues.
    1 install
  40. Stored Procedures · aj-geddes-useful-ai-prompts bundle
    Implement stored procedures and functions for database logic. Use when creating reusable database routines, complex queries, or server-side calculations.
    1 install
  41. Uptime Monitoring · aj-geddes-useful-ai-prompts bundle
    Implement uptime monitoring and status page systems for tracking service availability. Use when monitoring application uptime, creating status pages, or implementing health checks.
    1 install
  42. AWS Cloudfront Cdn · aj-geddes-useful-ai-prompts bundle
    Distribute content globally using CloudFront with caching, security headers, WAF integration, and origin configuration. Use for low-latency content delivery.
    2 installs
  43. Code Documentation · aj-geddes-useful-ai-prompts bundle
    Write comprehensive code documentation including JSDoc, Python docstrings, inline comments, function documentation, and API comments. Use when documenting code, writing docstrings, or creating inline documentation.
    2 installs
  44. Continuous Testing · aj-geddes-useful-ai-prompts bundle
    Integrate automated testing into CI/CD pipelines for continuous quality feedback. Use for continuous testing, CI testing, automated testing pipelines, test orchestration, and DevOps quality practices.
    2 installs
  45. Django Application · aj-geddes-useful-ai-prompts bundle
    Develop production-grade Django applications with models, views, ORM queries, authentication, and admin interfaces. Use when building web applications, managing databases with Django ORM, and implementing authentication systems.
    1 install
  46. Image Optimization · aj-geddes-useful-ai-prompts bundle
    Optimize images for web to reduce file size without sacrificing quality. Use compression, modern formats, and responsive techniques for faster loading.
    1 install
  47. Interaction Design · aj-geddes-useful-ai-prompts bundle
    Design meaningful interactions and microinteractions. Create delightful user experiences through thoughtful animation, feedback, and responsive interface design.
    1 install
  48. Project Estimation · aj-geddes-useful-ai-prompts bundle
    Estimate project scope, timeline, and resource requirements using multiple estimation techniques including bottom-up, top-down, and analogous estimation methods for accurate project planning.
    1 install
  49. Real Time Features · aj-geddes-useful-ai-prompts bundle
    Implement real-time functionality using WebSockets, Server-Sent Events (SSE), or long polling. Use when building chat applications, live dashboards, collaborative editing, notifications, or any feature requiring instant updates.
    1 install
  50. Secrets Management · aj-geddes-useful-ai-prompts bundle
    Implement secrets management with HashiCorp Vault, AWS Secrets Manager, or Kubernetes Secrets for secure credential storage and rotation.
    1 install
  51. Session Management · aj-geddes-useful-ai-prompts bundle
    Implement secure session management systems with JWT tokens, session storage, token refresh, logout handling, and CSRF protection. Use when managing user authentication state, handling token lifecycle, and securing sessions.
    1 install
  52. User Story Writing · aj-geddes-useful-ai-prompts bundle
    Write effective user stories that capture requirements from the user's perspective. Create clear stories with detailed acceptance criteria to guide development and define done.
    1 install
  53. Application Logging · aj-geddes-useful-ai-prompts bundle
    Implement structured logging across applications with log aggregation and centralized analysis. Use when setting up application logging, implementing ELK stack, or analyzing application behavior.
    2 installs
  54. Artifact Management · aj-geddes-useful-ai-prompts bundle
    Manage build artifacts, Docker images, and package registries. Configure artifact repositories, versioning, and distribution strategies.
    2 installs
  55. Cicd Pipeline Setup · aj-geddes-useful-ai-prompts bundle
    Design and implement CI/CD pipelines with GitHub Actions, GitLab CI, Jenkins, or CircleCI. Use for automated testing, building, and deployment workflows.
    2 installs
  56. Color Accessibility · aj-geddes-useful-ai-prompts bundle
    Design color palettes that are accessible to all users including those with color blindness. Ensure sufficient contrast, meaningful use of color, and inclusive design.
    0 installs
  57. Competitor Analysis · aj-geddes-useful-ai-prompts bundle
    Analyze competitive landscape to identify strengths, weaknesses, opportunities, and threats. Inform product strategy and positioning based on market insights.
    0 installs
  58. Container Debugging · aj-geddes-useful-ai-prompts bundle
    Debug Docker containers and containerized applications. Diagnose deployment issues, container lifecycle problems, and resource constraints.
    0 installs
  59. Correlation Tracing · aj-geddes-useful-ai-prompts bundle
    Implement distributed tracing with correlation IDs, trace propagation, and span tracking across microservices. Use when debugging distributed systems, monitoring request flows, or implementing observability.
    2 installs
  60. Database Monitoring · aj-geddes-useful-ai-prompts bundle
    Monitor database performance and health. Use when setting up monitoring, analyzing metrics, or troubleshooting database issues.
    1 install