en un clic
store-memory
Persist observations to wiki inbox.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Persist observations to wiki inbox.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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.
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.