← Back to list

memory
by julwrites
Bootstrapping repository for Vibe Coding
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: memory description: Manage long-term memories using date-based files. Allows creating, listing, and reading memories.
Memory Skill
This skill allows you to manage long-term memories in docs/memories/.
It uses the scripts/memory.py utility.
Commands
Create Memory
Create a new memory file.
Command: python3 scripts/memory.py create "<title>" "<content>" [--tags "tag1,tag2"] [--format json]
List Memories
List recent memories, optionally filtered by tag.
Command: python3 scripts/memory.py list [--tag <tag>] [--limit <limit>] [--format json]
Read Memory
Read a specific memory file.
Command: python3 scripts/memory.py read <filename_or_slug> [--format json]
Usage Instructions
- Use
createto store important architectural decisions, lessons learned, or long-term context. - Use
listto recall past memories. - Use
readto get the full content of a memory. - Memories are stored as Markdown files with YAML frontmatter.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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