Resources
4Install
npx skillscat add alexanderstephenthompson/claude-hub/foundations-templates-skill Install via the SkillsCat registry.
SKILL.md
name: my-skill-name
description: >
50-100 words covering: what this skill does, when Claude should use it
(triggers), and scope boundaries. Example: "Brand voice guidelines for
Acme Corp. Use when creating social media posts, email copy, or marketing
materials. Also use for reviewing content consistency."
allowed_tools: Read, Write, Glob
Core Workflow
- First step
- Second step
- Third step
- Validate output
- Deliver result
Decision Logic
| If the user wants... | Then... |
|---|---|
| Scenario A | Follow workflow below |
| Scenario B | Load references/detail.md |
| Scenario C | Run scripts/process.py |
Hard Rules
Never:
- Critical constraint
- Another constraint
Always:
- Required behavior
- Another requirement
Reference Files
| When the task involves... | Load |
|---|---|
| Trigger condition | references/file.md |
Don't load for: Simple cases where SKILL.md guidance is sufficient.
Scripts
| Script | Purpose | Usage |
|---|---|---|
process-data.py |
Description | python scripts/process-data.py input |
Assets
| Asset | When to use |
|---|---|
assets/path/file |
When to use it |
Examples
Typical Request
User: Example request
Claude:
Example outputEdge Case
User: Edge case request
Claude:
Edge case output