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
npx -y skills add wyattowalsh/skill-starterAssembled 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
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/
- .markdownlint.yaml535 B
references/
- REFERENCE.md1.6 KB
- .gitignore218 B
- LICENSE1.0 KB
- README.md14.7 KB