remember
When the user invokes this skill, the agent reflects on the most important lessons learned recently and suggests adding a new rule to AGENTS.md to prevent the same issue from recurring. Use when the user explicitly invokes the remember skill.
Best use case
remember is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
When the user invokes this skill, the agent reflects on the most important lessons learned recently and suggests adding a new rule to AGENTS.md to prevent the same issue from recurring. Use when the user explicitly invokes the remember skill.
Teams using remember should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/remember/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How remember Compares
| Feature / Agent | remember | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
When the user invokes this skill, the agent reflects on the most important lessons learned recently and suggests adding a new rule to AGENTS.md to prevent the same issue from recurring. Use when the user explicitly invokes the remember skill.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Remember When this skill is invoked, the agent should: 1. **Reflect** on the current or recent conversation: what went wrong, what was corrected, or what requirement was clarified that the agent should follow from now on. 2. **Propose a new rule** for `AGENTS.md` that: - States the requirement or constraint clearly. - Is written so a future agent (or you in a new context) will avoid repeating the same mistake or omission. 3. **Suggest the exact change**: Provide the exact markdown to add to `AGENTS.md` (e.g. a new bullet under an existing section, or a new subsection). Place it where it fits best—e.g. under "Coding guidelines", "Code organization", or "Critical files"—and keep it concise. 4. **Do not edit AGENTS.md yourself** unless the user explicitly asks you to apply the change. By default, only suggest the rule and show the proposed text; let the user review and approve before adding it. ## Example User: Invokes `/remember` Agent: Determines that we always use the dao for DB access, never prisma in components. Agent: Reflects that this was a recurring mistake; suggests adding under "Coding guidelines" in AGENTS.md: ```markdown - Use DAO functions for all database access from routes and components; never import `prisma` in components or route handlers. ``` Then asks whether the user wants this applied to AGENTS.md.
Related Skills
optimize
Scans the repository for optimization opportunities — complexity, performance issues, large files, and maintainability problems — and fixes them one at a time with user confirmation. Use only when the user explicitly invokes this skill.
lint
Contains commands to lint, format, type check, test, and build the project. Use when the user explicitly invokes the lint skill.
ai-sdk
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".
Remembering Conversations
Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
rememberall
Personal reminder system for tasks using cron jobs and systemEvents. Add tasks with natural language ("remind me to call Mom at 5pm tomorrow"), sets precise cron schedules, sends reminders via session message or notification. Handles lists, repeats, deletes. Use for todos, appointments, habits—silent backend ops ensure reliability without cluttering chat.
remember-me
Remember-this trigger: memory updates + recall for preferences, goals, boundaries, prior work, decisions, dates.
remember
记住用户偏好设置。使用此技能来保存用户的工作偏好、代码风格、输出格式等偏好,这些偏好将在后续所有会话中自动应用。
swe-cli-skills
Senior engineer CLI expertise for AI agents — workflows, safety guardrails, gotchas, and anti-patterns across cloud, IaC, containers, databases, dev tools, and platforms
PicoClaw Fleet
Orchestrate a fleet of remote PicoClaw workers over SSH for fast, ephemeral one-shot tasks.
VibeCollab — Setup Instructions for AI Assistants
You are helping a user set up VibeCollab in their project.
raycast-extension-docs
Guidance for building, debugging, and publishing Raycast extensions using the Raycast documentation set. Use when Codex needs to create or modify Raycast extensions (React/TypeScript/Node), consult Raycast API reference or UI components, build AI extensions, handle manifest/lifecycle/preferences, troubleshoot issues, or prepare/publish extensions to the Raycast Store or Teams.
evomap
Connect to the EvoMap collaborative evolution marketplace. Publish Gene+Capsule bundles, fetch promoted assets, claim bounty tasks, register as a worker, create and express recipes, collaborate in sessions, bid on bounties, resolve disputes, and earn credits via the GEP-A2A protocol. Use when the user mentions EvoMap, evolution assets, A2A protocol, capsule publishing, agent marketplace, worker pool, recipe, organism, session collaboration, or service marketplace.