From yato
Cancel the automatic check-in loop. Use when you want to stop scheduled check-ins before all tasks are complete.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yato:cancel-checkinThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill cancels the automatic check-in loop.
This skill cancels the automatic check-in loop.
The check-in system automatically continues until all tasks in tasks.json are complete (no pending or in_progress tasks remain). Use this skill to manually stop the check-ins before completion.Check-ins are stored per-workflow in the project's .workflow/<workflow>/checkins.json.
cd ${CLAUDE_PLUGIN_ROOT} && uv run python lib/checkin_scheduler.py cancel
This cancels check-ins for the current project's active workflow (uses relative paths).
After running, confirm to the user that check-ins have been cancelled.
<output_format> Check-in loop cancelled. No more automatic check-ins will be scheduled. </output_format>
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub marcospmail/claude-code-plugins --plugin yato