aj-geddes/useful-ai-prompts

A curated collection of useful AI prompts for various tasks and use cases

This repository also configures its own agents. See what useful-ai-prompts tells them →

338Stars on the repository
200Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Build binary and multiclass classification models using logistic regression, decision trees, and ensemble methods for categorical prediction and classification.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 25 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Optimize and manage cloud costs across AWS, Azure, and GCP using reserved instances, spot pricing, and cost monitoring tools.

not rated 338 +6 6mo ago A Socket: passSnyk: warn 29 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Plan and execute cloud migrations with assessment, database migration, application refactoring, and cutover strategies across AWS, Azure, and GCP.

not rated 338 +6 6mo ago A Socket: warnSnyk: fail 34 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement comprehensive cloud security across AWS, Azure, and GCP with IAM, encryption, network security, compliance, and threat detection.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 31 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Optimize cloud storage across AWS S3, Azure Blob, and GCP Cloud Storage with compression, partitioning, lifecycle policies, and cost management.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 34 tokens original MIT

Clustering Analysis

54

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Identify groups and patterns in data using k-means, hierarchical clustering, and DBSCAN for cluster discovery, customer segmentation, and unsupervised learning.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 33 tokens original MIT

code-documentation

55

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

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.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 41 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

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.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 44 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

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.

not rated 338 +6 6mo ago A Socket: warnSnyk: pass 40 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Perform comprehensive code reviews with best practices, security checks, and constructive feedback. Use when reviewing pull requests, analyzing code quality, checking for security vulnerabilities, or providing code improvement suggestions.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 40 tokens original MIT

Cohort Analysis

59

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Track and analyze user cohorts over time, calculate retention rates, and identify behavioral patterns for customer lifecycle and retention analysis.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 27 tokens original MIT

color-accessibility

60

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Design color palettes that are accessible to all users including those with color blindness. Ensure sufficient contrast, meaningful use of color, and inclusive design.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 32 tokens original MIT

competitor-analysis

61

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Analyze competitive landscape to identify strengths, weaknesses, opportunities, and threats. Inform product strategy and positioning based on market insights.

not rated 338 +6 6mo ago A Socket: passSnyk: warn 28 tokens original MIT

Computer Vision

62

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement computer vision tasks including image classification, object detection, segmentation, and pose estimation using PyTorch and TensorFlow.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 25 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

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.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 43 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

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.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 42 tokens original MIT

container-debugging

65

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Debug Docker containers and containerized applications. Diagnose deployment issues, container lifecycle problems, and resource constraints.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 24 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Manage container registries (Docker Hub, ECR, GCR) with image scanning, retention policies, and access control.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 30 tokens original MIT

continuous-testing

67

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

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.

not rated 338 +6 6mo ago A Socket: passSnyk: fail 38 tokens original MIT

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Measure relationships between variables using correlation coefficients, correlation matrices, and association tests for correlation measurement, relationship analysis, and multicollinearity detection.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 30 tokens original MIT

correlation-tracing

69

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement distributed tracing with correlation IDs, trace propagation, and span tracking across microservices. Use when debugging distributed systems, monitoring request flows, or implementing observability.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 37 tokens original MIT

cpu-profiling

70

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Profile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better performance and resource efficiency.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 31 tokens original MIT

csrf-protection

71

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Implement Cross-Site Request Forgery (CSRF) protection using tokens, SameSite cookies, and origin validation. Use when building forms and state-changing operations.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 36 tokens original MIT

css-architecture

72

aj-geddes/useful-ai-prompts

Skill Claude CodeCodex

Organize CSS using BEM, SMACSS, and CSS-in-JS patterns. Use when building scalable, maintainable styling systems with proper naming conventions.

not rated 338 +6 6mo ago A Socket: passSnyk: pass 36 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: