ワンクリックで
work-notes-pipeline
Write session summaries and rewrite work-notes into articles.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Write session summaries and rewrite work-notes into articles.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
整理 Downloads 根目录文件,按类型分类到对应文件夹。对书籍目录进一步按主题归类,并维护书籍清单.md。操作前必须获取用户授权,不直接删除文件。
Scan, clean, back up, and uninstall AI dev tools on macOS.
Download YouTube transcripts, subtitles, and cover images by URL or video ID.
一键搭建项目文档系统骨架(核心三文档 + c.md + jobs/legacy 流转 + Agents.md 约定)。当用户要求初始化文档系统、搭建文档结构、或为新项目创建文档骨架时使用。
Audit agent config health across all layers. Run periodically or when collaboration feels off.
Test SDK connectivity with third-party model providers (GLM, MiniMax, etc.).
| name | work-notes-pipeline |
| version | 2.0.0 |
| description | Write session summaries and rewrite work-notes into articles. |
| author | Henri |
| created | 2026-03-10 |
| last_updated | 2026-05-13 |
单一来源:本 skill 的唯一实体在
henri_skills仓库中,~/.claude/skills/等均为软链接。编辑时请直接修改henri_skills中的文件。
Two modes: summary (numbered session summaries) and article (reflective narrative articles from work-notes).
<repo>/docs/work-notes/ for summaries.<repo>/docs/work-notes/articles/.NN_TOPIC_SUMMARY_YYYY-MM-DD.md.data-iv-*) are fine to keep. Generic technical terms (skill, commit, diff) are fine.When publishing externally, prepend Hugo-compatible YAML:
---
title: "文章标题"
subtitle: "一句话副标题"
date: "YYYY-MM-DDTHH:MM:SS"
description: "2-3 句 SEO 友好的描述"
tags: ["标签1", "标签2"]
section: build
author: amp-smart
---
section: build for engineering/tooling articles.author: amp-smart unless user specifies otherwise.date: date the source work-note was written.tags: 3–6 relevant Chinese tags.Both modes add YAML frontmatter:
title: from content or filenamedate: current date (YYYY-MM-DD)created: creation timestampcategory: "worknotes" (summary) or "articles" (article)tags: inferred from contentupdated: only for modified documentsreferences/work-notes-style.md before drafting to match naming, section flow, and tone.