From opscompanion
Store new decisions, discoveries, or knowledge for future recall. Use when the user asks to remember something or when significant decisions emerge during a conversation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opscompanion:opscompanion-rememberThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are saving a decision, discovery, or piece of context to the team's shared knowledge base so it can be recalled in future sessions — by this user or any teammate.
You are saving a decision, discovery, or piece of context to the team's shared knowledge base so it can be recalled in future sessions — by this user or any teammate.
Run:
opc --agent claude remember "<content>" --tags "<tag1>,<tag2>,<tag3>"
Content should be:
| Bad | Good |
|---|---|
| "use Redis" | "Use Redis for rate limiter shared state — in-memory counters don't work across multiple gateway pods" |
| "PASETO is better" | "Migrating auth-service from JWT to PASETO v4. PASETO chosen for mandatory encryption and no algorithm confusion attacks" |
Tags should include:
api-gateway, auth-service)rate-limiting, security, architecture)debugging, migration, config)Save a memory when you observe:
Always confirm with the user before proactively saving.
If the user is still investigating a live issue, gather the runtime evidence first with opscompanion-observability and only save the resulting conclusion once it is clear.
After saving:
opc search (from any agent)If opc --agent claude remember fails with a config error, invoke the opscompanion-init skill to set up the CLI first.
npx claudepluginhub opscompanion/opscompanion-skills --plugin opscompanionStores important decisions, patterns, bug fixes, and lessons into Cortex persistent memory. Use after resolving bugs, making architecture choices, or when the user asks to remember something.
Captures decisions, learnings, patterns, and context as persistent memories organized by namespace across Claude Code sessions.
Saves architectural decisions, patterns, conventions, or project knowledge to personal or team Cognis persistent memory using node scripts.