list-templates
SKILL.md
List Templates
List available AI agent instruction templates from the repository.
Usage
/list-templates
Execution
Fetch the template list from GitHub:
curl -fsSL "https://api.github.com/repos/tkarakai/ai-agent-instruction-templates/contents/templates?ref=main" | grep '"name"' | sed 's/.*"name": "\([^"]*\)".*/\1/' | grep -v '^\.'
Output Format
Display each available template with:
- Template name
- Brief description (from template.yaml if accessible)
Example:
Available templates:
- Software-Technical-Planner: Creates technical plans from specifications
Next Steps
After listing templates:
- Choose an instruction template that fits your role
- Use
/load-template <name>to load it - Optionally specify a version:
/load-template <name>@v1.0.0
Notes
- Instruction templates are versioned independently
- Use
@vX.Y.Zsuffix to load a specific version - Omit version to get the latest
Weekly Installs
3
Repository
tkarakai/ai-ageā¦emplatesFirst Seen
Jan 29, 2026
Security Audits
Installed on
opencode2
gemini-cli2
codebuddy2
github-copilot2
codex2
kiro-cli2