From c108de73c8be5b385af41b4eacea2a02c03f19d1 Mon Sep 17 00:00:00 2001 From: Dhravya <63950637+Dhravya@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:36:37 +0000 Subject: [PATCH] docs: update skill names to supermemory-* namespace --- apps/docs/integrations/codex.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/integrations/codex.mdx b/apps/docs/integrations/codex.mdx index b7500011..e76d877a 100644 --- a/apps/docs/integrations/codex.mdx +++ b/apps/docs/integrations/codex.mdx @@ -49,7 +49,7 @@ This command: - Copies hook and skill scripts to `~/.codex/supermemory/` - Enables `codex_hooks = true` in `~/.codex/config.toml` - Registers `UserPromptSubmit` (recall) and `Stop` (capture) hooks in `~/.codex/hooks.json` -- Installs `super-search`, `super-save`, and `forget` skills to `~/.codex/skills/` +- Installs `supermemory-search`, `supermemory-save`, and `supermemory-forget` skills to `~/.codex/skills/` Restart Codex CLI after installing. @@ -76,9 +76,9 @@ The installer includes three skills that Codex auto-discovers from `~/.codex/ski | Skill | Description | |-------|-------------| -| `super-search` | Search your memories by natural-language query | -| `super-save` | Save important project knowledge to memory | -| `forget` | Remove outdated or incorrect memories | +| `supermemory-search` | Search your memories by natural-language query | +| `supermemory-save` | Save important project knowledge to memory | +| `supermemory-forget` | Remove outdated or incorrect memories | These skills let you interact with memory explicitly — for example: @@ -102,7 +102,7 @@ codex-supermemory status: API key: ✓ set (SUPERMEMORY_CODEX_API_KEY) Hook scripts: ✓ installed at ~/.codex/supermemory hooks.json: ✓ registered (implicit memory) - Skills: ✓ installed (super-search, super-save, forget) + Skills: ✓ installed (supermemory-search, supermemory-save, supermemory-forget) config.toml: ✓ exists All good! Memory is active.