From guide
Capture what's on your mind — morning intentions or evening reflections — and save a structured daily thought record
How this skill is triggered — by the user, by Claude, or both
Slash command
/guide:captureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Capture what's on your mind — morning intentions or evening reflections.
Capture what's on your mind — morning intentions or evening reflections.
A standalone skill for recording the user's thoughts, ideas, and reflections. Works independently — no pipeline dependency required.
This skill captures the user's raw thoughts through gentle conversation, preserving the verbatim transcript alongside structured themes and connections.
The skill operates in two modes:
If the user doesn't specify AM or PM, auto-detect based on the current time of day (before noon = AM, after noon = PM).
content/config.yaml for output.captures_dir (fall back to content/captures/ as default if config is missing)YYYY-MM-DD-am.md or YYYY-MM-DD-pm.md in the captures directory---
date: YYYY-MM-DD
mode: am|pm
themes: [theme1, theme2]
connections: [related captures or thoughts]
---
## Raw Capture
(Verbatim transcript of the conversation)
## Themes
- Theme 1: brief description
- Theme 2: brief description
## Connections
- Links to previous captures or thoughts that relate
When running in a --channels session with the iMessage plugin, captures can happen entirely via iMessage:
reply MCP toolchat.db polling), treats it as capture contentreply tool ("What's behind that?", "Anything else?")Key differences from terminal mode:
reply MCP tool for all responses (not AskUserQuestion)chat_id by querying: sqlite3 ~/Library/Messages/chat.db "SELECT guid FROM chat WHERE chat_identifier LIKE '%<phone>%'"content/captures/npx claudepluginhub ondrej-svec/heart-of-gold-toolkit --plugin guideCaptures fleeting ideas with tags into daily Yuque logs, then organizes them into thematic notes. Useful for quick jots via phrases like '记一下' or periodic review.
Runs a daily 5-minute energy-mood-focus journal, saves structured logs to notes/, and analyzes patterns every 3rd entry.
Captures conversational knowledge to Second Brain on 'remember this', 'save this', or 'brain dump' triggers. Journals verbatim quotes, classifies epistemic types, and updates structured markdown files.