Skip to main content
The TalkValue CLI ships 11 SKILL.md files: one per command group and one per multi-step workflow recipe. Pair them with any AI coding assistant that supports skills and the agent can navigate the entire CLI surface without reading every doc page first.

Install everything

One command pulls every skill below into your agent’s skill directory. Re-run any time to pick up updates.

Install a single skill

Replace <skill-name> with the directory of the skill you want, for example, talkvalue-person or recipe-csv-import.

Namespaced skills

One skill per CLI command group, plus a shared reference. Read talkvalue-shared first. Every other skill expects it.

Recipes

End-to-end workflow skills that compose the namespaced skills above. Each one matches a Recipes page in the docs.

Compose your own

The recipes are deliberately small: three to five CLI invocations stitched with jq. Build new ones by following the same shape: discover IDs, read state, compose with jq, write. See the recipes index for four documented patterns.