{{What it does}} Use when {{primary trigger conditions}}. Don't use when {{common near-miss / out-of-scope cases}}. Outputs: {{artifact paths + formats}}. Success: {{what 'done' means}}.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add jscraik/Agent-Skills --skill templates --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Templates?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jscraik-templates-agent-skills)More formats (shields.io, HTML) on the badges page.
---
name: {{skill-name}}
description: "{{What it does}} Use when {{primary trigger conditions}}. Don't use when {{common near-miss / out-of-scope cases}}. Outputs: {{artifact paths + formats}}. Success: {{what 'done' means}}."
---
# {{Skill Title}}
## Scope
- **Primary triggers:** {{First trigger scenario}}, {{Second trigger scenario}}, {{Third trigger scenario}}
- **Non-triggers (route elsewhere):** {{First non-trigger}}, {{Second non-trigger}}
- **Assumptions:** {{Key assumptions}}
## Required context
- {{Required input 1}}
- {{Required input 2}}
- {{Optional input}}
## Constraints and safety
- {{First constraint or limitation}}
- {{Second constraint or limitation}}
- {{Safety / security consideration (secrets, destructive actions, network allowlists)}}
## Core principles
- {{Core principle or approach}}
- {{Guiding philosophy / mental model}}
## Workflow
### Step 1 — {{First action}}
{{Instructions for step 1}}
### Step 2 — {{Second action}}
{{Instructions for step 2}}
### Step 3 — {{Third action}}
{{Instructions for step 3}}
## Deliverables
- {{Primary artifact (path + format)}}
- {{Secondary artifact}}
- {{Success indicators}}
- Artifact boundary:
- Local CLI: `./Infrastructure/artifacts/`
- Hosted shell: `/mnt/data/`
## Validation
- {{How to verify correctness}}
- {{Test or check to run}}
## See Also
| Skill | When to use |
|---|---|
| `{{adjacent-skill-1}}` | {{When this adjacent skill is a better fit}} |
| `{{adjacent-skill-2}}` | {{Another related route in the local skill graph}} |
**Topic map:** `[[{{topic-name}}]]`
## Anti-patterns
- ❌ {{Common mistake to avoid}}
- ❌ {{What not to do}}
## Examples
- Triggering prompt: "{{Example prompt that SHOULD use this skill}}"
- Non-triggering prompt: "{{Example prompt that should NOT use this skill}}"
## Done when
{{Skill Title}} is complete when:
- [ ] {{First success criterion}}
- [ ] {{Second success criterion}}
- [ ] {{Third success criterion}}
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!