Template
Skill selic/skills/_template
Agent Skills for Claude Code — scaffold Home Assistant add-ons, review MCP servers, and more. Installable as a plugin marketplace.
npx -y skills add selic/skills --skill _templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
COPY ME. One paragraph: what the skill does, when to use it, what it produces. End with concrete trigger phrases so the model knows when to load it. Triggers on: <verb phrases a user would actually type>.
SKILL.md
1.3 KB, as published. Nobody here has run it
<Skill name>
One or two sentences framing the role the model should adopt and the outcome it owns. Write in the imperative — this file is the instructions.
When to use / not use
- Use when: …
- Skip when: … (steer away from false triggers)
Steps
- Gather intent — what to read/ask before acting. Ask only what you can't infer.
- Do the work — the actual procedure, in order.
- Verify — how to confirm it worked (run it, test it, observe output).
Output
State exactly what the skill should produce and in what form.
<!-- Tips for a good skill: - The `description` is a prompt — it decides whether the skill loads. Be specific. - Keep SKILL.md focused; put long reference material in sibling files and link them. - Bundle resources next to SKILL.md (scripts, templates); reference with relative paths. - To add a skill: copy this file to skills/<your-skill>/SKILL.md and edit. Only folders under skills/ are loaded, so this _template/ stays out of the way. -->