new-post
Installation
SKILL.md
new-post
Create a new blog post on wcygan.net by writing both the MDX file and the RSS entry in a single pass. The RSS feed is manually maintained (see project CLAUDE.md gotcha), so every post needs matching edits in two places.
Inputs to gather
Before writing anything, confirm with the user:
- Title — e.g.
Really Good Software - Description — one-line summary, shown in lists and RSS
- Tags — comma-separated, e.g.
Programming, CLI, Productivity - Slug (optional) — derived from the title if not given: lowercase, spaces →
-, drop punctuation. Confirm the slug before writing.
The date is always today's date in the user's local timezone. Do not ask for the date.
Step 1 — Write src/posts/<slug>.mdx
Frontmatter shape (must match remark-mdx-frontmatter expectations — project CLAUDE.md gotcha #5):