rite
v0.27.0Session discipline for Claude Code, enforced by checks that fail. Defines what a project must carry so a cold agent can pick it up, and what happens at the start and end of a session. Unofficial; not affiliated with Anthropic.
By Perieteanu CostinLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rite for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rite@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/perieteanu/riteClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/end/SKILL.md├── skills/handoff/SKILL.md├── skills/init/SKILL.md├── skills/issue/SKILL.md├── skills/log/SKILL.md├── skills/preflight/SKILL.md└── skills/update/SKILL.md
Included Skills7
Close the session properly — distil the log, bring the docs back to true, close finished roadmap items, and record a handoff decision. The judgement half of the session protocol.
Write or update HANDOFF.md — what the next session must know that the docs do not say. The text is write-once and freezes at session end; every close records its outcome and date. Always carries an expiry date.
Seed a project so it opens on green — writes .rite.yaml, LOG.md and HANDOFF.md at stage `idea`. Never overwrites; safe to re-run.
Record something Rite got wrong, from whatever project you hit it in. Appends to a plugin-level feedback file, never to the project you are in — the note is about Rite, not about your work.
Append an entry to this project's LOG.md — the durable record that outlives the session. Reads the machine clock per entry. Append-only.
Run the project standard's checks and report the verdict with whose-side-to-fix, plus which capabilities are present. Read-only — reports, never fixes, never installs.
Bring the project's record back to true mid-session, without ending it — distil the log, correct the docs, close finished items, copy what was written outside, run the checks. Explicitly NOT a session close.
Plugin manifests1
{
"name": "rite",
"version": "0.27.0",
"description": "Session discipline for Claude Code, enforced by checks that fail. Defines what a project must carry so a cold agent can pick it up, and what happens at the start and end of a session. Unofficial; not affiliated with Anthropic.",
"author": {
"name": "Perieteanu Costin",
"email": "[email protected]"
},
"homepage": "https://perieteanu.pro",
"license": "MIT",
"keywords": [
"session",
"documentation",
"discipline",
"checks",
"handoff"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rite)