Fix README and add missing skills
- Fixed missing command names in README (Prometheus 6 commands, Dexto 12 commands) - Fixed hooks section with all 14 hook names listed - Added bw-article-designer skill (article styling with black/white theme) - Added ralph-system-prompts skill collection (101 system prompts from system_prompts_leaks) - Updated skill count from 291 to 359 - Updated badges and documentation Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
43
skills/ralph-system-prompts/openai-tool-python-code/skill.md
Normal file
43
skills/ralph-system-prompts/openai-tool-python-code/skill.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
name: openai-tool-python-code
|
||||
version: "1.0.0"
|
||||
description: When you send a message containing Python code to python, it will be executed in a (from OpenAI/tool-python-code.md)
|
||||
user-invocable: true
|
||||
category: System Prompts
|
||||
source: system_prompts_leaks/OpenAI/tool-python-code.md
|
||||
original_category: OpenAI
|
||||
---
|
||||
|
||||
# Tool Python Code.Md
|
||||
|
||||
**Source:** OpenAI/tool-python-code.md
|
||||
**Category:** OpenAI
|
||||
**Converted:** 2026-01-28 07:58:24
|
||||
|
||||
## Original System Prompt
|
||||
|
||||
Below is the original system prompt from tool-python-code.md:
|
||||
|
||||
---
|
||||
|
||||
## 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
|
||||
|
||||
---
|
||||
|
||||
## Usage Notes
|
||||
|
||||
This skill contains the original system prompt from tool-python-code.md. Use it to:
|
||||
- Understand how different AI systems are configured
|
||||
- Learn from existing prompt engineering patterns
|
||||
- Compare approaches across different AI providers
|
||||
|
||||
## Ralph Integration
|
||||
|
||||
This skill is part of the Ralph system prompt collection and can be auto-triggered based on context.
|
||||
Reference in New Issue
Block a user