template-selector

Select the matching template from /templates based on artifact type.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon --skill template-selector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-selector
Source: https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon/tree/main/.claude/skills/template-selector
Command: npx skills add https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon --skill template-selector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates selecting the correct template from the templates directory based on the artifact type, reducing manual mapping and ensuring consistent documentation templates.

Core Features & Use Cases

  • Auto-template mapping: Detects the artifact type and selects the matching template from /templates.
  • Supports multiple artifact categories: specification documents, planning notes, task lists, checklists, ADRs, and agent/prompt templates.
  • Use Case: When starting a new project, provide an artifact type to automatically generate the appropriate template as the starting document.

Quick Start

Provide an artifact type (e.g., spec, plan, tasks) and trigger the Skill to apply the corresponding template from /templates to your artifact.

Frequently Asked Questions about template-selector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate template selection for documentation artifacts like specs and ADRs?

Automating template selection requires mapping artifact types to predefined templates. This skill detects the artifact type and automatically applies the matching template from the /templates directory to ensure consistent documentation.

What is the best way to auto-select planning document templates in a workflow?

Auto-selecting planning document templates is handled by detecting the artifact type and selecting the mapped template. Providing the artifact type triggers the skill to apply the corresponding template from your templates directory.

Do I need to create my own templates before using this template selection automation?

Yes, you need existing templates. The automation requires that templates exist under the /templates directory and that your artifact types map to a defined template before selection can occur.

Can I use this to generate templates for task lists and checklists automatically?

Yes, you can generate templates for task lists and checklists automatically. The skill supports multiple artifact categories including specifications, planning notes, ADRs, and agent/prompt templates by applying the mapped template.

What happens if an artifact type does not map to a defined template in the templates directory?

Template selection fails if the artifact type does not map to a defined template. The skill requires that a corresponding template exists under the /templates directory to successfully apply the automation.

Why does my artifact type not match the template during automated selection?

Automated template selection fails when the artifact type lacks a mapped template. Ensure the specific artifact type is supported and a matching template file exists within the /templates directory before triggering the skill.