# Template Skill

> Replace with a short trigger stating when the skill should fire, starting with "Use when ...".

- Skill: `vivswan/template-skill` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add vivswan/template-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vivswan/template-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: SEE LICENSE IN LICENSE.md
- Author: Vivswan (https://skillmd.com/u/vivswan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vivswan/template-skill

---


# 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

1. Describe the first thing the agent should do.
2. Describe the main workflow steps.
3. 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.

