원클릭으로
slug
{{task_description}}
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
{{task_description}}
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.
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}}