
Ormah
- 43 repo stars
- Updated August 1, 2026
- r-spade/ormah
Local-first persistent memory system with automatic context injection and durable memory tools.
About
ormah is a Claude Code skill in the Automation & Workflows category. Local-first persistent memory system with automatic context injection and durable memory tools.
- ormah
- Automation & Workflows
- AI-coding skill
Ormah by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add r-spade/ormah/plugin install ormah@ormahAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 43 |
|---|---|
| Last updated | August 1, 2026 |
| Repository | r-spade/ormah ↗ |
What it does
Local-first persistent memory system with automatic context injection and durable memory tools.
README.md
Ormah Claude Plugin
This directory contains the in-repo Claude Code plugin for Ormah.
What it bundles
- Claude plugin manifest
- Plugin-scoped hook configuration for whisper inject/store
- Plugin-scoped MCP registration for
ormah mcp - A setup playbook and explicit
/ormah:setup,/ormah:status, and/ormah:upgrade, and/ormah:maintenancecommands - The Ormah maintenance agent
What it does not bundle
This plugin does not ship the Ormah runtime itself. Users still need the local
ormah CLI and background server on their machine. The plugin guides Claude
through installing and configuring that runtime.
Local development
Run Claude Code against the local plugin directory:
claude --plugin-dir ./integrations/claude-plugin
Useful commands once Claude starts:
/ormah:setup/ormah:status/ormah:upgrade/ormah:maintenance/reload-plugins
For the best adherence, /ormah:setup should also install the shared Ormah
guidance block into the CLAUDE file that matches the plugin install scope. The
plugin keeps hooks, MCP, and commands scoped to the plugin, while the guidance
block reuses the exact same instructions as the standard Ormah install.
Setup flow
The intended first-run flow is:
- Install or enable the plugin
- Run
/ormah:setup - If
ormahis missing, install it with:bash <(curl -fsSL https://ormah.me/install.sh) --no-setup - If the installed runtime does not support
ormah setup --skip-client-setup, run/ormah:upgrade - Configure the local runtime with:
ormah setup --skip-client-setup - Install Ormah guidance with:
ormah claude-md installThis writes to~/.claude/CLAUDE.mdfor user-scoped installs,./CLAUDE.mdfor project-scoped installs, and./CLAUDE.local.mdfor local-scoped installs. - Let the plugin own Claude-side hooks and MCP wiring
The plugin should never substitute ormah setup --update for plugin mode;
--update can reapply global client wiring outside the plugin.