kcli-plan-authoring

Installation
SKILL.md

kcli Plan Authoring

Plan File Structure

Plans are YAML files with Jinja2 templating. Resources are defined as top-level keys with a type field.

parameters:
  param1: value1
  param2: value2

resourcename:
  type: resourcetype
  key1: value1
  key2: {{ param1 }}

Resource Types

Installs
17
Repository
karmab/kcli
GitHub Stars
646
First Seen
Jan 24, 2026
kcli-plan-authoring — karmab/kcli