tinker
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, soowner_session_idstays atpending-bindforever). - 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
More from terrylica/cc-skills
pandoc-pdf-generation
PDF generation from markdown via Pandoc/XeLaTeX. TRIGGERS - markdown for PDF, print document, pandoc
376mise-tasks
Orchestrate multi-step project workflows using mise task definitions with dependency management and argument handling. Use whenever the user.
326python-logging-best-practices
Python logging with loguru, structlog, and orjson. TRIGGERS - loguru, structlog, structured logging
324mql5-indicator-patterns
MQL5 indicator development patterns. TRIGGERS - MQL5 indicator, OnCalculate, indicator buffers, MetaTrader 5.
322semantic-release
Automate versioning with Node.js semantic-release v25+. TRIGGERS - npm run release, version bump, changelog, conventional commits, release automation.
213latex-build
LaTeX builds with latexmk and live preview. TRIGGERS - latexmk, LaTeX build, live preview, compilation.
166