Prompt-based setup
The setup skill inspects configs, dry-runs, explains changes, asks for confirmation, installs, and verifies.
Developers
Route status updates, steering, and sanctions from local coding agents to Agent Tick. Start with the setup skill, prove the loop in the CLI/web app, then add the phone app.
Paste into your coding agent:
https://agenttick.sh/skill.md
Manual CLI path:
$ npx @self-deprecated/agent-tick install
$ agent-tick status-update "Running setup checks"
$ agent-tick steering --title "Setup works?" --choice yes="Yes" --choice no:deny="No"The setup skill inspects configs, dry-runs, explains changes, asks for confirmation, installs, and verifies.
Built for status updates, steering choices, and sanction requests when an agent needs a bounded human response.
Approved actions run locally in your agent environment. Agent Tick routes the decision; it is not a remote shell.
Dogfood
The npm publish workflow requests an Agent Tick Sanction before release. The request includes version/tag, repository, target, changelog, and commit SHA — never secrets.
View workflowDocs
The public docs will be generated from the main Agent Tick repository so CLI, SDK, server, admin, and mobile changes can update docs in the same pull.
Open docs