with one click
note
个人笔记记录助手。自动以 JSON 格式记录想法、学习笔记、会议纪要到 ~/.note,支持标签分类和全文搜索。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
个人笔记记录助手。自动以 JSON 格式记录想法、学习笔记、会议纪要到 ~/.note,支持标签分类和全文搜索。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | note |
| description | 个人笔记记录助手。自动以 JSON 格式记录想法、学习笔记、会议纪要到 ~/.note,支持标签分类和全文搜索。 |
| user-invocable | true |
~/.note/notes/YYYY-MM/YYYY-MM-DD_NNN.json
{
"id": "2026-01-14_001",
"timestamp": "2026-01-14T10:30:00+08:00",
"created_at": "2026-01-14",
"tags": ["git", "workflow"],
"category": "learning",
"title": "Git rebase 学习笔记",
"content": "具体内容..."
}
| 分类 | 触发关键词 |
|---|---|
| development | 实现、开发、重构、优化 |
| idea | 想法、建议、可以考虑、或许 |
| meeting | 会议、讨论、决定、周会 |
| bugfix | bug、问题、错误、修复 |
| learning | 学习、笔记、了解、研究 |
| other | 默认 |
| 标签 | 关键词 |
|---|---|
| git | git, commit, push, pull, merge, rebase, branch |
| python | python, pip, uv, pytest |
| docker | docker, container, image, compose |
| auth | auth, login, token, jwt, oauth |
| api | api, rest, endpoint, http |
| refactor | refactor, 重构 |
| debug | debug, bug, fix, 修复 |
~/.note 不存在,创建目录和 config.json、index.jsontags:xxx,yyy 格式)YYYY-MM-DDTHH:mm:ss+08:00YYYY-MM-DD_XXX~/.note/notes/YYYY-MM/YYYY-MM-DD_XXX.jsonindex.json 的 notes 数组,更新 total_notes 和 last_updated# 使用 date 命令获取正确的本地时间戳
date "+%Y-%m-%dT%H:%M:%S%z"
# 输出示例:2026-01-14T18:44:24+0800
重要:必须使用本地时间,而非 UTC 时间。
| 用户输入 | 操作 |
|---|---|
/note 今天学习了 Git rebase | 快速记录笔记 |
/note tags:git,workflow 学习 rebase | 记录并指定标签 |
/note 初始化 | 创建 ~/.note 目录 |
/note 列出最近10条 | 显示最近笔记 |
/note 搜索 git | 全文搜索笔记 |
/note 查看 learning 分类 | 按分类查看 |
/note | 交互式记录(引导输入) |
对话归档技能。将当前对话流程提取并生成可重用的 skill 文件。
行为驱动开发(BDD)流程助手。用 Given-When-Then 描述验收标准,包含 Feature 文件管理、步骤定义实现。用户提到 BDD、验收测试、Gherkin 时使用。
活文档维护。智能分析项目代码,维护 docs/ 核心文档和 README.md,包含健康检查、自动更新、质量评分功能。用户提到更新文档、同步文档时使用。
GitHub CLI 专家助手,提供 gh 命令的场景化指导。用户提到 gh、GitHub CLI、创建 PR、管理 Issue 时使用。
Commit 历史整理与合并。将 TDD 循环产生的多个细碎 commit 合并为有意义的功能 commit,包含安全检查、交互式 rebase 指导。用户提到 squash、整理 commit 时使用。
测试驱动开发(TDD)流程助手。严格遵循红-绿-重构循环,包含会话状态管理、测试运行策略、Git 提交规范。用户提到 TDD、测试先行、红绿重构时使用。