This commit adds 91 skills and 88 agents converted from the system_prompts_leaks repository. ## Stats - Anthropic: 21 skills + 21 agents (42 total) - OpenAI: 42 skills + 39 agents (81 total) - Google: 11 skills + 11 agents (22 total) - Perplexity: 2 skills + 2 agents (4 total) - xAI: 5 skills + 5 agents (10 total) - Proton: 2 skills + 2 agents (4 total) - Misc: 8 skills + 8 agents (16 total) ## Features - Auto-integrated with Ralph autonomous agent system - Actual system prompts from production AI systems - Includes Claude Code, GPT-5, Gemini 3, Grok 4, and more - Full documentation and integration guides 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
164 lines
5.1 KiB
Markdown
164 lines
5.1 KiB
Markdown
# SuperCharged Claude Code Upgrade - System Prompts Leaks
|
|
|
|
This repository contains **179 system prompt skills and agents** converted from the [system_prompts_leaks](https://github.com/asgeirtj/system_prompts_leaks) repository.
|
|
|
|
## 📊 Installation Stats
|
|
|
|
| Category | Skills | Agents | Total |
|
|
|----------|--------|--------|-------|
|
|
| **Anthropic** | 21 | 21 | 42 |
|
|
| **OpenAI** | 42 | 39 | 81 |
|
|
| **Google** | 11 | 11 | 22 |
|
|
| **Perplexity** | 2 | 2 | 4 |
|
|
| **xAI** | 5 | 5 | 10 |
|
|
| **Proton** | 2 | 2 | 4 |
|
|
| **Misc** | 8 | 8 | 16 |
|
|
| **TOTAL** | **91** | **88** | **179** |
|
|
|
|
## 📂 Repository Structure
|
|
|
|
```
|
|
supercharged-claude-code-upgrade/
|
|
├── skills-ralph-leaks/ # 91 system prompt skills
|
|
│ ├── INTEGRATION.md # Integration guide
|
|
│ ├── INSTALLATION_SUMMARY.md # Complete summary
|
|
│ ├── anthropic-*.md # 21 Anthropic prompts
|
|
│ ├── openai-*.md # 42 OpenAI prompts
|
|
│ ├── google-*.md # 11 Google prompts
|
|
│ ├── perplexity-*.md # 2 Perplexity prompts
|
|
│ ├── xai-*.md # 5 xAI prompts
|
|
│ ├── proton-*.md # 2 Proton prompts
|
|
│ └── misc-*.md # 8 miscellaneous prompts
|
|
│
|
|
└── agents-ralph-leaks/ # 88 full system prompt agents
|
|
├── anthropic-*-agent/ # 21 Anthropic agents
|
|
├── openai-*-agent/ # 39 OpenAI agents
|
|
├── google-*-agent/ # 11 Google agents
|
|
├── perplexity-*-agent/ # 2 Perplexity agents
|
|
├── xai-*-agent/ # 5 xAI agents
|
|
├── proton-*-agent/ # 2 Proton agents
|
|
└── misc-*-agent/ # 8 miscellaneous agents
|
|
```
|
|
|
|
## 🚀 Installation
|
|
|
|
### Clone this repository
|
|
|
|
```bash
|
|
git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git
|
|
cd SuperCharged-Claude-Code-Upgrade
|
|
```
|
|
|
|
### Install to Claude Code
|
|
|
|
```bash
|
|
# Copy skills
|
|
cp -r skills-ralph-leaks/* ~/.claude/skills/
|
|
|
|
# Copy agents
|
|
cp -r agents-ralph-leaks/* ~/.claude/agents/
|
|
```
|
|
|
|
## 📖 Usage
|
|
|
|
### Auto-Trigger via Ralph
|
|
|
|
All 179 prompts are automatically available to Ralph's autonomous agent selection:
|
|
|
|
```
|
|
/ralph "Build a full-stack application"
|
|
```
|
|
|
|
### Manual Skill Invocation
|
|
|
|
```
|
|
/skill anthropic-claude-code "Help me build a React app"
|
|
/skill openai-gpt-5-thinking "Solve this complex problem"
|
|
/skill google-gemini-3-pro "Explain quantum computing"
|
|
/skill openai-gpt-5-1-friendly "Write a casual email"
|
|
```
|
|
|
|
### Manual Agent Creation
|
|
|
|
```
|
|
/agent anthropic-claude-code-agent
|
|
/agent openai-gpt-5-thinking-agent
|
|
/agent google-gemini-3-pro-agent
|
|
```
|
|
|
|
## 🎯 Key Prompts Available
|
|
|
|
### Anthropic (42 prompts)
|
|
- `anthropic-claude-code` - Claude Code CLI (v0.2.9)
|
|
- `anthropic-claude-4-5-sonnet` - Claude 4.5 Sonnet
|
|
- `anthropic-claude-sonnet-4` - Claude Sonnet 4
|
|
- `anthropic-claude-opus-4-5` - Claude Opus 4.5 Thinking
|
|
- `anthropic-claude-3-7-sonnet` - Claude 3.7 Sonnet
|
|
- `anthropic-claude-in-chrome` - Chrome extension
|
|
- `anthropic-pdf`, `anthropic-xlsx`, `anthropic-docx`, `anthropic-pptx` - Documents
|
|
|
|
### OpenAI (81 prompts)
|
|
- `openai-gpt-5-thinking` - GPT-5 Thinking Mode
|
|
- `openai-gpt-5-1-professional` - Professional personality
|
|
- `openai-gpt-5-1-friendly` - Friendly personality
|
|
- `openai-gpt-4o` - GPT-4o
|
|
- `openai-gpt-4-1` - GPT-4.1
|
|
- `openai-codex` - Codex
|
|
- `openai-chatgpt-gpt-5-agent-mode` - Agent Mode
|
|
- `openai-tool-deep-research` - Deep Research
|
|
- `openai-tool-web-search` - Web Search
|
|
- And 30+ more personalities and tools
|
|
|
|
### Google (22 prompts)
|
|
- `google-gemini-3-pro` - Gemini 3 Pro
|
|
- `google-gemini-3-flash` - Gemini 3 Flash
|
|
- `google-gemini-workspace` - Workspace integration
|
|
- `google-gemini-2-5-pro-guided-learning` - Guided learning
|
|
- `google-gemini-cli-system-prompt` - CLI
|
|
- `google-notebooklm-chat` - NotebookLM
|
|
|
|
### Other Providers (34 prompts)
|
|
- `perplexity-voice-assistant` - Perplexity voice
|
|
- `perplexity-comet-browser-assistant` - Comet browser
|
|
- `xai-grok-4` - Grok 4
|
|
- `xai-grok-3` - Grok 3
|
|
- `xai-grok-personas` - Grok personas
|
|
- `misc-kagi-assistant` - Kagi search
|
|
- `misc-notion-ai` - Notion AI
|
|
- `misc-raycast-ai` - Raycast AI
|
|
|
|
## 🔄 Updating
|
|
|
|
To update with new prompts from the source repository:
|
|
|
|
```bash
|
|
cd /tmp
|
|
git clone https://github.com/asgeirtj/system_prompts_leaks.git
|
|
python3 convert_prompts.py # Use the conversion script
|
|
```
|
|
|
|
## ⚠️ Security & Usage Note
|
|
|
|
These are **actual leaked system prompts** from production AI systems. They contain:
|
|
- Behavioral guidelines
|
|
- Safety protocols
|
|
- Tool usage patterns
|
|
- Response formatting rules
|
|
- Personality configurations
|
|
|
|
**Use responsibly** and in accordance with each provider's terms of service.
|
|
|
|
## 📚 Source
|
|
|
|
[https://github.com/asgeirtj/system_prompts_leaks](https://github.com/asgeirtj/system_prompts_leaks)
|
|
|
|
## 📝 License
|
|
|
|
This repository contains converted system prompts from various AI providers. Please respect the original providers' terms of service and use these prompts responsibly.
|
|
|
|
---
|
|
|
|
**Installed:** 2026-01-28
|
|
**Total Prompts:** 179 (91 skills + 88 agents)
|
|
**Auto-integrated with:** Ralph autonomous agent system
|