- 📁 agents/
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.
Read, create, search, and manage notes in Obsidian vaults using the napkin CLI. Works directly on markdown files and canvas files — no Obsidian app required. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, work with tasks, tags, properties, daily notes, templates, bases, bookmarks, aliases, or canvas files from the command line.
- 📁 .github/
- 📁 demo/
- 📁 hooks/
- 📄 .gitignore
- 📄 .gitleaks.toml
- 📄 install.sh
Hidden layer of structured git notes for agent collaboration. When working in any git repo, check for mycelium notes on objects you touch (files, directories, commits) before acting, and leave notes after meaningful work. Uses git notes directly — helper script available but not required. --- # Mycelium Structured notes attached to git objects via `refs/notes/mycelium`. **Before working on a file, check for its note. After meaningful work, leave a note.** That's the whole contract. How you work, what you build, how you talk to your user — that's your business. Mycelium just asks you to read the breadcrumbs and leave new ones. ## On arrival
- 📁 references/
- 📁 scripts/
- 📄 .gitignore
- 📄 LICENSE
- 📄 package.json
Get笔记 - 保存、搜索、管理个人笔记和知识库。 **当以下情况时使用此 Skill**: (1) 用户要保存内容到笔记:发链接、发图片、说「记一下」「存到笔记」「保存」「收藏」 (2) 用户要搜索或查看笔记:「搜一下」「找找笔记」「最近存了什么」「看看原文」 (3) 用户要管理知识库或标签:「加到知识库」「建知识库」「加标签」「删标签」 (4) 用户要配置 Get笔记:「配置笔记」「连接 Get笔记」
Discover connections for a single note. Saves a connection report to the active workshop and does not mutate KB files. Use with a note path or note name.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks to add a note, list notes, search notes, or manage note folders.
Moves all unchecked to-do items from yesterday's daily note to their respective sections in today's note. Creates today's note from a template if it doesn't exist. Use for daily to-do rollover, migrating tasks, or setting up today's journal page.
Process and triage notes captured on mobile into the Obsidian knowledge vault. Use this skill whenever the user says anything like "check the mobile inbox", "process mobile notes", "triage inbox", "what came in from mobile", "sync my mobile notes", or any reference to the research/mobile-inbox folder. Also trigger at the start of any session where the user has been away from their desk, or when the user says "I captured some ideas on mobile" or "I sent some notes from my phone." If research/mobile-inbox/ contains unprocessed notes, this skill handles routing them to the correct vault locations. --- # Mobile Inbox Triage This skill processes notes that arrived in the Obsidian vault's `research/mobile-inbox/` folder via mobile capture (iOS Shortcut from Claude mobile conversations, voice memos, or manual Obsidian mobile entry). Each note gets read, analyzed, and routed to the appropriate vault location, then archived. ## When This Runs The user triggers this explicitly ("process my mobile inbox", "triage inbox", etc.) or it can be invoked as part of a session startup routine. The skill is designed to handle anywhere from 1 to 20 notes in a batch. ## Vault Location The Obsidian vault (named "Vault") lives at `Claude Context/Obsidian/` relative to the workspace root. The mobile inbox is at `Claude Context/Obsidian/research/mobile-inbox/`. Processed notes get moved to `Claude Context/Obsidian/research/mobile-inbox/archive/`. ## Processing Steps ### 1. Scan the inbox List all `.md` files in `research/mobile-inbox/` excluding `_index.md` and anything already in `archive/`. If no files are found, tell the user the inbox is empty and stop. ### 2. Read and classify each note For each note, read the full content and determine its type based on the content and any frontmatter hints: | Classification | Route To | Description | |---|---|---| | **Project update** | `projects/<tier>/<project>/status.md` | Append to the relevant project's status file as a dated entry | | **New idea