with one click
store-memory
Persist observations to wiki inbox.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Persist observations to wiki inbox.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Browser automation via agent-browser. Use when the user wants to browse, interact with, or inspect web pages.
Review agent-facing knowledge (rules, AGENTS.md, CONVENTIONS.md, README.md, domain docs) for staleness and accuracy. Use when the user asks to audit, clean, or prune knowledge. Also use when they're confused by a rule/doc that seems wrong — treat that as the starting point for a broader audit.
Reflect on session, update rules, commit with jj.
Adversarial design interview.
Ingest sources into the wiki.
Wiki health checks.
| name | store-memory |
| description | Persist observations to wiki inbox. |
Autonomously persist conceptual observations to ~/Documents/wiki/raw/inbox/. The obsidian-wiki-ingest skill processes inbox into structured wiki later.
Store autonomously — no permission needed. Write when you encounter:
Do NOT store (these go to .claude/rules/): code gotchas, syntax quirks, import patterns, framework workarounds, error fixes.
Test: "Would this help someone understand the system, or avoid a coding mistake?" Former → wiki. Latter → rules.
~/Documents/wiki/raw/inbox/YYYY-MM-DD-descriptive-slug.md
---
title: "Descriptive Title"
created: 2026-04-25T15:30:00.000Z
tags:
- agents
- architecture
---
Free-form markdown content...
Double-quote the title to prevent YAML issues with colons.
store-memory --title "My Observation" --tags agents,architecture "The agent observes..."
echo "Content..." | store-memory --title "Title" --tags patterns
Fallback: write tool with correct YAML frontmatter.