From rhythms
Read and edit Rhythms documents or layouts safely. Use when the user wants to inspect document content, update a document, append or replace content, or work with a Rhythms layout or document body.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rhythms:document-editingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for Rhythms document and layout content work.
Use this skill for Rhythms document and layout content work.
Use these tools in order as needed:
get_document to resolve the target document or layoutread_document_content to inspect the current bodyedit_document_content to update the bodyUse get_document with:
document_uuid when availabledocument_name plus the correct document_typeUse read_document_content before edit_document_content.
This is required so you can:
By default, edit_document_content replaces the whole body.
If the current document content includes a known node hash or targetable section and the requested change is local, prefer a targeted operation such as:
replaceinsert_beforeinsert_afterIf you do not have a stable target for a precise edit, do not pretend you do. Either:
If the user wants a new document with initial content:
Do not assume create_document also creates the body content.
npx 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.