Skills registry
Install an memory skill for your agent
Section titled “Install an memory skill for your agent”The skill files below are installable prompts and rules. Download the raw SKILL.md for your harness and load it into your agent.
I use…
Section titled “I use…”- Install for Claude Code CLI
- Install for Cursor
- Install for Hermes Agent
- Install for another MCP client
All skills
Section titled “All skills”| Skill | Description |
|---|---|
| memory MCP usage | Use memory as a persistent memory skill inside any stdio MCP client. |
| Claude Code CLI | Use memory as a persistent memory layer inside Claude Code CLI. |
| Cursor | Use memory as a persistent skill inside Cursor. |
| Hermes Agent | Use memory as a persistent skill inside Hermes Agent. |
Autodiscovery
Section titled “Autodiscovery”Each skill file declares YAML frontmatter with tools.discoverable: true and a tools.list.
A compatible agent can scan this registry, surface the right tools, and suggest the matching
harness skill without the user memorizing tool names.
Install hint
Section titled “Install hint”curl -fsSL https://0d3sa.com/memory/install.sh | sh