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(...) and load_json_prompt(...)
  • get_yaml_prompt(...) and get_json_prompt(...)
  • .agent, .request, and .alias
  • top-level $key agent shorthand and top-level request-key shorthand
  • mappings for placeholder substitution in config keys and values
  • prompt_key_path for 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
Related skills

More from agentera/agently-skills

Installs
1
GitHub Stars
8
First Seen
Mar 11, 2026