load-template

Load an AI agent instruction template into the current project's .agents/ directory.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "load-template" with this command: npx skills add tkarakai/ai-agent-instruction-templates/tkarakai-ai-agent-instruction-templates-load-template

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.md with agent instructions

  • Records version info in .agents/.loaded-templates.yaml for 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.md for 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.yaml for commit/PR metadata

Notes

  • Templates are loaded into .agents/ (should be gitignored)

  • Dependencies declared in template.yaml are automatically loaded

  • Use /list-templates to see available templates

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

list-templates

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

find-skills-combo

Discover and recommend **combinations** of agent skills to complete complex, multi-faceted tasks. Provides two recommendation strategies — **Maximum Quality*...

Registry SourceRecently Updated
Automation

VMware AIops

AI-powered VMware vCenter/ESXi monitoring and operations. Manage infrastructure via natural language: inventory queries, health monitoring, VM lifecycle (cre...

Registry SourceRecently Updated
3531zw008
Automation

claw-token-cost-analyzer

Analyzes Claw AI workflows to estimate token usage, cost, detect runaway loops, and suggest optimizations to prevent unexpected API expenses.

Registry SourceRecently Updated