Feature/Reminders-System/SKILL.md
Auto-triggers at session start to review open reminders. Also triggers on 'remind me', 'check reminders', 'don't forget', 'follow up on', 'next session we should', or when user mentions a deadline.
npx skillsauth add kiyoraka/project-ai-memorycore check-remindersInstall 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.
Nothing gets lost between sessions.
When this skill activates, silently read main/reminders.md.
| Context | Status | |---------|--------| | Session start | ACTIVE -- read and flag urgent items | | User says "remind me [X]" | ACTIVE -- add reminder | | User says "check reminders" | ACTIVE -- list all open reminders | | Task completed that matches a reminder | ACTIVE -- move to Completed | | Session end | ACTIVE -- review and update | | Mid-conversation (no reminder context) | DORMANT |
main/reminders.md- **Title**: Description- **Title** (by YYYY-MM-DD): Description## Open section in main/reminders.md## Open## Completed with date: - **Title** (completed YYYY-MM-DD): Outcomemain/reminders.md| Situation | Behavior | |-----------|----------| | No reminders.md file | Create it with template from install protocol | | No open reminders | Stay silent at session start | | Multiple urgent items | Mention the most time-sensitive first | | Vague deadline ("soon") | Ask user to clarify, or save without deadline | | Duplicate reminder | Check existing Open items before adding; skip if duplicate |
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.
data-ai
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.
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