← all publishers

aj-geddes

@aj-geddes-useful-ai-prompts source repo

191 published skills · page 2 of 2

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. Requirements Gathering · aj-geddes-useful-ai-prompts bundle
    Systematically collect, document, and validate requirements from stakeholders. Ensure clarity, completeness, and agreement before development begins to reduce scope creep and rework.
    1 install
  19. Ruby Rails Application · aj-geddes-useful-ai-prompts bundle
    Develop Ruby on Rails applications with models, controllers, views, Active Record ORM, authentication, and RESTful routes. Use when building Rails applications, managing database relationships, and implementing MVC architecture.
    1 install
  20. Security Audit Logging · aj-geddes-useful-ai-prompts bundle
    Implement comprehensive security audit logging for compliance, forensics, and SIEM integration. Use when building audit trails, compliance logging, or security monitoring systems.
    1 install
  21. Security Documentation · aj-geddes-useful-ai-prompts bundle
    Create security policies, guidelines, compliance documentation, and security best practices. Use when documenting security policies, compliance requirements, or security guidelines.
    1 install
  22. SQL Query Optimization · aj-geddes-useful-ai-prompts bundle
    Analyze and optimize SQL queries for performance. Use when improving slow queries, reducing execution time, or analyzing query performance in PostgreSQL and MySQL.
    1 install
  23. Transaction Management · aj-geddes-useful-ai-prompts bundle
    Manage database transactions for data consistency. Use when implementing ACID compliance, handling concurrency, or managing transaction isolation levels.
    1 install
  24. Unit Testing Framework · aj-geddes-useful-ai-prompts bundle
    Write comprehensive unit tests with high coverage using testing frameworks like Jest, pytest, JUnit, or RSpec. Use when writing tests for functions, classes, components, or establishing testing standards.
    1 install
  25. User Research Analysis · aj-geddes-useful-ai-prompts bundle
    Analyze user research data to uncover insights, identify patterns, and inform design decisions. Synthesize qualitative and quantitative research into actionable recommendations.
    1 install
  26. Vulnerability Scanning · aj-geddes-useful-ai-prompts bundle
    Automated vulnerability detection using OWASP tools, CVE databases, and security scanners. Use when performing security audits, compliance checks, or continuous security monitoring.
    1 install
  27. Circuit Breaker Pattern · aj-geddes-useful-ai-prompts bundle
    Implement circuit breaker patterns for fault tolerance, automatic failure detection, and fallback mechanisms. Use when calling external services, handling cascading failures, or implementing resilience patterns.
    2 installs
  28. Database Backup Restore · aj-geddes-useful-ai-prompts bundle
    Implement backup and restore strategies for disaster recovery. Use when creating backup plans, testing restore procedures, or setting up automated backups.
    1 install
  29. Docker Containerization · aj-geddes-useful-ai-prompts bundle
    Create optimized Docker containers with multi-stage builds, security best practices, and minimal image sizes. Use when containerizing applications, creating Dockerfiles, optimizing container images, or setting up Docker Compose services.
    1 install
  30. Github Actions Workflow · aj-geddes-useful-ai-prompts bundle
    Build comprehensive GitHub Actions workflows for CI/CD, testing, security, and deployment. Master workflows, jobs, steps, and conditional execution.
    1 install
  31. Network Security Groups · aj-geddes-useful-ai-prompts bundle
    Configure network security groups and firewall rules to control inbound/outbound traffic and implement network segmentation.
    1 install
  32. Pull Request Automation · aj-geddes-useful-ai-prompts bundle
    Automate pull request workflows with templates, checklists, auto-merge rules, and review assignments. Reduce manual overhead and improve consistency.
    1 install
  33. Push Notification Setup · aj-geddes-useful-ai-prompts bundle
    Implement push notifications for iOS and Android. Covers Firebase Cloud Messaging, Apple Push Notification service, handling notifications, and backend integration.
    1 install
  34. Serverless Architecture · aj-geddes-useful-ai-prompts bundle
    Design and implement serverless applications using AWS Lambda, Azure Functions, and GCP Cloud Functions with event-driven patterns and orchestration.
    1 install
  35. Spring Boot Application · aj-geddes-useful-ai-prompts bundle
    Build enterprise Spring Boot applications with annotations, dependency injection, data persistence, REST controllers, and security. Use when developing Spring applications, managing beans, implementing services, and configuring Spring Boot projects.
    1 install
  36. Technical Specification · aj-geddes-useful-ai-prompts bundle
    Create detailed technical specifications, requirements documents, design documents, and system architecture specs. Use when writing technical specs, requirements docs, or design documents.
    1 install
  37. Third Party Integration · aj-geddes-useful-ai-prompts bundle
    Integrate external APIs and services with error handling, retry logic, and data transformation. Use when connecting to payment processors, messaging services, analytics platforms, or other third-party providers.
    1 install
  38. Zero Trust Architecture · aj-geddes-useful-ai-prompts bundle
    Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and continuous monitoring. Use when building secure cloud-native applications.
    1 install
  39. Backup Disaster Recovery · aj-geddes-useful-ai-prompts bundle
    Implement backup strategies, disaster recovery plans, and data restoration procedures for protecting critical infrastructure and data.
    2 installs
  40. Bundle Size Optimization · aj-geddes-useful-ai-prompts bundle
    Reduce JavaScript and CSS bundle sizes through code splitting, tree shaking, and optimization techniques. Improve load times and overall application performance.
    2 installs
  41. Cloud Migration Planning · aj-geddes-useful-ai-prompts bundle
    Plan and execute cloud migrations with assessment, database migration, application refactoring, and cutover strategies across AWS, Azure, and GCP.
    2 installs
  42. Code Generation Template · aj-geddes-useful-ai-prompts bundle
    Generate code from templates and patterns including scaffolding, boilerplate generation, AST-based code generation, and template engines. Use when generating code, scaffolding projects, creating boilerplate, or using templates.
    1 install
  43. Configuration Management · aj-geddes-useful-ai-prompts bundle
    Manage application configuration including environment variables, settings management, configuration hierarchies, secret management, feature flags, and 12-factor app principles. Use for config, environment setup, or settings management.
    0 installs
  44. Deployment Documentation · aj-geddes-useful-ai-prompts bundle
    Document deployment processes, infrastructure setup, CI/CD pipelines, and configuration management. Use when creating deployment guides, infrastructure docs, or CI/CD documentation.
    1 install
  45. Documentation Site Setup · aj-geddes-useful-ai-prompts bundle
    Set up documentation websites using Docusaurus, MkDocs, VitePress, GitBook, or static site generators. Use when creating docs sites, setting up documentation portals, or building static documentation.
    1 install
  46. Grpc Service Development · aj-geddes-useful-ai-prompts bundle
    Build high-performance gRPC services with Protocol Buffers, bidirectional streaming, and microservice communication. Use when building gRPC servers, defining service contracts, or implementing inter-service communication.
    1 install
  47. Information Architecture · aj-geddes-useful-ai-prompts bundle
    Organize and structure information for clarity and discoverability. Design navigation systems, hierarchies, and mental models that match user needs.
    1 install
  48. Query Caching Strategies · aj-geddes-useful-ai-prompts bundle
    Implement query caching strategies to improve performance. Use when setting up caching layers, configuring Redis, or optimizing database query response times.
    1 install
  49. SQL Injection Prevention · aj-geddes-useful-ai-prompts bundle
    Prevent SQL injection attacks using prepared statements, parameterized queries, and input validation. Use when building database-driven applications securely.
    1 install
  50. Terraform Infrastructure · aj-geddes-useful-ai-prompts bundle
    Infrastructure as Code using Terraform with modular components, state management, and multi-cloud deployments. Use for provisioning and managing cloud resources.
    1 install
  51. Websocket Implementation · aj-geddes-useful-ai-prompts bundle
    Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live notifications, or collaborative applications.
    1 install
  52. Autoscaling Configuration · aj-geddes-useful-ai-prompts bundle
    Configure autoscaling for Kubernetes, VMs, and serverless workloads based on metrics, schedules, and custom indicators.
    2 installs
  53. Background Job Processing · aj-geddes-useful-ai-prompts bundle
    Implement background job processing systems with task queues, workers, scheduling, and retry mechanisms. Use when handling long-running tasks, sending emails, generating reports, and processing large datasets asynchronously.
    2 installs
  54. Business Case Development · aj-geddes-useful-ai-prompts bundle
    Build compelling business cases to justify investments and secure funding. Quantify benefits, assess costs, manage risks, and present compelling ROI arguments to leadership.
    2 installs
  55. Disaster Recovery Testing · aj-geddes-useful-ai-prompts bundle
    Execute comprehensive disaster recovery tests, validate recovery procedures, and document lessons learned from DR exercises.
    1 install
  56. Email Service Integration · aj-geddes-useful-ai-prompts bundle
    Integrate email services with backends using SMTP, third-party providers, templates, and asynchronous sending. Use when implementing email functionality, sending transactional emails, and managing email workflows.
    1 install
  57. Exploratory Data Analysis · aj-geddes-useful-ai-prompts bundle
    Discover patterns, distributions, and relationships in data through visualization, summary statistics, and hypothesis generation for exploratory data analysis, data profiling, and initial insights
    1 install
  58. Frontend State Management · aj-geddes-useful-ai-prompts bundle
    Manage application state using Redux, MobX, Zustand, and Context API. Use when centralizing state for complex applications with multiple components.
    1 install
  59. Infrastructure Monitoring · aj-geddes-useful-ai-prompts bundle
    Set up comprehensive infrastructure monitoring with Prometheus, Grafana, and alerting systems for metrics, health checks, and performance tracking.
    1 install
  60. Internationalization I18N · aj-geddes-useful-ai-prompts bundle
    Implement internationalization (i18n) and localization including message extraction, translation catalogs, pluralization rules, date/time/number formatting, RTL language support, and i18n libraries like i18next and gettext. Use for multi-language, translation, or localization needs.
    1 install
  61. Security Compliance Audit · aj-geddes-useful-ai-prompts bundle
    Conduct comprehensive security compliance audits for SOC 2, GDPR, HIPAA, PCI-DSS, and ISO 27001. Use when preparing for certification, annual audits, or compliance validation.
    1 install
  62. Stakeholder Communication · aj-geddes-useful-ai-prompts bundle
    Manage stakeholder expectations and engagement through targeted communication, regular updates, and relationship building. Tailor messaging for different stakeholder groups and priorities.
    1 install
  63. Technical Debt Assessment · aj-geddes-useful-ai-prompts bundle
    Assess, quantify, and prioritize technical debt using code analysis, metrics, and impact analysis. Use when planning refactoring, evaluating codebases, or making architectural decisions.
    1 install
  64. Test Automation Framework · aj-geddes-useful-ai-prompts bundle
    Design and implement scalable test automation frameworks with Page Object Model, fixtures, and reporting. Use for test framework, page object pattern, test architecture, test organization, and automation infrastructure.
    1 install
  65. Visual Regression Testing · aj-geddes-useful-ai-prompts bundle
    Detect unintended visual changes in UI by comparing screenshots across versions. Use for visual regression, screenshot diff, Percy, Chromatic, UI testing, and visual validation.
    1 install
  66. Vue Application Structure · aj-geddes-useful-ai-prompts bundle
    Structure Vue 3 applications using Composition API, component organization, and TypeScript. Use when building scalable Vue applications with proper separation of concerns.
    1 install
  67. Cloud Storage Optimization · aj-geddes-useful-ai-prompts bundle
    Optimize cloud storage across AWS S3, Azure Blob, and GCP Cloud Storage with compression, partitioning, lifecycle policies, and cost management.
    2 installs
  68. Database Indexing Strategy · aj-geddes-useful-ai-prompts bundle
    Design and implement database indexing strategies. Use when creating indexes, choosing index types, or optimizing index performance in PostgreSQL and MySQL.
    1 install
  69. Microservices Architecture · aj-geddes-useful-ai-prompts bundle
    Design and implement microservices architecture including service boundaries, communication patterns, API gateways, service mesh, service discovery, and distributed system patterns. Use when building microservices, distributed systems, or service-oriented architectures.
    1 install
  70. Retrospective Facilitation · aj-geddes-useful-ai-prompts bundle
    Facilitate effective retrospectives to capture lessons learned, celebrate successes, and identify actionable improvements for future iterations.
    1 install
  71. Ssl Certificate Management · aj-geddes-useful-ai-prompts bundle
    Manage SSL/TLS certificates with automated provisioning, renewal, and monitoring using Let's Encrypt, ACM, or Vault.
    1 install
  72. Technical Roadmap Planning · aj-geddes-useful-ai-prompts bundle
    Create comprehensive technical roadmaps aligned with business goals. Plan technology investments, architecture evolution, and infrastructure improvements over quarters and years.
    1 install
  73. Database Query Optimization · aj-geddes-useful-ai-prompts bundle
    Improve database query performance through indexing, query optimization, and execution plan analysis. Reduce response times and database load.
    1 install
  74. Payment Gateway Integration · aj-geddes-useful-ai-prompts bundle
    Integrate payment gateways like Stripe, PayPal, and Square with backends for payment processing, subscription management, and webhook handling. Use when building e-commerce platforms, implementing billing systems, and handling payments securely.
    1 install
  75. Cloud Security Configuration · aj-geddes-useful-ai-prompts bundle
    Implement comprehensive cloud security across AWS, Azure, and GCP with IAM, encryption, network security, compliance, and threat detection.
    2 installs
  76. Cross Platform Compatibility · aj-geddes-useful-ai-prompts bundle
    Handle cross-platform compatibility including file paths, environment detection, platform-specific dependencies, and testing across Windows, macOS, and Linux. Use when dealing with platform-specific code or OS compatibility.
    2 installs
  77. Intermittent Issue Debugging · aj-geddes-useful-ai-prompts bundle
    Debug issues that occur sporadically and are hard to reproduce. Use monitoring and systematic investigation to identify root causes of flaky behavior.
    1 install
  78. Rate Limiting Implementation · aj-geddes-useful-ai-prompts bundle
    Implement 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.
    1 install
  79. React Component Architecture · aj-geddes-useful-ai-prompts bundle
    Design scalable React components using functional components, hooks, composition patterns, and TypeScript. Use when building reusable component libraries and maintainable UI systems.
    1 install
  80. Web Performance Optimization · aj-geddes-useful-ai-prompts bundle
    Optimize web application performance using code splitting, lazy loading, caching, compression, and monitoring. Use when improving Core Web Vitals and user experience.
    1 install
  81. Container Registry Management · aj-geddes-useful-ai-prompts bundle
    Manage container registries (Docker Hub, ECR, GCR) with image scanning, retention policies, and access control.
    0 installs
  82. Database Migration Management · aj-geddes-useful-ai-prompts bundle
    Manage database migrations and schema versioning. Use when planning migrations, version control, rollback strategies, or data transformations in PostgreSQL and MySQL.
    1 install
  83. 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
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. Dns Management · aj-geddes-useful-ai-prompts bundle
    Manage DNS records, routing policies, and failover configurations for high availability and disaster recovery.
    1 install
  90. 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
  91. 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