create-agent-template
Installation
SKILL.md
Create Agent Template Skill
Generate Harness Agent Template files for AI-powered automation agents.
Instructions
- Identify the agent's purpose - What task should the agent automate (code review, security scanning, test generation, documentation)?
- Define inputs and configuration - What parameters does the agent need (repo, branch, connector, secrets)?
- Generate three files - metadata.json (template metadata), pipeline.yaml (v1 syntax), and wiki.MD (user documentation)
- Validate consistency - Ensure input references in pipeline.yaml match definitions in metadata.json
Overview
Agent templates are modular pipeline definitions that encapsulate AI-powered automation. Each template produces three files: