---
name: my-custom-skill
label: My Custom Skill
description: >-
  Describe what this skill does and when Minnow should apply it. Include
  example phrases users might say, such as "help me with X" or "run Y workflow".
disable-model-invocation: true
---

# My Custom Skill

## When to use

- User asks for …
- User mentions …

## Steps

1. Gather context (files, terminal output, or browser state as needed).
2. Follow project conventions from `documentation/context.md` when relevant.
3. Deliver a clear, actionable result.

## Output

- State assumptions briefly when information is missing.
- Prefer concrete steps, file paths, and tool calls over vague advice.
