# Content Social

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

- Skill: `isaac-flath/content-social` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add isaac-flath/content-social`
- Raw SKILL.md: https://api.skillmd.com/api/skills/isaac-flath/content-social/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Isaac-Flath (https://skillmd.com/u/isaac-flath)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/isaac-flath/content-social

---


# /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:

```bash
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"`

