← all publishers

aj-geddes

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

191 published skills · page 1 of 2

  1. Database Schema Documentation · aj-geddes-useful-ai-prompts bundle
    Document database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database schema, creating ERD diagrams, or writing table documentation.
    1 install
  2. Database Performance Debugging · aj-geddes-useful-ai-prompts bundle
    Debug database performance issues through query analysis, index optimization, and execution plan review. Identify and fix slow queries.
    1 install
  3. Design Patterns Implementation · aj-geddes-useful-ai-prompts bundle
    Apply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use when refactoring code architecture, implementing extensible systems, or following SOLID principles.
    1 install
  4. Security Headers Configuration · aj-geddes-useful-ai-prompts bundle
    Configure HTTP security headers including CSP, HSTS, X-Frame-Options, and XSS protection. Use when hardening web applications against common attacks.
    1 install
  5. Infrastructure Cost Optimization · aj-geddes-useful-ai-prompts bundle
    Optimize cloud infrastructure costs through resource rightsizing, reserved instances, spot instances, and waste reduction strategies.
    1 install
  6. Performance Regression Debugging · aj-geddes-useful-ai-prompts bundle
    Identify and debug performance regressions from code changes. Use comparison and profiling to locate what degraded performance and restore baseline metrics.
    1 install
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. 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
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. 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
  68. 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
  69. 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
  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 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
  80. 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
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. 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
  100. 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