Self-Media Content Delivery
Saves content milestones to files with version rules, path verification, publish packages and a content registry.
Content & WritingBeginner★ 385⑂ 52AI score 8/10Last updated: Aug 23, 2026
What it does
- Persists real milestones to disk: first complete draft per platform, multi-platform bundles, short-video scripts/storyboards/subtitles, approved finals, publish packages and performance retro reports.
- After saving it reads the file back, checks size > 0, validates filename/version/directory and confirms asset paths mentioned in the text — then reports only verified paths.
- Applies a version scheme (
YYYY-MM-DD-{platform}-{slug}-vN.md) so finals are never silently overwritten. - Maintains a content registry with task, platform, source draft, final, assets, status, links and retro notes.
- Runs a per-platform delivery checklist covering title, body, summary, cover, asset order, tags, sponsorship disclosure and publish fields.
- Deliberately skips saving trivia: a few candidate headlines, one-line tweaks, or unfinished chat fragments.
Who it's for
- Solo creators repurposing one idea across several platforms.
- Content marketers drowning in "final_final_v2" file chaos.
- Freelance writers who must hand off a clean list of deliverable paths.
Examples
- "Save this draft" → writes
self-media/2026-02-14-blog-ai-tools-v1.mdand replies with the verified path. - "Turn the short-form script and storyboard into a publish package" → splits script, subtitles and shooting plan into files and reports missing checklist items.
- "Archive this campaign with the retro" → stores the approved v3 plus the performance report and updates status/links in the registry.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/yanhua1010/self-media-content-workflow/HEAD/skills/self-media-content-delivery/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/self-media-content-delivery folder from the GitHub repo yanhua1010/self-media-content-workflow into my ~/.claude/skills/self-media-content-delivery/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/yanhua1010/self-media-content-workflow.git && mkdir -p ~/.claude/skills && cp -r self-media-content-workflow/skills/self-media-content-delivery ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/yanhua1010/self-media-content-workflow.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the whole skill directory (the checklist and registry template must come along):
cp -r self-media-content-workflow/skills/self-media-content-delivery ~/.claude/skills/ - Restart Claude Code, then say "save this draft" or "build the publish package" to trigger the skill.
- To control where files land, state your output directory at the start of the conversation.
View source on GitHub ↗License: MIT