From rhythms
Create a Rhythms goal check-in safely and with the right confirmations. Use when the user wants to record progress on a goal, update a check-in value, or add a status or note to a goal in Rhythms.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rhythms:goal-checkinThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants to create a check-in in Rhythms.
Use this skill when the user wants to create a check-in in Rhythms.
Use create_checkin.
Before you call create_checkin, confirm the relevant fields with the user:
goal_uuidvalue if applicablestatus if applicablescore if applicablenote if applicablecheckin_date if applicableDo not create the check-in until the intended values are clear.
goal_uuid is required for a reliable check-in flow.create_checkin.When the check-in succeeds:
When the check-in cannot proceed:
goal_uuid or one of the intended valuesnpx claudepluginhub getrhythms/rhythms-claude-plugin --plugin rhythmsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.