Source

aj-geddes/useful-ai-prompts

259 skills · 145.7K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
zero-trust-architecture Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and contin…
aj-geddes/useful-ai-prompts
461
2
dns-management Manage DNS records, routing policies, and failover configurations for high availability and disaster recovery.
aj-geddes/useful-ai-prompts
460
3
file-upload-handling Implement secure file upload handling with validation, virus scanning, storage management, and serving files efficien…
aj-geddes/useful-ai-prompts
460
4
batch-processing-jobs Implement robust batch processing systems with job queues, schedulers, background tasks, and distributed workers. Use…
aj-geddes/useful-ai-prompts
459
5
xss-prevention Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. …
aj-geddes/useful-ai-prompts
459
6
aws-cloudfront-cdn Distribute content globally using CloudFront with caching, security headers, WAF integration, and origin configuratio…
aj-geddes/useful-ai-prompts
458
7
circuit-breaker-pattern Implement circuit breaker patterns for fault tolerance, automatic failure detection, and fallback mechanisms. Use whe…
aj-geddes/useful-ai-prompts
458
8
api-changelog-versioning Document API changes, breaking changes, migration guides, and version history for APIs. Use when documenting API vers…
aj-geddes/useful-ai-prompts
457
9
dependency-management Manage project dependencies across languages including npm install, package versioning, dependency conflicts, securit…
aj-geddes/useful-ai-prompts
457
10
mutation-testing Evaluate test suite quality by introducing code mutations and verifying tests catch them. Use for mutation testing, t…
aj-geddes/useful-ai-prompts
457
11
gcp-cloud-functions Deploy serverless functions on Google Cloud Platform with triggers, IAM roles, environment variables, and monitoring.…
aj-geddes/useful-ai-prompts
456
12
csrf-protection Implement Cross-Site Request Forgery (CSRF) protection using tokens, SameSite cookies, and origin validation. Use whe…
aj-geddes/useful-ai-prompts
455
13
deployment-automation Automate deployments across environments using Helm, Terraform, and ArgoCD. Implement blue-green deployments, canary …
aj-geddes/useful-ai-prompts
455
14
developer-onboarding Create comprehensive developer onboarding documentation including setup guides, README files, contributing guidelines…
aj-geddes/useful-ai-prompts
455
15
Sentiment Analysis Classify text sentiment using NLP techniques, lexicon-based analysis, and machine learning for opinion mining, brand …
aj-geddes/useful-ai-prompts
455
16
cloud-security-configuration Implement comprehensive cloud security across AWS, Azure, and GCP with IAM, encryption, network security, compliance,…
aj-geddes/useful-ai-prompts
453
17
django-application Develop production-grade Django applications with models, views, ORM queries, authentication, and admin interfaces. U…
aj-geddes/useful-ai-prompts
453
18
api-versioning-strategy Implement API versioning strategies including URL versioning, header versioning, backward compatibility, deprecation …
aj-geddes/useful-ai-prompts
451
19
email-service-integration Integrate email services with backends using SMTP, third-party providers, templates, and asynchronous sending. Use wh…
aj-geddes/useful-ai-prompts
450
20
aws-ec2-setup Launch and configure EC2 instances with security groups, IAM roles, key pairs, AMIs, and auto-scaling. Use for virtua…
aj-geddes/useful-ai-prompts
449
21
concurrency-patterns Implement thread-safe code, mutexes, semaphores, async/await patterns, and concurrent data structures. Use when handl…
aj-geddes/useful-ai-prompts
449
22
Regression Modeling Build predictive models using linear regression, polynomial regression, and regularized regression for continuous pre…
aj-geddes/useful-ai-prompts
449
23
database-monitoring Monitor database performance and health. Use when setting up monitoring, analyzing metrics, or troubleshooting databa…
aj-geddes/useful-ai-prompts
448
24
infrastructure-monitoring Set up comprehensive infrastructure monitoring with Prometheus, Grafana, and alerting systems for metrics, health che…
aj-geddes/useful-ai-prompts
446
25
pull-request-automation Automate pull request workflows with templates, checklists, auto-merge rules, and review assignments. Reduce manual o…
aj-geddes/useful-ai-prompts
446
26
angular-module-design Design Angular modules using feature modules, lazy loading, and dependency injection. Use when organizing large Angul…
aj-geddes/useful-ai-prompts
445
27
session-management Implement secure session management systems with JWT tokens, session storage, token refresh, logout handling, and CSR…
aj-geddes/useful-ai-prompts
444
28
idempotency-handling Implement idempotency keys and handling to ensure operations can be safely retried without duplicate effects. Use whe…
aj-geddes/useful-ai-prompts
443
29
query-caching-strategies Implement query caching strategies to improve performance. Use when setting up caching layers, configuring Redis, or …
aj-geddes/useful-ai-prompts
443
30
risk-assessment Identify, analyze, and prioritize project risks using qualitative and quantitative methods. Develop mitigation strate…
aj-geddes/useful-ai-prompts
443
31
error-tracking Implement error tracking with Sentry for automatic exception monitoring, release tracking, and performance issues. Us…
aj-geddes/useful-ai-prompts
442
32
spring-boot-application Build enterprise Spring Boot applications with annotations, dependency injection, data persistence, REST controllers,…
aj-geddes/useful-ai-prompts
442
33
serverless-architecture Design and implement serverless applications using AWS Lambda, Azure Functions, and GCP Cloud Functions with event-dr…
aj-geddes/useful-ai-prompts
441
34
webhook-integration Implement secure webhook systems for event-driven integrations, including signature verification, retry logic, and de…
aj-geddes/useful-ai-prompts
441
35
code-metrics-analysis Analyze code complexity, cyclomatic complexity, maintainability index, and code churn using metrics tools. Use when a…
aj-geddes/useful-ai-prompts
440
36
transaction-management Manage database transactions for data consistency. Use when implementing ACID compliance, handling concurrency, or ma…
aj-geddes/useful-ai-prompts
440
37
health-check-endpoints Implement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying…
aj-geddes/useful-ai-prompts
439
38
Network Analysis Analyze network structures, identify communities, measure centrality, and visualize relationships for social networks…
aj-geddes/useful-ai-prompts
438
39
Clustering Analysis Identify groups and patterns in data using k-means, hierarchical clustering, and DBSCAN for cluster discovery, custom…
aj-geddes/useful-ai-prompts
437
40
Classification Modeling Build binary and multiclass classification models using logistic regression, decision trees, and ensemble methods for…
aj-geddes/useful-ai-prompts
436
41
deployment-documentation Document deployment processes, infrastructure setup, CI/CD pipelines, and configuration management. Use when creating…
aj-geddes/useful-ai-prompts
436
42
profiling-optimization Profile application performance, identify bottlenecks, and optimize hot paths using CPU profiling, flame graphs, and …
aj-geddes/useful-ai-prompts
436
43
runbook-creation Create operational runbooks, playbooks, standard operating procedures (SOPs), and incident response guides. Use when …
aj-geddes/useful-ai-prompts
436
44
autoscaling-configuration Configure autoscaling for Kubernetes, VMs, and serverless workloads based on metrics, schedules, and custom indicator…
aj-geddes/useful-ai-prompts
435
45
secrets-rotation Implement automated secrets rotation for API keys, credentials, certificates, and encryption keys. Use when managing …
aj-geddes/useful-ai-prompts
435
46
property-based-testing Design property-based tests that verify code properties hold for all inputs using automatic test case generation. Use…
aj-geddes/useful-ai-prompts
434
47
security-documentation Create security policies, guidelines, compliance documentation, and security best practices. Use when documenting sec…
aj-geddes/useful-ai-prompts
434
48
stored-procedures Implement stored procedures and functions for database logic. Use when creating reusable database routines, complex q…
aj-geddes/useful-ai-prompts
434
49
aws-rds-database Deploy and manage relational databases using RDS with Multi-AZ, read replicas, backups, and encryption. Use for Postg…
aj-geddes/useful-ai-prompts
433
50
cpu-profiling Profile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better perfo…
aj-geddes/useful-ai-prompts
433
Page 4 · 259 total Previous Next