From tars
Execute one autonomous heartbeat cycle. Reads .tars/protocol/PROTOCOL.md and follows it exactly. Use with /loop for continuous operation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tars:heartbeatThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. `.tars/protocol/PROTOCOL.md` 파일을 읽습니다
.tars/protocol/PROTOCOL.md 파일을 읽습니다.tars/protocol/PROTOCOL.md가 없으면: "tars이 초기화되지 않았습니다. /tars:init을 먼저 실행하세요." 출력 후 종료.tars/PROGRESS.md가 없으면: 위와 동일/loop 10m /tars:heartbeat 명령으로 10분마다 자동 실행할 수 있습니다.
npx claudepluginhub steadymoka/tars --plugin tarsFramework for long-running, multi-session autonomous agent tasks with progress checkpointing, failure recovery, and task dependency management. Maintains append-only progress logs and checkpoint files for recovery across context window resets.
Executes Mother Mode Loop: processes Evey tasks from claude-bridge inbox/channel, checks hermes docker health, implements one improvement like skills/plugins/cron/n8n, logs cycles.
Runs periodic agent heartbeat checks including cron health, memory consolidation, and proactive work. Useful for maintaining long-running sessions and repairing orphaned cron tasks.