Content Social

Generate a social media post from a blog post. Use when user wants to create distribution content.

Isaac-Flath Updated

File contents

/content-social

Generate a social media post from the blog post using the gemini-3 skill.

Prerequisite

Requires a blog post in posts/. If missing, run /content-blog first. Find the post by checking the project's project: field in frontmatter, or by slug matching.

Output

Format Output Description
Social social/social.md Hook from intro, drives to blog post

How to Generate

Read writing-with-zinsser.md from the wiki directory, then generate:

uv run .claude/skills/gemini-3/scripts/query.py \
  "Generate content following the format instructions." \
  --context writing-with-zinsser.md \
  --context content/blog.md \
  --context .claude/skills/content-social/references/prompts/social/social.md \
  > social/social.md

The --context flag reads each file and prepends it to the prompt.

agentkb users: Search for richer results: agentkb search -s wiki "Zinsser writing style"

Isaac-Flath/agent-starter-skills/tree/main/.claude/skills/content-social commit a320761d1f

Frequently asked questions

npx skillmds@latest add isaac-flath/content-social