Agent skill
activating-memories
Loads project-specific memories at session start and triggers onboarding for new projects. Use when starting a new coding session or when the user says "activate" or asks about project context.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/activating-memories-stevebronder-skillrena-78c4bb1a
SKILL.md
<quick_start>
- Check
./.{AGENT_NAME}/skills/memories/for memory skill folders.- Each memory is a skill file at
./.{AGENT_NAME}/skills/memories/<name>/SKILL.md. - Example baseline set:
project-overview/SKILL.mdsuggested-commands/SKILL.mdstyle-and-conventions/SKILL.mdtask-completion-checklist/SKILL.md
- Each memory is a skill file at
- If empty or missing, read
references/onboarding-guide.mdand execute onboarding. - Otherwise, read memories and proceed.
- If you learn new info, update the relevant
<name>/SKILL.mdvia$writing-memories. </quick_start>
<decision_points>
- Memories missing/empty -> read
references/onboarding-guide.mdand run onboarding. </decision_points>
<quality_checklist>
- Each memory should be dense with high-signal, repo-specific facts.
- Prefer concrete evidence (paths, filenames, commands) over vague summaries.
- If a memory is sparse, expand it by scanning the repo and updating it. </quality_checklist>
<failure_modes>
AGENT_NAMEunclear: list directories under.and choose the active one (e.g..codex/or.claude/). </failure_modes>
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?