원클릭으로
capture
Capture what's on your mind — morning intentions or evening reflections — and save a structured daily thought record
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Capture what's on your mind — morning intentions or evening reflections — and save a structured daily thought record
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Survey a repo and ground externally on the relevant parts of the internet. Local manifest scan + CLAUDE.md/AGENTS.md + recent git activity, then external grounding via WebSearch, WebFetch, and gh — synthesized into a terse, dated, sourced briefing cached at docs/ground/<fingerprint>.md with a 7-day freshness window. Composable: invoked standalone or embedded as a pre-flight phase in other skills. Triggers: ground, ground yourself, ground myself, survey and ground, pre-flight grounding, research the stack, what's new in.
Collaborative discovery before planning. Explore the problem space, evaluate approaches, surface past work, and produce a structured brainstorm document. Triggers: brainstorm, explore, discovery, ideate, think through, what should we build, explore approaches.
Strategic planning with auto-calibrated detail, decision rationale, and dependency ordering. Use when starting a new feature, bug fix, refactor, or any non-trivial work. Produces a plan document with tasks, reasoning, and acceptance criteria. Triggers: plan, planning, create plan, implementation plan, feature plan, work plan.
Execute a plan from start to ship — read tasks, implement in dependency order, test continuously, commit incrementally, run quality checks, and push. The plan's checkboxes are the tracker. Triggers: work, execute plan, implement, start work, build, ship, finalize, release, push, ready to ship, done building.
Capture a footgun the agent just hit (or the user just spotted) as a proposed trigger via `quellis teach`. Guided flow: gather the finding, run the CLI, surface the proposed trigger, leave activation to the user. Triggers: teach quellis, capture this footgun, add a trigger, remember this rule.
Review and manage evidence contracts in this repo. Subcommands: `show` (default, print the active contract), `list` (all contracts + which is active), `complete` (mark active contract completed), `abandon` (mark active contract abandoned). Triggers: contract, show contract, list contracts, mark contract complete, what's active.
| name | capture |
| description | Capture what's on your mind — morning intentions or evening reflections — and save a structured daily thought record |
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/