tinker

Installation
SKILL.md

autoloop: Tinker

Diagnose and repair a registered autoloop that won't fire.

Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.

Why this exists

/autoloop:start can finish without surfacing partial failures:

  • The launchd plist may have failed to load (no fire schedule).
  • The four autoloop hooks may not be in ~/.claude/settings.json (session-bind never runs, so owner_session_id stays at pending-bind forever).
  • The plist's runner script may point at a stale waker path (e.g. after a marketplace upgrade moved the plugin tree).
  • owner_session_id == "pending-bind" may persist beyond the bind grace window.

autoloop:tinker runs all four diagnoses, prints a JSON report, and applies idempotent repairs. Safe to invoke at any time — healthy loops produce no changes.

Arguments

Related skills
Installs
3
GitHub Stars
44
First Seen
4 days ago