mcpbeat

Self Media Content Delivery

yanhua1010/self-media-content-delivery

将自媒体创作里程碑保存成文件,管理版本、核验路径、生成完整发布包并更新内容索引。用于保存平台第一版完整成稿、多平台合集、短视频脚本、分镜、定稿、发布包和复盘报告,或用户说“保存一下、整理交付、归档、生成发布清单”时。标题微调、删一句和临时候选不单独保存新版本。

1k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
343
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/yanhua1010/self-media-content-workflow --skill self-media-content-delivery

The instruction itself

as written by the author

内容交付

核心纪律

  • 里程碑产出保存成文件。
  • 保存后回读验证文件存在且非空。
  • 只向用户交付验证过的路径。
  • 保留历史版本,不静默覆盖定稿。
  • 遵守当前项目的文件类型、目录和命名规则。

确定输出根目录

按以下顺序选择:

  • 用户明确指定的路径。
  • 项目说明中已有的内容目录。
  • 当前工作区下的 self-media/

目录不存在时,只创建当前交付需要的目录。不要在项目根目录散落文件。

何时保存

保存:

  • 某平台第一版完整成稿。
  • 多平台完整合集。
  • 分镜、口播、字幕或拍摄方案。
  • 用户确认的定稿。
  • 发布包和数据复盘。
  • 用户明确要求保存的内容。

不单独保存:

  • 几个候选标题。
  • 单句行动或标签调整。
  • 尚未形成完整产物的聊天片段。

版本规则

  • 记录草稿、修改稿、定稿和发布版的阶段。
  • 文件名采用项目现有规范。没有规范时使用 YYYY-MM-DD-{platform}-{slug}-vN.md
  • 新里程碑递增版本号。用户明确要求覆盖时才覆盖。
  • 在内容注册表中记录任务、平台、原稿、终稿、素材、状态、链接和复盘。

可使用 content-registry-template.md。

交付检查

完整读取 delivery-checklists.md,按平台检查标题、正文、摘要、封面、素材顺序、标签、商业披露和发布字段。

保存后执行:

  • 回读文件。
  • 确认大小大于 0。
  • 检查文件名、版本和目录。
  • 检查文中素材路径存在。
  • 报告已验证路径和降级项。

用户沟通

使用自然表达:

  • “已保存成文件”,不说“已落盘”。
  • “已放进作品库”,不说“已登记索引”。
  • “这是第 2 版”,不暴露内部阶段字段。
  • “发布需要的素材”,不堆叠内部交付术语。

输出

返回:成品路径、版本、包含内容、验证结果、缺失项和下一步唯一动作。

How to use it

Copy the folder

Take yanhua1010/self-media-content-delivery from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.