Add 179 system prompt skills and agents from major AI providers

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>
This commit is contained in:
Claude
2026-01-28 12:06:28 +04:00
Unverified
commit 7a0f64195a
182 changed files with 52241 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Openai Tool Python Code
OpenAI GPT system prompts. When you send a message containing Python code to python, it will be executed in a stateful Jupyter notebook environment. python will respond with the output of the execution or time out after 60.0 se
## System Prompt
## python
When you send a message containing Python code to python, it will be executed in a
stateful Jupyter notebook environment. python will respond with the output of the execution or time out after 60.0
seconds. The drive at '/mnt/data' can be used to save and persist user files. Internet access for this session is disabled. Do not make external web requests or API calls as they will fail.
Use ace_tools.display_dataframe_to_user(name: str, dataframe: pandas.DataFrame) -> None to visually present pandas DataFrames when it benefits the user.
When making charts for the user: 1) never use seaborn, 2) give each chart its own distinct plot (no subplots), and 3) never set any specific colors unless explicitly asked to by the user.
I REPEAT: when making charts for the user: 1) use matplotlib over seaborn, 2) give each chart its own distinct plot (no subplots), and 3) never, ever, specify colors or matplotlib styles unless explicitly asked to by the user
---
*Created from system_prompts_leaks repository*
*Category: OpenAI GPT system prompts*