active/agtask/skills/agtask/SKILL.md
Create, rename, audit, or close a tracked Codex task whose turns and status are persisted in the local thread ledger. Only use when directly invoked.
npx skillsauth add kevinslin/skills agtaskInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Track Codex tasks in ~/.llm/agtask/ledger.db. Route each invocation to
exactly one workflow below and read that reference completely before acting.
$agtask add <project>, follow
./references/add.md.$agtask attach <file>, follow
./references/attach.md.new, model or
reasoning settings, or nopin, follow
./references/create.md../references/create-advanced.md when
the request uses kind=main, forks history, uses a worktree or remote
project, or needs recovery after a partial result.$agtask audit, follow
./references/audit.md.$agtask rename <new-title>, follow
./references/rename.md.$agtask close [task-id-or-session-id], follow
./references/close.md../references/onclose.md only when the close
workflow returns the configured default OnPreClose instruction.Do not combine routes. Add registers the current task without changing it in the Codex app. Attach updates one local text file and links it to the current ledger task. A create/designate invocation creates at most one child; main designation never creates another task. Audit requires explicit confirmation before mutation. Rename coordinates the Codex app and ledger without silently accepting divergence. Close owns its merge lease through completion or release.
$agtask [task]
$agtask add <project>
$agtask attach <file>
$agtask kind=main [summary]
$agtask new task: [task]
$agtask fork task: [task]
$agtask nopin [task]
$agtask worktree=true model=gpt-5.6-sol [task]
$agtask [task]. use gpt-5.6-sol with ultra thinking
$agtask audit
$agtask rename <new-title>
$agtask close [task-id-or-session-id]
./scripts/agtask resolve-create./scripts/agtask add <project> --session-id <id> --title <title> --initial-prompt <prompt>./scripts/agtask attach <file> --session-id <id>./scripts/agtask config --json./scripts/agtask init|show|list|search|dashboard./scripts/agtask audit|rename|status|reopen|close|append-rollout|record-turn./scripts/install-hooks./scripts/uninstall-hooks./scripts/install-skill from this
repository. From a worktree with another dedicated agtask source already in
skillz.json, add --replace-existing-source.testing
Manage Git preflight, branch and worktree creation, and completed-work cleanup. Use when explicitly invoked.
databases
Automatically use for durable knowledge, configured project-context lookup, and schema-backed artifact layouts.
content-media
Create, update, or optimize skills and SKILL.md content.
testing
Finalize completed PR or local checkout work. Use when explicitly invoked