# Content

> Generate platform-specific content drafts conditioned on your persona

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

---


!`ACTIVE=$(cat personas/_active.md 2>/dev/null || echo "default"); cat "personas/$ACTIVE/persona.md" 2>/dev/null && cat "personas/$ACTIVE/nuance.md" 2>/dev/null && cat "personas/$ACTIVE/accounts.md" 2>/dev/null || echo "No persona. Run /interview first."`

# Content Skill Protocol

- `$ARGUMENTS`: target platform (`x`, `threads`, `linkedin`, `naver-blog`, `brunch`).
- Pass the platform argument and topic context to `content-writer`.
- Return 3 platform-native draft variations (`Draft 1/2/3`).
- The content-writer MUST save the generated drafts into `content/drafts/` before answering.
- The content-writer MUST re-read the saved draft file and include the confirmed saved path in the response.
- If no file was actually written, the content-writer must report failure instead of claiming draft persistence.

