Use this skill when working on Rememora development tasks such as picking approved tickets, planning implementations, writing code in isolated worktrees, running validation, and preparing pull requests. This is the Codex-facing equivalent of the Claude Code rememora-developer subagent.
Use this skill when triaging the Rememora project board, assessing issue readiness, checking dependencies, categorizing work, and proposing or applying board status updates. This is the Codex-facing equivalent of the Claude Code rememora-triage subagent.
Use this agent when you need to work on Rememora development tasks — picking tickets, planning implementations, writing code, and managing PRs for the cross-agent persistent memory CLI. This includes feature development, bug fixes, and refactoring work that follows the ticket-based workflow. Examples: user: "Pick up…
Use this agent when triaging issues, feature requests, or bugs for the Rememora project — a cross-agent persistent memory CLI for AI coding assistants. This includes prioritizing work, categorizing tasks across the Rust CLI, eval bench, and plugin subsystems, and grooming the GitHub project board. Also use when the…
Instructions for Rememora/rememora, a project described as: Persistent, cross-agent memory for AI coding agents. Rust CLI + SQLite. Install as a Claude Code plugin — everything is automatic.
Persistent cross-agent memory. Automatically saves decisions, bug fixes, and patterns across sessions. Semantically retrieves context when you need it.
ALWAYS use this skill after ANY of these events during your work: (1) You or the user made an architectural or design decision — choosing a database, framework, algorithm, API design, or trade-off. (2) You fixed a non-trivial bug — especially silent failures, race conditions, configuration gotchas, or…
ALWAYS use this skill BEFORE any of these actions: (1) Implementing something non-trivial — search for prior decisions and patterns in this area before writing code. (2) Encountering unfamiliar code or architecture — search for entity knowledge before exploring from scratch. (3) The user references past work, past…