improve
Installation
SKILL.md
Improve a Terse Job
Improve the Terse job named: $ARGUMENTS
Reference docs
The bundled sdk-reference.md is a quick offline cheat sheet, but Terse evolves fast. Always pull the live docs before making non-trivial changes:
- Doc index: https://docs.useterse.ai/llms.txt — fetch this first to discover every page available, then pull the specific pages you need (triggers, skills, hosting, observability, etc.).
- CLI reference: https://docs.useterse.ai/reference/cli — authoritative source for every
tersecommand, includinghistory,replay, andtest.
If anything in the bundled reference disagrees with the live docs, trust the live docs.
Steps
Do not search or read node_modules/. Everything you need is in src/terse.jobs.ts, src/terse.generated.ts, the bundled sdk-reference.md, and live Terse docs — not inside dependency install dirs.
src/terse.generated.ts is the source of truth for connected integrations, available triggers, skills, resources, and deterministic wrappers. Read it alongside the job implementation. Do not run terse integrate list — the generated file already reflects what terse integrate connected.