Back to list
SteveBronder

writing-memories

by SteveBronder

1🍴 0📅 Jan 8, 2026

SKILL.md


name: writing-memories description: 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.

<quick_start>

  • Write to ./.{AGENT_NAME}/skills/memories/<name>/SKILL.md.
  • Create the directory if needed.
  • Prepend the required header if missing. </quick_start>

<header_rules>

  • The header uses YAML frontmatter (between --- delimiters)
  • Required fields:
    • name - the memory name (must match the folder name)
    • description - brief description of what this memory contains and when to use it
  • The description field must NOT contain colons (:) after the initial one
    • Good: description: Brief summary of project structure
    • Bad: description: Project structure: components and layout
  • Keep the description on a single line
  • Do NOT add extra fields like type or mutable - only name and description are required </header_rules>

Example:

---
name: project-overview
description: Skillrena repo purpose and structure
---

<decision_points>

  • Existing memory? Update if the info is the same topic; otherwise create a new file.
  • Multiple small notes? Consolidate into one concise memory. If you see more than 10 memories it is a good idea to consolidate them into 5 memories. </decision_points>

<quality_checklist>

  • Concise and actionable
  • No duplication with other memories
  • Sources or file paths included when relevant </quality_checklist>

<failure_modes>

  • Missing description: add a short, specific summary.
  • Wrong path: keep memories under ./.{AGENT_NAME}/skills/memories/. </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