一键导入
journal
统一笔记整理 skill。用户提交录音、粘贴文本、文件、网页素材、会议纪要、读书笔记、研究材料、工作汇报、技术记录、个人复盘,或说写日志/整理成日志/帮我记一下/记录一下时触发。先识别笔记家族和子类型,再按需加载 references 中的模板与组件规则,生成高质量 .mdx 日志。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
统一笔记整理 skill。用户提交录音、粘贴文本、文件、网页素材、会议纪要、读书笔记、研究材料、工作汇报、技术记录、个人复盘,或说写日志/整理成日志/帮我记一下/记录一下时触发。先识别笔记家族和子类型,再按需加载 references 中的模板与组件规则,生成高质量 .mdx 日志。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | journal |
| description | 统一笔记整理 skill。用户提交录音、粘贴文本、文件、网页素材、会议纪要、读书笔记、研究材料、工作汇报、技术记录、个人复盘,或说写日志/整理成日志/帮我记一下/记录一下时触发。先识别笔记家族和子类型,再按需加载 references 中的模板与组件规则,生成高质量 .mdx 日志。 |
| Field | Rule |
|---|---|
| reads | yyMM/raw/*, existing yyMM/*.mdx, identity/*.md, todos.md when relevant |
| writes | yyMM/*.mdx; identity/*.md only after loading /identity-profiling |
| format | Markdown-first .mdx with YAML frontmatter and typed JSX components |
| references | load only the registry and the relevant family/template/example/component files |
Default to a JournalClaw-renderable .mdx document for durable notes, meeting minutes, research briefs, technical records, manuals, and topic pages.
references/component-catalog.md and references/component-recipes.md, then use the smallest suitable typed JSX component.Ordinary notes usually need 0-5 information-bearing JSX components. Do not use components as decoration.
references/template-registry.md.references/templates/{family}.md.references/template-examples/{family}/{subtype}.mdx as the concrete structure reference.references/writing-rules.md for source, quote, summary, uncertainty, and append rules.references/component-catalog.md and references/component-recipes.md when stronger visual hierarchy, comparisons, timelines, decisions, evidence blocks, or end summaries improve clarity..mdx entry. On append, merge sources and update summary./identity-profiling before creating or editing identity files.Template example rule:
template-examples as ready-to-use structure, fields, components, expert calibration, and quality checks.tags, summary, and sources with the actual note metadata.{family}/{subtype}.mdx example unless comparing neighboring subtypes is necessary.| Family | Reference |
|---|---|
| meeting-collaboration | references/templates/meeting-collaboration.md |
| work-reports | references/templates/work-reports.md |
| project-docs | references/templates/project-docs.md |
| research-analysis | references/templates/research-analysis.md |
| learning-notes | references/templates/learning-notes.md |
| personal-journal | references/templates/personal-journal.md |
| technical-docs | references/templates/technical-docs.md |
| content-creation | references/templates/content-creation.md |
| hr-operations | references/templates/hr-operations.md |
---
tags: [journal]
summary: 结论先行的一句话摘要
sources: [2605/raw/source.txt]
---
Rules:
summary must state a concrete conclusion or useful state, not "讨论了若干问题".tags should be 1-4 tags. The first tag should usually be journal.sources must list raw material paths and merge existing values when appending.Use Markdown first. Use typed MDX JSX components only when they make dense information easier to scan or verify.
Allowed component interactions are read-only: collapse, copy, jump, source expansion, and audio/video timestamp seek.
Forbidden:
文档自动维护(Docs Maintenance)——git commit 前,凡本次改动对应的 story 已 verified 且其 design.md 影响面涉及架构 / 设计 / 约定变更,必须使用本技能。文档已覆盖变更则跳过——本技能的产出是文档与代码一致,不是每次都改文档。
Use when dispatching independent subagents via opencode CLI in the Journal repository, especially for verification-gate, requirements-gate, or docs-maintenance tasks where context isolation and standardized report output are required.
需求门禁(Requirements Gate)——只要用户提出开发需求或变更请求(实现 / 新增 / 开发 / 加一个 / 修改 / 重构 / 优化 / 接入 / 修复 / add / implement / build / feature / fix),哪怕措辞很随意,且该任务还没有 status: approved 的 story.md,就必须在写任何代码之前使用本技能。不要因为需求看起来很简单而跳过。
验收门禁(Verification Gate)——与 requirements-gate 成对的下游环节:需求门禁确保做对的东西,验收门禁确保做的东西是对的。开发完成、准备 git commit、或想宣称'做完了'之前,凡存在与本次改动相关、status: approved 但尚未 verified 的 story.md,必须使用本技能。注意:测试全部通过不等于验收通过——技术正确性归 verification-before-completion,需求符合度归本技能。
文档自动维护(Docs Maintenance)——git commit 前,凡本次改动对应的 spec 已 verified 且影响面涉及架构 / 设计 / 约定变更,必须使用本技能判断并同步更新 AGENTS.md / ARCH.md / DESIGN.md,并按需维护 README、llms.txt、用户使用说明与技术开发说明文档。当 PreToolUse hook 注入「文档维护」提醒时必须使用。文档已覆盖变更则跳过——本技能的产出是文档与代码一致,不是每次都改文档。
"灵感探讨的思维搭档。用户抛出模糊设计想法("帮我想想 X 怎么做"、"纠结 A 和 B 方案"、"你觉得这样做怎么样"、"帮我过一遍思路")、要对比方案、或需要把碎片需求拆成清晰设计决策时触发。过程工具,边聊边在浏览器里画探索画板(黑白点阵风格),不是产出最终文档。如果用户已有成型日志要转可视化长页,改用 visual-design-book;写代码前所有"还没想清楚怎么做"的环节都应先走 ideate。"