create

Installation
SKILL.md

Create a Terse Job

Create a new Terse SDK job based on: $ARGUMENTS

Reference docs

The bundled sdk-reference.md is a quick offline cheat sheet, but Terse evolves fast. Always pull the live docs before writing non-trivial code:

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 before choosing triggers or skills. Do not run terse integrate list — the generated file already reflects what terse integrate connected.

Installs
14
Repository
terseai/terse
GitHub Stars
15
First Seen
May 22, 2026
create — terseai/terse