← Back to list

activating-memories
by SteveBronder
⭐ 1🍴 0📅 Jan 8, 2026
SKILL.md
name: activating-memories description: 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.
<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>
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon