Stats
Actions
Tags
From Claude Omakase
Guides users through creating reusable Claude Code skills (SKILL.md) for automating recurring workflows. Walks through drafting, writing, and testing a new skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-omakase:write-a-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user turn a recurring workflow into a reusable Claude Code skill.
Help the user turn a recurring workflow into a reusable Claude Code skill.
name, description, triggers (3-5 phrases that activate it)~/.claude/skills/<name>/SKILL.md with the draft---
name: my-skill
description: One sentence. When to use it.
triggers: ["phrase 1", "phrase 2", "phrase 3"]
---
# My Skill
What Claude does when this skill activates. Be concrete.
## Steps
1. ...
2. ...
## Examples
**User:** [trigger phrase]
**Claude:** [response]
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub gyuch-an02/claude-omakase --plugin claude-omakase