agently-prompt-config-files
Installation
SKILL.md
Agently Prompt Config Files
This skill covers YAML and JSON prompt config in Agently. It focuses on prompt templates as data assets: loading prompt config from files or strings, routing config into agent/request prompt layers, applying mappings, selecting nested prompt packs, executing .alias, and exporting current prompt state back to YAML or JSON. It does not cover session serialization, TriggerFlow config/export, provider setup, or response consumption.
Prerequisite: Agently >= 4.0.8.5.
Scope
Use this skill for:
load_yaml_prompt(...)andload_json_prompt(...)get_yaml_prompt(...)andget_json_prompt(...).agent,.request, and.alias- top-level
$keyagent shorthand and top-level request-key shorthand mappingsfor placeholder substitution in config keys and valuesprompt_key_pathfor selecting one prompt config from a larger YAML or JSON document- prompt-template roundtrip between code-built prompt state and exported config text
- externalizing prompt structure out of business code