mit einem Klick
slug
{{task_description}}
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
{{task_description}}
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Proactive Claude skill discovery and onboarding. Trigger at the start of a new session or project, when the user asks "what should I do/install/use", when no skills are installed yet, or when the user repeats a manual task 3+ times. Observe quietly, serve one precise recommendation, install on approval, and guide the user to use it immediately — in this same session. Never show a menu. Bundled with the claude-omakase MCP server.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Review a code diff or file for correctness bugs, security issues, and clear simplifications. One finding per line, severity-tagged. Use when user wants fast, focused code review.
Deeply explain any code, concept, system, or error in a way that builds genuine understanding. Use when user wants to understand something rather than just fix it.
Help the user create a new Claude Code skill (SKILL.md). Use when user wants to automate a recurring workflow or capture a reusable instruction set.
{{task_description}}
| name | {"[object Object]":null} |
| description | {"[object Object]":null} |
| triggers | [{"[object Object]":null}] |
| generated_at | {"[object Object]":null} |
{{task_description}}
Use this skill when the user:
{{triggers_bullets}}
python -m pip show <package> 2>/dev/null | grep Version || echo "not installed"
python <script.py> <args>
pip install <package>python --versionUser: [describe a concrete user request here]
Claude: Running…
python <script.py> <args>
Done. [describe the result]
Generated by claude-omakase. Edit this file to replace placeholder steps with your actual script.