_templatelisted
Install: claude install-skill shubham0704/claude-skills
# _template
Replace this with a 1–3 sentence summary of what this skill helps
Claude do. Keep it tight — the full reasoning belongs below, not
here.
## 1. Workflow
Start with the end-to-end workflow. Imperative style. Short
sections. Give the reader (Claude) enough structure that they can
scan for the step they need.
### 1.1 Setup (if any)
### 1.2 Main loop
### 1.3 Hand-off / completion criteria
## 2. Core content
The bulk of the skill. For review-style skills, this is typically a
numbered list of failure modes and canonical fixes. For building-
style skills, it's usually a sequence of phases with decision
criteria. For writing-style skills, it's sections + patterns.
Use sub-sections freely. Keep any single section short enough to
scan.
## 3. Checklist / decision points
If this skill has a checklist, rubric, or review order, put it here
so it's findable. Otherwise delete this section.
## 4. Bundled resources
- `references/` — docs loaded on-demand when the body points at them
- `scripts/` — executable utilities (if any)
- `assets/` — templates/fixtures used in output
If a section of this skill is long, move it to `references/` and
point here with a sentence like "See `references/snippets.md` for
copy-paste patterns."
## 5. Pitfalls
List of things to watch out for. One bullet each, imperative mood.
---
## Notes for skill authors
When creating a skill from this template:
1. Pick a kebab-case directory name. Rename the directory, not just
the frontmatter.