From colophon-skills
Revise an existing colophon blog post — retitle, expand a section, tighten, or fix — while preserving the author's voice and the frontmatter contract. Use when the user asks to edit, rewrite, expand, shorten, or fix an existing post on their colophon site.
How this skill is triggered — by the user, by Claude, or both
Slash command
/colophon-skills:colophon-editThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Revise an existing entry in place, keeping its voice and its frontmatter intact. colophon
Revise an existing entry in place, keeping its voice and its frontmatter intact. colophon locates the entry and supplies the voice; you do the editing.
The user wants to change an existing post in a colophon project (not create a new one).
This skill drives the colophon CLI. Before the first command, confirm it's installed:
command -v colophon || echo "colophon not found"
If it's missing, stop and offer the install — don't install it silently:
go install github.com/jmylchreest/colophon/cmd/colophon@latest (or a release binary). Proceed
only once it's on PATH.
Find the entry. List entries to get the source file and metadata:
colophon posts # slug, title, type, author, persona, tags
colophon posts --author <a> --tag <t> # narrow it
Match the user's description to a row; the file is under the source's directory (see
colophon sources). Read the file.
Re-load the voice so edits sound consistent with the rest of the post:
colophon persona context <persona-from-frontmatter> --topic "<the post's subject>"
If the post has no persona:, infer the voice from the post itself and similar posts.
Edit the file in place. Preserve:
slug: (pinned — changing it breaks the URL; use aliases: for intentional moves),author:, date:),[[wikilinks]].Preview the change.
colophon serve --open=<slug> # opens that post; or --open=latest
colophon isn't installed, surface the install command and ask — never install it silently.hero_alt:/image_alt: for banners), and a logical heading order — fix these if you
touch a section that violates them.colophon-metadata.npx claudepluginhub jmylchreest/colophon --plugin colophon-skillsGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Creates platform-native content for X, LinkedIn, TikTok, YouTube, and newsletters from source material. Adapts voice and format per platform while avoiding engagement bait and filler.