By aliksir
Sticky notes for Claude Code — read, organize, act on, and complete memos with simple slash commands
npx claudepluginhub aliksir/memo-yoshiClaude Code への付箋。思いついたことを何でも書いておく場所。
A sticky note for Claude Code. Write memos in a Markdown file, and Claude reads, organizes, and acts on them. Works great with neko-gundan for multi-agent workflows.
The problem: You think of something while Claude is processing, or while you're away from your desk. By the time you can tell Claude, you've forgotten.
The solution: A Markdown file that's always open. Write anything — URLs, ideas, TODOs, complaints. Claude picks it up when you're ready.
git clone https://github.com/aliksir/memo-yoshi.git
bash memo-yoshi/install.sh
Two files installed:
~/.claude/MEMO-YOSHI.md — your memo file~/.claude/commands/memo.md — the Claude Code skill| Command | What it does |
|---|---|
/memo | Opens MEMO-YOSHI.md in your default editor |
/memo read | Reads memos into the current Claude session |
/memo tidy | Archives completed items to MEMO-YOSHI-archive.md, then organizes remaining memos into categories |
/memo add check Node version | Appends a timestamped memo |
/memo act | Analyzes memos and takes action (opens URLs, runs checks, etc.) |
/memo done | Marks completed items with 終わりヨシッ! (skipped by read/act) |
Anything after /memo that isn't a subcommand is treated as a memo to add:
/memo remember to update the API docs
/memo https://interesting-article.com/read-later
/memo bug: login page breaks on Safari
/memo act worksAct scans your memos and executes safe actions automatically:
| Memo content | Action |
|---|---|
| URL | Opens in browser |
| "check ..." / "confirm ..." | Runs the check, writes result back |
| "research ..." / "look into ..." | Searches the web, writes findings back |
| "fix ..." / "implement ..." | Does NOT auto-execute. Asks for confirmation first |
| File path | Checks if file exists, summarizes content |
Results are written next to each memo with a timestamp:
- https://example.com → ✅ Opened (2026-03-14 12:00)
- check Node version → ✅ v22.5.0 (2026-03-14 12:01)
- fix the login bug → ⏳ Recognized as request. Execute?
If you want Claude to automatically read your memos at the start of each session, add this to your CLAUDE.md or /takeover workflow:
## Session Start
- Read `~/.claude/MEMO-YOSHI.md` if it exists
/memo tidy moves completed items to an archive file and organizes the rest — nothing is lost./memo act never runs destructive operations. Implementation requests require your confirmation.終わりヨシッ! items are archived. /memo tidy moves them to MEMO-YOSHI-archive.md. /memo read and /memo act skip them.MEMO-YOSHI works in both Claude Code and Claude Cowork. In environments without Bash (like Cowork), browser launches and command execution are replaced with manual guidance — everything else (read, tidy, add, done) works the same.
MIT
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)