Template
Skill Vivswan/skills/template
Installable agent skills and plugin-ready workflows for coding agents
npx -y skills add Vivswan/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
Replace with a clear description of what the skill does and when an agent should use it.
SKILL.md
0.8 KB, as published. Nobody here has run it
Template Skill
Replace this file after copying the template into skills/<your-skill-name>/.
When to Use
Describe the kinds of prompts or situations that should activate this skill.
- "example trigger one"
- "example trigger two"
Workflow
- Describe the first thing the agent should do.
- Describe the main workflow steps.
- Describe how the skill should report results back to the user.
Fallback Without MCP
If this skill later gains MCP integrations, keep a fallback workflow here that still works with plain file reads, shell commands, or reasoning alone.
References
Link to any files in references/ that the skill may load when needed.