원클릭으로
publish
// 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.
// 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.
Fetch and summarize arXiv papers. Search by topic, read specific papers by ID or URL, and get plain-language summaries. Use when the user mentions arXiv, asks about research papers, wants to find recent academic work on a topic, or is discussing algorithmic or architectural choices that could benefit from literature review.
Poll favorite RSS feeds including Hacker News and Lobsters. Fetches latest tech headlines and provides a summary of current news. Use when you want to catch up on tech news or see what's trending.
Writing guidelines for campedersen.com. Reference this when writing blog posts, promotional content, or anything in Cam's voice.
| name | publish |
| 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. |
| allowed-tools | Read, Glob, Bash |
Drafts promotional content for a new blog post.
/publish - Draft for most recent post/publish [slug] - Draft for specific post~/Developer/campedersen.com/src/posts//blog skillSubject: [Post Title]
[1-2 sentence hook - the problem or revelation]
[Optional: 1 sentence context]
Read it here: https://campedersen.com/[slug]
- Cam
[hook that stands alone - lowercase, casual]
https://campedersen.com/[slug]
Max 280 chars. No hashtags. No emojis.
See /blog for full guidelines. Key points:
Never say:
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