AI Prompts & Agents
Free AI Prompt Packs
A curated collection of production-ready prompts for everyday development tasks. Each prompt is carefully crafted, tested across multiple AI models, and completely free to use.
Why These Prompts?
- Battle-tested: Used in real production workflows
- Model-agnostic: Works with Anthropic, OpenAI, Google, and Meta models
- Well-structured: Consistent format with clear inputs/outputs
- MIT Licensed: Use them anywhere, modify freely
All prompts follow the YAML frontmatter + markdown format, making them easy to integrate into your tools and workflows.
Or browse on GitHub
Prompt Packs
Debugging & Troubleshooting
19 prompts19 prompts for error analysis, stack traces, memory leaks, race conditions, and more
View all prompts
- Error Trace Analyzer
- Rubber Duck Debugger
- API Error Decoder
- Dependency Resolver
- Git Conflict Resolver
- Memory Leak Hunter
- Race Condition Finder
- Database Query Debugger
- Environment Diff Checker
- Network Issue Diagnoser
- Performance Bottleneck Finder
- Config Validator
- Build Failure Analyzer
- Test Failure Investigator
- Container Debugger
- CSS Layout Debugger
- Authentication Flow Debugger
- Hydration Mismatch Debugger
- Async State Debugger
Code Review
17 prompts17 prompts for security scanning, performance review, code smells, and PR summaries
View all prompts
- Security Scanner (OWASP)
- Performance Reviewer
- Code Smell Detector
- API Design Reviewer
- Type Safety Auditor
- Error Handling Reviewer
- Test Coverage Analyzer
- Naming Convention Checker
- Documentation Gaps Finder
- Complexity Reducer
- Best Practices Enforcer
- PR Summary Generator
- Accessibility Reviewer
- Dependency Health Checker
- Async Patterns Reviewer
- Database Query Reviewer
- Backwards Compatibility Checker
Documentation
18 prompts18 prompts for READMEs, API docs, runbooks, onboarding guides, security docs, and more
View all prompts
- README Generator
- API Documentation Writer
- Code Comment Writer
- Architecture Doc Generator
- Changelog Generator
- Migration Guide Writer
- Troubleshooting Guide Creator
- Tutorial Writer
- Docstring Generator
- Decision Record Writer (ADR)
- Runbook Writer
- Developer Onboarding Guide Generator
- API Changelog Writer
- Configuration Reference Generator
- Release Notes Writer
- Security Documentation Writer
- Glossary Generator
- Integration Guide Writer
Config Translator
20 prompts20 prompts for converting between Docker/K8s, package managers, API gateways, schedulers
View all prompts
- Docker to Kubernetes
- JSON/YAML/TOML Converter
- CI/CD Pipeline Converter
- Nginx/Traefik/Caddy Converter
- Terraform/Pulumi/CloudFormation
- ESLint/Biome/Prettier Converter
- Systemd/Docker/Supervisord
- Env Vars to Config Files
- Database Connection Converter
- Auth Provider Converter
- Monitoring/Observability Converter
- Build Tool Converter
- Package Manager Converter
- API Gateway Converter
- Message Queue Converter
- Cron/Scheduler Converter
- Secret Manager Converter
- Container Registry Converter
- Git Ignore Converter
- Schema/Type Converter
Security Audit
18 prompts18 prompts for OWASP scanning, session security, CORS, JWT, GraphQL, rate limiting, and more
View all prompts
- OWASP Scanner
- Secret Detector
- Input Validation Auditor
- Authentication Flow Reviewer
- Authorization Logic Checker
- Dependency Vulnerability Scanner
- API Security Auditor
- Infrastructure Security Reviewer
- Encryption Auditor
- Security Headers Checker
- Session Management Auditor
- File Upload Security Checker
- CORS Configuration Auditor
- Rate Limiting Analyzer
- Logging Security Auditor
- SSRF Vulnerability Scanner
- JWT Security Auditor
- GraphQL Security Scanner
Log Analysis
18 prompts18 prompts for log correlation, tracing, sampling, security analysis, cost optimization, schema design
View all prompts
- Log Summarizer
- Error Frequency Analyzer
- Timeline Reconstructor
- Anomaly Detector
- User Journey Tracker
- Performance Metrics Extractor
- Log Format Converter
- Alert Rule Generator
- Multi-Source Log Correlator
- Log Pattern/Regex Generator
- Compliance Log Auditor
- Incident Root Cause Analyzer
- Log Retention Policy Analyzer
- Distributed Trace Analyzer
- Log Sampling Strategy Optimizer
- Security Log Analyzer
- Log Infrastructure Cost Optimizer
- Structured Logging Schema Designer
Agent Packs
Full system prompts for specialized AI agents. Each agent is a complete configuration ready for use with Anthropic, OpenAI, Google, Meta, and other capable models.
Infrastructure Agents
7 agentsProduction-ready agents for storage, monitoring, security, networking, and database administration
Development Agents
7 agentsAgents for building, testing, reviewing, and optimizing code
Content Agents
6 agentsAgents for writing technical content, documentation, and marketing copy
Research Agents
8 agentsAgents for market analysis, competitive intelligence, and data research
How to Use
Prompts
- Download or copy the prompt you need
- Replace
{{variable}}placeholders with your data - Paste into ChatGPT, Claude, or your preferred AI
- Get consistent, high-quality results
Agents
- Use the agent markdown as a system prompt
- Configure in your AI tool (Claude Projects, Custom GPTs, etc.)
- The agent will follow its specialized behavior
- Customize the prompt to fit your specific needs
Tip: All prompts use YAML frontmatter for metadata. The actual prompt content starts after the second ---