Skills registry
Install an eden-memory skill for your agent
Section titled “Install an eden-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
Download all skills
Section titled “Download all skills”Fetch every skill as a tarball from the latest GitHub release:
curl -fsSL https://github.com/yakovkhalinsky/eden-releases/releases/latest/download/eden-memory-skills.tar.gz | tar -xz| Skill | Description |
|---|---|
| eden-memory MCP usage | Use eden-memory as a persistent memory skill inside any stdio MCP client. |
| Claude Code CLI | Use eden-memory as a persistent memory layer inside Claude Code CLI. |
| Cursor | Use eden-memory as a persistent skill inside Cursor. |
| Hermes Agent | Use eden-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/eden-memory/install.sh | sh