jstanden
- 10 skills
- 0 followers
- 11 hours ago last updated
- ▌ Docs · jstandenThe mounted Cerb documentation -- what lives where, how to find a page without reading it, and when the docs are the authority versus this install. Load it before your first search of `cerb-docs`.
- ▌ Kata · jstandenKATA, the indentation-based configuration language Cerb uses for automations, toolbars, sheets, charts, workflows, policies, and more. Load it before writing any KATA -- the indentation and quoting rules are not YAML's.
- ▌ Icons · jstandenDesigning SVG geometry for Cerb's icon set -- the four pattern families, the fixed outer template, and the mask-image constraints that make ordinary SVG instincts wrong. Load it before drawing or editing any icon.
- ▌ Records · jstandenIntrospecting THIS Cerb install's record types with the `cerb records` command line -- aliases, searchable filters, writable fields, and why those last two are separate namespaces. Load it before naming any field or filter.
- ▌ Terminal · jstandenThe agent terminal -- its commands, absolute paths, how `search` actually matches, the `|` Twig pipeline, and /tmp as a compute surface. Load it before your first search comes back empty.
- ▌ Scripting · jstandenCerb scripting -- Twig at the base, extended with Cerb commands, functions, filters, and tests. Load it whenever you write or debug the contents of a scripting value, wherever that value lives.
- ▌ Automations · jstandenWriting Cerb automations in KATA -- naming, command shape, the correctness rules that bite, and least-privilege policies. Load it before writing or editing any automation script or policy.
- ▌ Data Queries · jstandenCerb data queries -- the `key:value` language behind worklists, metrics, charts, and reports. Load it when choosing a `type:`, a `format:`, or an aggregation.
- ▌ Mail Replies · jstandenDrafting a customer-facing email reply on a Cerb ticket -- interleaved quoting, what may and may not be asserted, the `#signature` token, and house typography. Load it before writing or revising any reply.
- ▌ Search Queries · jstandenCerb's search query language -- the filter:expression grammar, one syntax per filter type, deep search, boolean groups, and sorting. Load it before writing a worklist query, a saved search, or a `record_query:`.