Agent skill
remember
Use this skill when asked to remember information about coding standards, quality, or any other kind of future rule.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/remember
SKILL.md
Remembering information
Often you will discover important information during your work.
Information that encodes general rules (what is allowed, how to do things, etc) is important as it affects future work.
In order to do that, you'll need to:
- identify the right file for storing this information,
- synthesize the key information into clear examples and rules,
- finally review it and add concrete examples where necessary,
- and then append it to the file.
Choosing a file
Rules that apply to the entire codebase should go into AGENTS.md in the project root.
Rules that pertain only to specific areas, like the testharness or the interpreter, should go into AGENTS.md files in the respective directories.
If the AGENTS.md file does not exist yet, create it and also create a symlink from that file to CLAUDE.md in the same directory (the two files must be adjacent).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?