agentsclimarketplace

Skill starter

Skill wyattowalsh/skill-starter

Performs [specific task] and [specific task]. Triggers on phrases like "create a widget" or "debug the frobnitz". Do NOT activate for unrelated tasks like [X] or [Y].From its SKILL.md

Install
npx -y skills add wyattowalsh/skill-starter

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

  • 0 stars0 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 file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.4 KB, 281 tokens by cl100k_base, as published. Nobody here has run it

<!-- BODY: loaded on activation · budget: <500 lines / ~5k tokens The description field controls triggering — not the body. The body tells the agent HOW to execute, not WHEN to activate. Move detailed docs to references/ and link from here. Write in imperative voice: "Extract the data" not "This skill extracts data" https://agentskills.io/specification#body -->

my-skill-name

Instructions

<!-- Step-by-step instructions in imperative voice. Be specific — agents follow instructions literally. Prefer structured lists and code blocks over prose. -->

Quick Reference

<!-- Concise lookup table, decision tree, or cheat sheet. Agents read this after activation — make it immediately actionable. Example: | Task | Command / Approach | |-----------------|---------------------------| | Create widget | Run scripts/create.sh | | Update widget | Edit assets/template.yaml | -->

Examples

<!-- Concrete input/output examples beat explanations. ``` User: "Create a dashboard widget" Agent: runs scripts/create-widget.sh → outputs widget.html ``` -->

Constraints

<!-- Hard boundaries the agent must respect. - Never modify files outside the project root - Always validate output before returning to user -->

For extended guidelines, see REFERENCE.md.

What ships with it: 5 files

18.0 KB alongside SKILL.md

_config/

references/

Keep looking

Skills are one crate of 326,512. 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.