
Rhythms
- Updated July 17, 2026
- GetRhythms/rhythms-claude-plugin
rhythms is a Claude Code skill in the Documentation category. Rhythms Claude plugin for working with goals, documents, layouts, views, teams, users, and organizational knowledge from Claude Code.
Key points
- rhythms
- Documentation
- AI-coding skill
Rhythms by the numbers
- Data as of Jul 18, 2026 (Skillselion catalog sync)
/plugin marketplace add GetRhythms/rhythms-claude-plugin/plugin install rhythms@rhythmsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 17, 2026 |
|---|---|
| Repository | GetRhythms/rhythms-claude-plugin ↗ |
What it does
Rhythms Claude plugin for working with goals, documents, layouts, views, teams, users, and organizational knowledge from Claude Code.
README.md
Rhythms Claude Plugin
This repository contains the published Claude Code plugin for Rhythms.
The plugin connects Claude Code to the Rhythms usprod MCP server at https://mcpservers.rhythms.ai/rhythms/mcp so Claude can work with goals, documents, layouts, views, teams, users, reference data, organization settings, and workspace workflows.
What is included
- A Claude Code plugin manifest in
.claude-plugin/plugin.json - A root
.mcp.jsonfor the Rhythms MCP server connection - Workflow skills for setup, onboarding, search, goal creation, goal management, goal check-ins, document editing, knowledge search, and Rhythms-specific guidance
- Command entry points for common search, goal creation, check-in, and goal-management flows
Install locally from a checkout
If you have this marketplace repository checked out locally, run:
claude --plugin-dir /absolute/path/to/this/repository/plugins/rhythms
Then inside Claude Code:
/reload-plugins
/mcp
You should see a plugin-provided server named rhythms.
Smoke test flow
- Confirm the plugin loads and
/mcpshowsrhythms. - Complete any required authentication flow for the Rhythms MCP server.
- Try a safe read-only call such as
whoami,get_time_periods, orsearch_knowledge. - Then try one workflow skill such as
/rhythms:setupor/rhythms:knowledge-search.
Commands included
/rhythms:search/rhythms:create-goals/rhythms:checkin/rhythms:manage-goals
Skills included
/rhythms:rhythms-guide/rhythms:setup/rhythms:onboarding/rhythms:goal-creation/rhythms:goal-management/rhythms:goal-checkin/rhythms:document-editing/rhythms:knowledge-search/rhythms:rhythms-intelligence
Notes
This published plugin artifact is generated from Rhythms' private source repository. Direct edits here may be overwritten by the publish pipeline.