name: your-skill-name platforms: [cowork, claude-code] description: "[One sentence explaining what this skill does.] Use this skill when the user [trigger phrases]. Also trigger when they mention [keywords]."
^^^ DESCRIPTION GUIDELINES:
IMPORTANT: Description MUST be a single line (inline with the key, not multi-line YAML).
The Cowork plugin UI only renders inline descriptions. Multi-line > or | YAML
syntax will show as blank in the plugin card. Use quotes if the text contains colons.
- Start with a plain-English summary of what the skill does (this shows in the plugin
card UI as a preview — make it count).
- Then list trigger contexts and phrases so Claude knows when to activate it.
- Be specific: "asks to write blog posts" > "wants to write content".
- Minimum 30 words — short descriptions hurt discoverability.
- Err on the side of being "pushy" — better for Claude to trigger when it might help
than to miss an opportunity.
- Cross-reference related skills if relevant ("For email sequences, see email-sequence").
- Use single quotes inside the description since the outer string uses double quotes.
Skill Name
One-paragraph summary of what this skill does and why it exists.
When to use this skill
Describe the situations where this skill should activate. Be concrete:
- "When the user asks to write a blog post or article"
- "When the user needs to optimize page titles or meta descriptions"
- "When the user mentions [specific keyword or context]"
Step 0: Pre-flight check
Invoke the marketing-preflight skill via the Skill tool, passing this skill's name: field value (your-skill-name) as the args. Do not proceed until it completes successfully. If it stops with an error, follow its instructions and stop.
If marketing-preflight returned a stale-connector footer note, append it verbatim at the end of your final response to the user.
Once pre-flight is complete, fetch this skill's reference docs:
get_marketing_context(slugs: ["list-your-slugs-here"])
Step 1: [First thing to do]
Describe what Claude should do first.
Step 2: [Next thing to do]
Describe the next step.
Output format
Describe what the final output should look like. Include a template if relevant.
Dependencies (optional)
Remove this section if there are no dependencies beyond Tiger Den.
- Required: Tiger Den connector (for reference docs). [Add other tools or access needed.]
- Optional: [things that enhance the skill but aren't required]