Help us improve
Share bugs, ideas, or general feedback.
From markus
Extract noteworthy items from the current conversation into memory files. Use when a cron notification prompts periodic reflection, or when a decision, preference, or important context is observed.
npx claudepluginhub swen128/markus --plugin markusHow this skill is triggered — by the user, by Claude, or both
Slash command
/markus:reflectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
These rules are non-negotiable. Violating any of them is a bug.
Evaluates notes via write gate criteria and appends passing ones to memory daily logs. Suggests promotion to durable registers like preferences or CLAUDE.local.md.
Saves decisions, preferences, patterns, lessons, and project context to Claude Code's persistent memory directory as structured markdown files, with duplicate checks and index updates for cross-session recall.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
These rules are non-negotiable. Violating any of them is a bug.
.md files allowed in memory/ are YYYY-MM-DD.md. NEVER create topic-based files like memory/feedback_tooling.md or memory/user_role.md.---.- [file.md](memory/file.md) -- description. Use plain - <observation> lines.memory/YYYY-MM-DD.md)Each entry uses an ## HH:MM time header followed by bullet observations:
## 14:30
- User prefers Bun over Node for the test runner
- Team decided on tabs over spaces
MEMORY.md)Append significant items under a ## YYYY-MM-DD date header in the workspace root (not inside memory/):
## 2026-03-20
- User prefers Bun over Node for the test runner
memory/YYYY-MM-DD.md to avoid duplicates.memory/YYYY-MM-DD.md (create the file and memory/ directory if needed) using the daily log format above.MEMORY.md using the long-term memory format above.Be selective — persist only genuinely useful information, not routine operations. One line per item.