@keel-agent/templates
v0.2.1
Published
Prompt, skill, policy, mission, and adoption templates for keel-agent.
Readme
@keel-agent/templates
Reusable templates for keel-agent policies, skills, missions, verification reports, and adoption RFCs.
Use this package when customizing generated text assets or building tooling that needs the same templates as the CLI.
GitHub Action runner templates live under github-actions/, including keel-agent-runner.yml.tpl.
import { rootAgentsTemplate, skillTemplate } from "@keel-agent/templates";
const agents = rootAgentsTemplate();
const verifySkill = skillTemplate("verify");Most projects should not import templates directly; use @keel-agent/cli unless you are extending keel-agent itself.
