agentsclimarketplace

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.

Install
npx -y skills add selic/skills --skill _template

Assembled 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

  1. Gather intent — what to read/ask before acting. Ask only what you can't infer.
  2. Do the work — the actual procedure, in order.
  3. 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. -->

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.