Skip to content
Skill

publish

by majiayu000

AI Summary

Automates promotional content creation for blog posts by reading the latest post from campedersen.com and generating ready-to-paste email and tweet copy. Useful for bloggers and content creators who need to quickly promote their posts across multiple channels.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "publish" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (2 files)
mkdir -p .claude/skills/publish && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/publish/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/publish/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/publish/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/publish/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Draft email and tweet for a new blog post. Reads the latest post from campedersen.com, generates Kit.com broadcast copy and a tweet, ready to paste.

Usage

• /publish - Draft for most recent post • /publish [slug] - Draft for specific post

Examples

Debugging post: Email: ` Subject: Hung by a Thread My robot froze at 2am. Same iteration every time - 1,615. Took 8 hours to find a 2-line fix. Wrote about rayon deadlocks and why you should never call into a library while holding a mutex. Read it here: https://campedersen.com/rayon-mutex-deadlock • Cam ` Tweet: ` my robot froze at 2am. 8 hours of debugging. the fix was 2 lines. https://campedersen.com/rayon-mutex-deadlock ` Technical explainer: Email: ` Subject: Cutting Up Curved Things Your GPU doesn't know what a cylinder is. It only knows triangles. Wrote about how CAD geometry becomes something a graphics card can actually draw. Read it here: https://campedersen.com/tessellation • Cam ` Tweet: ` your GPU doesn't know what a cylinder is. it only knows triangles. wrote about tessellation - with a pizza you can eat. https://campedersen.com/tessellation `

Publish

Drafts promotional content for a new blog post.

Workflow

• Find the post in ~/Developer/campedersen.com/src/posts/ • Read it fully to understand the hook • Generate email + tweet using voice from /blog skill • Output both in copy-pasteable format

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption100+ stars on GitHub
105 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars105
Forks16
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code