Feature/Topic-Diary-System/SKILL.md
MUST use when user says 'save topic', 'save to topic diary', 'remember this under', 'review topic', 'list topics', or when a generic 'save' request needs routing between session memory, daily diary, topic diary, or all targets.
npx skillsauth add kiyoraka/project-ai-memorycore topic-diaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A subject remembers what the calendar forgets.
When this skill activates for a topic save, output:
Capturing this under the right topic.
For a generic save request, do not write immediately if the target is unclear. Ask one short routing question.
| Context | Status | |---------|--------| | User says "save topic" | ACTIVE — topic diary write | | User says "save to topic diary" | ACTIVE — topic diary write | | User says "remember this under [topic]" | ACTIVE — named topic write | | User says "review topic [topic]" | ACTIVE — read and summarize topic | | User says "list topics" | ACTIVE — read topic index | | User says generic "save" | ACTIVE — route save target before writing | | No save or recall request | DORMANT — no topic diary action |
When the user says save, save memory, remember this, or another ambiguous save phrase:
Save where: session memory, daily diary, topic diary, or all?
Use these rules:
| Target | Use When | |--------|----------| | Session memory | Needed to continue current work after restart | | Daily diary | Captures session story, collaboration, or achievements | | Topic diary | Captures reusable knowledge about a subject | | All | Information is both immediately important and reusable long-term |
under [topic]Which topic should I save this under?
topic-diary/topics/[topic].mdDocker Compose -> docker-compose.md9router Kiro -> 9router-kiro.mdWriting Style -> writing-style.mdIf the topic file does not exist, create it using topic-format.md header structure:
# [Topic Name] Topic Diary
*Reusable discoveries, fixes, decisions, and lessons for this subject.*
## Topic Metadata
- **Created**: [date]
- **Last Updated**: [date]
- **Aliases**: [related names]
- **Recall Keywords**: [search terms]
---
--- separatortopic-diary/index.md if missing using index-format.mdConfirm the save target and file:
Saved to topic diary: topic-diary/topics/[topic].md
When user says review topic [topic]:
When user says list topics:
topic-diary/index.md.topic-diary/topics/ and offer to rebuild it.save must route to the correct memory layer| Situation | Behavior |
|-----------|----------|
| No topic-diary/ folder | Create required directories first |
| Topic unclear | Ask for topic name before writing |
| User says save all | Save to all relevant memory layers, if available |
| Sensitive content detected | Ask before saving or redact secrets |
| Topic file too large | Suggest archive or split, but do not delete content |
| Index missing | Recreate from existing topic files |
development
MUST use when user says 'copy plan', 'append plan', 'resume plan', 'load plan', 'start the plan', 'continue the plan', 'execute plan', 'run the plan', 'pick up where we left off', or when the AI exits plan mode and needs to transfer the plan into execution format. This skill manages the full lifecycle of project plans — from plan output to tracked checkbox execution with per-todo commits.
documentation
Auto-triggers when user says 'create songs', 'new album', 'create album', 'make music', 'muse this', 'write a song', 'create a song', 'compose', 'song from image', 'album from image', 'generate album', 'write songs', or when user shares an image and wants to create music from it.
tools
# 📋 Session Briefing — Skill Plugin ## Skill Name Session Briefing ## Trigger Words - Session start (automatic — fires before first response) - `"brief"` - `"session brief"` - `"what did we do last time"` - `"where did we leave off"` ## Suppress Trigger - `"skip brief"` — suppresses for this session only ## Activation Condition Fires automatically at the start of every new conversation session, before processing the user's first message. ## Behavior 1. Read `main/current-session.md` — extr
documentation
MUST use when user says 'save diary', 'write diary', 'diary entry', 'update diary', 'document session', or when a significant session needs to be preserved as a diary entry.