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/SteveBronder/skillrena/tree/main/skillrena/activating-memories
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.
generating-subtasks
Converts approved design documents into agent-executable XML subtasks. Use after a design doc is approved and ready for implementation.
recording-diary
Records session learnings and decisions before context compaction. Use before ending a long session or when the user asks to save session notes.
writing-memories
Writes or updates memory files with proper YAML frontmatter in the agent's memories directory. Use when saving new project learnings or updating existing memory files.
generate-modes
Generates three project-specific behavioral mode skills (planner, debugger, qa-tester) from project memories and bundled templates, and makes them selectable via switching-modes. Use when creating project-local agent modes for a repository.
bootstrapping-design-docs
Creates design document infrastructure including templates, workflows, and a specific design doc skill. Use when setting up design docs for a new project or when the user mentions "bootstrapping-design-docs".
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?