load-template
SKILL.md
Load Template
Load an AI agent instruction template into the current project's .agents/ directory.
Usage
Specify the template name, optionally with a version:
/load-template Software-Technical-Planner
/load-template Software-Technical-Planner@v1.0.0
What This Does
- Downloads the template files from GitHub
- Creates
.agents/<template-name>/AGENTS.mdwith agent instructions - Records version info in
.agents/.loaded-templates.yamlfor traceability - Recursively loads any template dependencies
Execution
Run the loader script:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/tkarakai/ai-agent-instruction-templates/main/load.sh)" -- $ARGUMENTS
After Loading
- Read
.agents/<template-name>/AGENTS.mdfor the agent instructions - Verify required input artifacts exist (documented in the instructions)
- Follow the instructions to complete the tasks of the role
- Use
.agents/.loaded-templates.yamlfor commit/PR metadata
Notes
- Templates are loaded into
.agents/(should be gitignored) - Dependencies declared in
template.yamlare automatically loaded - Use
/list-templatesto see available templates
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