Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Ormah avatar

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@ormah

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars43
Last updatedAugust 1, 2026
Repositoryr-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:maintenance commands
  • 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:

  1. Install or enable the plugin
  2. Run /ormah:setup
  3. If ormah is missing, install it with: bash <(curl -fsSL https://ormah.me/install.sh) --no-setup
  4. If the installed runtime does not support ormah setup --skip-client-setup, run /ormah:upgrade
  5. Configure the local runtime with: ormah setup --skip-client-setup
  6. Install Ormah guidance with: ormah claude-md install This writes to ~/.claude/CLAUDE.md for user-scoped installs, ./CLAUDE.md for project-scoped installs, and ./CLAUDE.local.md for local-scoped installs.
  7. 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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.