一键导入
log-to-daily
Log conversation activity to today's daily note on demand. Use when wrapping up work, capturing decisions, or documenting session outcomes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Log conversation activity to today's daily note on demand. Use when wrapping up work, capturing decisions, or documenting session outcomes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | log-to-daily |
| description | Log conversation activity to today's daily note on demand. Use when wrapping up work, capturing decisions, or documenting session outcomes. |
| use_when | User asks to log to daily note, capture session activity, document what was done, or record decisions made during the conversation. |
| user-invocable | true |
<when_to_use>
NOT needed when:
<daily_note_location>
Default path pattern: 00 Daily/YYYY/YYYYMMDD.md
Common alternatives:
daily/YYYY-MM-DD.mdDaily Notes/YYYY/YYYYMMDD.mdjournals/YYYY/MM/DD.mdIf the default doesn't exist, check CLAUDE.md for the user's daily note configuration, or ask. </daily_note_location>
<log_format>
---
## Session Log - [TIME]
**Focus:** [1-2 sentence summary of main work]
### Completed
- [Concrete outcome 1]
- [Concrete outcome 2]
### Decisions Made
| Decision | Rationale |
|----------|-----------|
| [Decision] | [Why] |
### Files Created/Modified
- [[filename]] - [what/why]
### Next Steps
- [ ] [Follow-up task if any]
---
</log_format>
1. **Analyze the conversation** for: - Main topics/tasks worked on - Concrete outputs (files created, code written, research done) - Decisions made and their rationale - Outstanding items or next stepsLocate today's daily note
00 Daily/YYYY/YYYYMMDD.mdAppend the session log using the format above
--- separator before the log[[wikilinks]]Confirm what was logged
<quality_guidelines> Good entries:
Bad entries:
Be specific. Capture what was DONE, not what was discussed.
Why this matters: Vault-analyst reads these logs to find patterns. Vague entries = weak pattern detection. Specific entries = actionable automation recommendations. </quality_guidelines>
Focus: Local LLM integration for cost optimization
| Decision | Rationale |
|---|---|
| Hybrid local/cloud pattern | Local does mechanical work, Claude does judgment |
| 4-minute keep-warm interval | Prevents cold start without wasting resources |
</example_output>
<success_criteria>
<companion_tool> This skill creates data. @vault-analyst reads it.
After 2+ weeks of consistent logging, run @vault-analyst to discover:
The more you log, the better the pattern detection. </companion_tool>