Contributing to the Collection
This collection thrives on community contributions. Whether you’ve extracted a new system prompt, found an updated version, or want to improve documentation, we welcome your input.Repository: github.com/asgeirtj/system_prompts_leaksMaintainer: asgeirtj (Discord: asgeirtj)
What We Accept
New System Prompts
New System Prompts
- Prompts from major AI models (Claude, GPT, Gemini, etc.)
- Prompts from AI products (ChatGPT, Claude.ai, Gemini, etc.)
- Tool-specific prompts (Canvas, Code Interpreter, etc.)
- API vs. web interface variants
- Different personality/mode variants
- Updated versions of existing prompts
Documentation Improvements
Documentation Improvements
- Typo fixes and clarifications
- Better organization of existing prompts
- Metadata additions (extraction date, version, etc.)
- Comparative analysis between prompts
Tools & Scripts
Tools & Scripts
- Extraction scripts (with ethical usage guidelines)
- Analysis tools for comparing prompts
- Visualization of prompt structures
- Documentation generators
Contribution Guidelines
Format Requirements
File Naming
Use descriptive, lowercase names with hyphens:✅ Good:
claude-sonnet-4.6.mdgpt-5.1-default.mdgemini-2.5-pro-webapp.mdtool-canvas-canmore.md
prompt.txtClaudeSystemPrompt.mdnew-file-1.md
File Format
Use Markdown (.md) format:
Preserve original formatting, including XML tags, special delimiters, and whitespace that may be significant.
Pull Request Process
Fork the Repository
- Go to github.com/asgeirtj/system_prompts_leaks
- Click “Fork” in the top right
- Clone your fork locally:
Add Your Files
- Place files in appropriate directories
- Follow naming conventions
- Include metadata
- Move old versions to
/old/if applicable
Pull Request Template
Ethical Guidelines
What NOT to Include
❌ Don’t contribute:- Personal API keys or credentials
- Prompts from private/enterprise systems without permission
- Content that violates NDAs or confidentiality agreements
- Malicious code or exploits (without responsible disclosure first)
- Personal information about users or conversations
Review Process
Initial Review
Maintainers will check:
- Format compliance
- Naming conventions
- Duplicate detection
- Metadata completeness
Verification
For new prompts:
- Attempt to verify accuracy
- Check extraction date is recent
- Confirm it’s not a duplicate or minor variant
Documentation Contributions
You can also improve this documentation site!Types of Documentation Improvements
Prompt Analysis
Write analysis comparing prompts, highlighting interesting patterns, or explaining specific techniques
Tutorials
Create guides on prompt engineering, extraction techniques, or using the collection
Comparative Studies
Compare how different companies handle similar challenges
Navigation
Improve organization, tagging, or searchability
Documentation Structure
This site uses Mintlify for documentation. Key files:docs/: MDX documentation pagesdocs.json: Navigation and configuration/resources/: This section you’re reading now
- Fork the repository
- Edit or create
.mdxfiles indocs/ - Update
docs.jsonif adding new pages - Test locally with
mintlify dev - Submit a pull request
Recognition
Contributors are recognized in:- GitHub commit history
- Repository README (for significant contributions)
- Release notes for major updates
Getting Help
Check Existing Issues
Search GitHub Issues for similar questions or problems.
Create an Issue
For bugs or feature requests, open a new issue on GitHub.
Future Roadmap
We’re always looking to improve the collection. Ideas for future development:- Automated extraction monitoring for prompt updates
- Better diff tools for comparing prompt versions
- Interactive prompt explorer with search and filtering
- Analysis dashboard showing prompt evolution over time
- API for programmatic access to the collection
Thank you for contributing to the collective understanding of AI system prompts. Your contributions help researchers, developers, and users better understand how AI systems work.