Editorial workflow and platform playbooks for drafting developer-native social media copy and campaigns. Extracts technical evidence via git log inspections or /grill-me interviews, establishes a canonical foundation narrative (CANONICAL.md), tailors derivatives for connected platforms (such as LinkedIn, X/Twitter, Bluesky, and others), and enforces anti-slop guidelines. Activate when drafting social media posts, writing release announcements, authoring technical threads, or running developer campaigns.
Systematic procedures, voice standards, and platform-specific playbooks for crafting high-engagement, developer-native social media copy and cross-platform campaigns.
Architecture & Progressive Disclosure
To minimize context overhead, SKILL.md defines core editorial workflows and routing. Load detailed platform playbooks and anti-pattern checklists on demand:
LinkedIn: Read references/linkedin_playbook.md when writing LinkedIn posts, PDF document carousels, or B2B engineering announcements.
Twitter / X: Read references/twitter_playbook.md when writing single tweets, micro-threads (3–5 tweets), or X long-form native posts / articles.
Bluesky: Read references/bluesky_playbook.md when posting to AT Protocol feeds, sharing direct links, or formatting open-source releases with rich link cards.
Instagram: Read references/instagram_playbook.md when designing 4:5 carousels, micro-blog captions, and comment-to-DM funnels.
Reddit: Read references/reddit_playbook.md when writing self-posts for technical subreddits (r/programming, r/golang, r/webdev, r/MachineLearning, r/devops).
Threads: Read references/threads_playbook.md when writing builder-centric 500-character posts with single Topic Tags.
Anti-Patterns & Slop: Read references/anti_patterns.md before finalizing copy to eliminate AI clichés, unicode bolding bugs, and engagement-bait triggers.
Core Voice & Editorial Philosophy
Technical copy succeeds by delivering immediate utility and authentic engineering depth rather than marketing hype.
1. The Developer-to-Developer Tone
Write like a senior engineer or architect speaking to peers:
Direct & Unvarnished: State the technical problem, constraint, or metric on Line 1.
Transparent About Trade-offs: No architecture or tool is flawless. Acknowledge what was sacrificed (memory, complexity, query latency).
Substance Over Slogans: Replace vague buzzwords ("seamless", "revolutionary") with concrete technical nouns ("lock-free ring buffer", "eager loading", "connection pooling").
2. The "Value-First" / "Zero-Click" Principle
Every post should provide actionable insight directly in the timeline. Readers should learn something valuable even if they never click an external link.
3. Voice Preservation & User Narrative Copyediting
To ensure genuine author authenticity:
Preserve User Quotes 1:1 in Canonical: Any live comments, raw reflections, and spoken quotes from the author must be recorded verbatim (1:1) in a dedicated ## References / Sources section inside CANONICAL.md.
Infuse the Author's Voice into Derivative Copy: These 1:1 remarks are the primary source for the author's authentic cadence, idioms, and engineering perspective.
Copyedit for Final Polish: While preserving the narrative spirit, tone, and specific turns of phrase as originally typed, apply professional copyediting during the final draft to ensure clean syntax, grammar, and publication-grade polish.
Frontmatter & Metadata Standards for Copy Files
All campaign artifacts—the canonical foundation narrative (CANONICAL.md) and every individual platform copy file (linkedin.md, twitter.md, bluesky.md, threads.md, instagram.md, reddit.md)—MUST use YAML frontmatter for metadata followed by Markdown content.
Standard Frontmatter Schema & Canonical Layout
---
title: "Title or Working Headline"
platform: canonical | linkedin | twitter | bluesky | threads | instagram | reddit
status: draft | review | ready | scheduled | published
target_audience: "Target developer persona or subreddit"
character_count: 1420
media:
- type: image | video
path: "assets/diagram.png"
alt: "Architecture diagram showing event pipeline"
description: "Dark-mode sequence diagram illustrating worker queues"
---
# Post Content / Narrative Begins Here (Markdown)
## Core Narrative & Technical Breakdown
...
## References / Sources
### Live User Comments & Voice Log (Verbatim 1:1)
- "Actual unedited quote from the user during chat/interview..."
- "Another raw observation about the bug or performance tradeoff..."
### Technical & Git References
- Repo: `owner/repo` (commit `<hash>`)
- PR: `#123`
Frontmatter rules:
status: Current lifecycle state (draft, review, ready, scheduled, published).
media: Required array detailing media attachments (type, path/url, alt text, description).
character_count: Character, grapheme, or word count to verify platform constraints.
Campaign Lifecycle States
Every social campaign follows a strict 5-state lifecycle tracked explicitly in the YAML frontmatter of CANONICAL.md and all derivative files:
State
Definition & Trigger
Required Artifacts
draft
Initial research, deep git inspection, /grill-me extraction, and authoring CANONICAL.md. Zero derivative posts allowed in this state.
CANONICAL.md
review
Canonical copy or individual derivative draft presented to author for review. Awaiting explicit user approval.
CANONICAL.md or platform copy files
ready
Explicit human approval granted, copy deslopified, character budget verified, and media attached.
Approved CANONICAL.md and platform files
scheduled
Dispatched to a queue or scheduled for a specific timestamp (via Buffer CLI or native scheduler).
Platform files with scheduled date/time
published
Dispatched live (shareNow) or confirmed live on external channels.
Live post URLs recorded in frontmatter & body
7-Stage Social Campaign Workflow
Follow this procedure when creating, publishing, or auditing social campaigns:
Stage 1: Evidence Discovery & Grounding
Never hallucinate features, metrics, or claims.
Inspect Deep Git & Source References:
No Shallow Summaries / No One-Line Shortcuts: Never rely on git log --oneline or brief commit titles alone. One-line summaries hide critical architectural nuance, structural refactors, and behavioral details.
Always run full git log with commit bodies, inspect diff statistics (git show --stat), check architecture decision records (ADRs), and inspect source documentation directly across all referenced repositories.
Interview via /grill-me & Live User Log:
If the source is an open-ended topic or raw idea, conduct an interactive interview or recommend /grill-me to extract the author's real friction points, unexpected discoveries, and authentic engineering voice.
Capture Live Comments 1:1: Every raw remark, feedback note, or chat input from the user must be logged verbatim into the ## References / Sources section of CANONICAL.md.
Draft the Canonical Foundation Narrative (CANONICAL.md):
Author a comprehensive, unconstrained master document using YAML frontmatter followed by Markdown content:
Core premise & real motivation.
Exact repositories and what was specifically built/refactored in each.
Architectural breakthroughs, failure modes, and trade-offs.
Philosophical takeaways and references to published writing.
Mandatory ## References / Sources section: Houses all verbatim 1:1 user comments and technical source links.
[!IMPORTANT]
Continuous Master Synchronization: Whenever new evidence is collected (whether through proactive deep git inspection or after user feedback/pushback), immediately update CANONICAL.md—including appending any new user comments—before adjusting derivative platform posts.
[!CAUTION]
STRICT STOPPING GATE: No individual post or platform copy (linkedin.md, twitter.md, bluesky.md, etc.) may be generated until the user has explicitly reviewed and approved CANONICAL.md.
Present CANONICAL.md to the user for explicit review.
Incorporate revisions until the user gives clear, unambiguous approval (e.g., "approved", "canonical looks great", "proceed with platform posts").
Update CANONICAL.md frontmatter status to status: ready.
Only after this approval is received, proceed to Stage 3 and Stage 4.
Stage 4: Channel-Specific Distillation & Format Assembly
Cut and reformat the approved Foundation Narrative into the appropriate archetype for each channel. Each file MUST use YAML frontmatter followed by Markdown content:
LinkedIn (linkedin.md): Architectural deep-dive (1,300–2,000 chars) with first-comment link.
Twitter / X (twitter.md): Native long-form post (800–2,500 chars) with direct links or micro-thread.
Bluesky (bluesky.md): Multi-post thread where every post is strictly $\le 300$ graphemes.
Reddit (reddit.md): Value-first Markdown self-post (300–800 words, 4-space code indents for Old Reddit).
Threads (threads.md): Casual, builder-centric post (<500 chars) with strictly 1 #topic tag.
[!NOTE]
Infusing User Voice with Copyediting: Draw heavily on the 1:1 user comments captured in the Canonical's ## References / Sources section to infuse the author's personality, perspective, and phrasing into each channel post. Preserve the author's authentic narrative while applying professional copyediting to ensure a polished appearance.
[!IMPORTANT]
Mandatory Media Requirement: Every single social post MUST include at least one media item (picture or video)—such as an architectural diagram, Ray.so/Carbon dark-mode code card, terminal recording, benchmark plot, carousel slide, or demo clip. Naked, text-only posts are strictly prohibited across all platforms. Specify media details in the file's YAML frontmatter media: array.
Stage 5: Anti-Pattern & Deslopification Audit
Review all drafts against references/anti_patterns.md and execute anti-slop checks (leveraging the deslopify skill):
No banned AI words ("delve", "game-changer", "revolutionary", "testament").
No mathematical unicode bolding (𝗕𝗼𝗹𝗱 fonts).
Links positioned according to platform rules (1st comment for LinkedIn, direct in-body for X/Bluesky/Threads/Reddit).
Hashtags strictly match platform limits (0 for X, 1 for Threads, 0-1 for Bluesky, 1-3 for LinkedIn, 3-5 for Instagram).
Technical claims, metrics, and commands verified against reality.
At least one media item (image or video) is attached and documented in frontmatter.
[!CAUTION]
STRICT HUMAN-IN-THE-LOOP APPROVAL FOR EVERY COPY: Every individual platform post draft MUST be presented to the user and receive explicit human-in-the-loop approval before submitting, dispatching, or scheduling. Never publish or schedule unapproved drafts.
When human approval is granted and dispatching/automating publication (e.g. via Buffer CLI):
Publishing Mode Confirmation Gate:
Always ask the author whether to Publish Immediately (shareNow), Add to Queue (addToQueue), or Schedule for a Specific Time (customScheduled) before dispatching, unless explicitly commanded in the initial prompt.
Cadence & Spacing Buffer Enforcement:
LinkedIn: Enforce maximum 1 post per 24 hours to prevent intra-day self-cannibalization and algorithmic reach suppression.
Twitter / X: Enforce a minimum 2-to-3 hour spacing buffer between standalone posts to protect early engagement velocity, or package same-sitting posts as a connected Thread.
Bluesky / Threads: Maintain at least 1–2 hours between standalone broadcast posts.
Safe Validation: Always run --dry-run to validate JSON structures and per-channel constraints before live mutations.
For platforms where outbound links are placed in the first comment (such as LinkedIn) and the scheduler's automated comment API is restricted behind paid plans, dispatch the post with mode: shareNow.
Immediately pipe the pre-formatted First Comment to the user's OS clipboard (pbcopy on macOS, xclip/wl-copy on Linux).
Return the live post URL directly so the author can click the link and press Cmd+V / Ctrl+V immediately, avoiding forgotten comments and boosting the post's golden-hour engagement signal.
Stage 7: Post-Dispatch Lifecycle Synchronization & Status Marking
As soon as posts are published or confirmed live:
Mark Campaign as published:
Update frontmatter status: published in CANONICAL.md and channel copy files.
Record publication timestamp.
Record Live URLs:
Append live post URLs (LinkedIn, Twitter/X, Bluesky, Reddit, etc.) directly into CANONICAL.md and the respective copy file.
Synchronize Workspace Backlog / Task Trackers:
In repositories tracking active tasks (such as TODOs.md), move the campaign to the ## ✅ Completed Tasks section tagged [DONE - PUBLISHED].
Remove or resolve the corresponding item from the active backlog.
1---2name: social-copy3description: Editorial workflow and platform playbooks for drafting developer-native social media copy and campaigns. Extracts technical evidence via git log inspections or /grill-me interviews, establishes a canonical foundation narrative (CANONICAL.md), tailors derivatives for connected platforms (such as LinkedIn, X/Twitter, Bluesky, and others), and enforces anti-slop guidelines. Activate when drafting social media posts, writing release announcements, authoring technical threads, or running developer campaigns.4license: Apache-2.05---67# Social Copy Playbook89Systematic procedures, voice standards, and platform-specific playbooks for crafting high-engagement, developer-native social media copy and cross-platform campaigns.1011---1213## Architecture & Progressive Disclosure1415To minimize context overhead, `SKILL.md` defines core editorial workflows and routing. Load detailed platform playbooks and anti-pattern checklists on demand:1617- **LinkedIn**: Read [references/linkedin_playbook.md](references/linkedin_playbook.md) when writing LinkedIn posts, PDF document carousels, or B2B engineering announcements.18- **Twitter / X**: Read [references/twitter_playbook.md](references/twitter_playbook.md) when writing single tweets, micro-threads (3–5 tweets), or X long-form native posts / articles.19- **Bluesky**: Read [references/bluesky_playbook.md](references/bluesky_playbook.md) when posting to AT Protocol feeds, sharing direct links, or formatting open-source releases with rich link cards.20- **Instagram**: Read [references/instagram_playbook.md](references/instagram_playbook.md) when designing 4:5 carousels, micro-blog captions, and comment-to-DM funnels.21- **Reddit**: Read [references/reddit_playbook.md](references/reddit_playbook.md) when writing self-posts for technical subreddits (`r/programming`, `r/golang`, `r/webdev`, `r/MachineLearning`, `r/devops`).22- **Threads**: Read [references/threads_playbook.md](references/threads_playbook.md) when writing builder-centric 500-character posts with single Topic Tags.23- **Anti-Patterns & Slop**: Read [references/anti_patterns.md](references/anti_patterns.md) before finalizing copy to eliminate AI clichés, unicode bolding bugs, and engagement-bait triggers.2425---2627## Core Voice & Editorial Philosophy2829Technical copy succeeds by delivering **immediate utility and authentic engineering depth** rather than marketing hype.3031### 1. The Developer-to-Developer Tone32Write like a **senior engineer or architect speaking to peers**:33- **Direct & Unvarnished:** State the technical problem, constraint, or metric on Line 1.34- **Transparent About Trade-offs:** No architecture or tool is flawless. Acknowledge what was sacrificed (memory, complexity, query latency).35- **Substance Over Slogans:** Replace vague buzzwords (*"seamless", "revolutionary"*) with concrete technical nouns (*"lock-free ring buffer", "eager loading", "connection pooling"*).3637### 2. The "Value-First" / "Zero-Click" Principle38Every post should provide actionable insight directly in the timeline. Readers should learn something valuable even if they never click an external link.3940### 3. Voice Preservation & User Narrative Copyediting41To ensure genuine author authenticity:42- **Preserve User Quotes 1:1 in Canonical**: Any live comments, raw reflections, and spoken quotes from the author must be recorded verbatim (1:1) in a dedicated `## References / Sources` section inside `CANONICAL.md`.43- **Infuse the Author's Voice into Derivative Copy**: These 1:1 remarks are the primary source for the author's authentic cadence, idioms, and engineering perspective.44- **Copyedit for Final Polish**: While preserving the narrative spirit, tone, and specific turns of phrase as originally typed, apply professional copyediting during the final draft to ensure clean syntax, grammar, and publication-grade polish.4546---4748## Frontmatter & Metadata Standards for Copy Files4950All campaign artifacts—the canonical foundation narrative (`CANONICAL.md`) and every individual platform copy file (`linkedin.md`, `twitter.md`, `bluesky.md`, `threads.md`, `instagram.md`, `reddit.md`)—**MUST use YAML frontmatter for metadata followed by Markdown content**.5152### Standard Frontmatter Schema & Canonical Layout5354```markdown55---56title: "Title or Working Headline"57platform: canonical | linkedin | twitter | bluesky | threads | instagram | reddit58status: draft | review | ready | scheduled | published59target_audience: "Target developer persona or subreddit"60character_count: 142061media:62 - type: image | video63 path: "assets/diagram.png"64 alt: "Architecture diagram showing event pipeline"65 description: "Dark-mode sequence diagram illustrating worker queues"66---6768# Post Content / Narrative Begins Here (Markdown)6970## Core Narrative & Technical Breakdown71...7273## References / Sources74### Live User Comments & Voice Log (Verbatim 1:1)75- "Actual unedited quote from the user during chat/interview..."76- "Another raw observation about the bug or performance tradeoff..."7778### Technical & Git References79- Repo: `owner/repo` (commit `<hash>`)80- PR: `#123`81```8283Frontmatter rules:84- **`status`**: Current lifecycle state (`draft`, `review`, `ready`, `scheduled`, `published`).85- **`media`**: Required array detailing media attachments (type, path/url, alt text, description).86- **`character_count`**: Character, grapheme, or word count to verify platform constraints.8788---8990## Campaign Lifecycle States9192Every social campaign follows a strict 5-state lifecycle tracked explicitly in the YAML frontmatter of `CANONICAL.md` and all derivative files:9394| State | Definition & Trigger | Required Artifacts |95| :--- | :--- | :--- |96| `draft` | Initial research, deep git inspection, `/grill-me` extraction, and authoring `CANONICAL.md`. **Zero derivative posts allowed in this state.** | `CANONICAL.md` |97| `review` | Canonical copy or individual derivative draft presented to author for review. Awaiting explicit user approval. | `CANONICAL.md` or platform copy files |98| `ready` | Explicit human approval granted, copy deslopified, character budget verified, and media attached. | Approved `CANONICAL.md` and platform files |99| `scheduled` | Dispatched to a queue or scheduled for a specific timestamp (via Buffer CLI or native scheduler). | Platform files with scheduled date/time |100| `published` | Dispatched live (`shareNow`) or confirmed live on external channels. | Live post URLs recorded in frontmatter & body |101102---103104## 7-Stage Social Campaign Workflow105106Follow this procedure when creating, publishing, or auditing social campaigns:107108### Stage 1: Evidence Discovery & Grounding109Never hallucinate features, metrics, or claims.1101. **Inspect Deep Git & Source References**:111 - **No Shallow Summaries / No One-Line Shortcuts**: Never rely on `git log --oneline` or brief commit titles alone. One-line summaries hide critical architectural nuance, structural refactors, and behavioral details.112 - Always run full `git log` with commit bodies, inspect diff statistics (`git show --stat`), check architecture decision records (ADRs), and inspect source documentation directly across all referenced repositories.1132. **Interview via `/grill-me` & Live User Log**:114 - If the source is an open-ended topic or raw idea, conduct an interactive interview or recommend `/grill-me` to extract the author's real friction points, unexpected discoveries, and authentic engineering voice.115 - **Capture Live Comments 1:1**: Every raw remark, feedback note, or chat input from the user must be logged verbatim into the `## References / Sources` section of `CANONICAL.md`.1163. **Draft the Canonical Foundation Narrative (`CANONICAL.md`)**:117 Author a comprehensive, unconstrained master document using YAML frontmatter followed by Markdown content:118 - Core premise & real motivation.119 - Exact repositories and what was specifically built/refactored in each.120 - Concrete performance observations (time-to-first-token, reasoning depth, compile times).121 - Architectural breakthroughs, failure modes, and trade-offs.122 - Philosophical takeaways and references to published writing.123 - **Mandatory `## References / Sources` section**: Houses all verbatim 1:1 user comments and technical source links.124 > [!IMPORTANT]125 > **Continuous Master Synchronization**: Whenever new evidence is collected (whether through proactive deep git inspection or after user feedback/pushback), immediately update `CANONICAL.md`—including appending any new user comments—before adjusting derivative platform posts.126127### Stage 2: Canonical Approval Gate (Mandatory Human-in-the-Loop)128> [!CAUTION]129> **STRICT STOPPING GATE**: No individual post or platform copy (`linkedin.md`, `twitter.md`, `bluesky.md`, etc.) may be generated until the user has explicitly reviewed and approved `CANONICAL.md`.1301. Present `CANONICAL.md` to the user for explicit review.1312. Incorporate revisions until the user gives clear, unambiguous approval (e.g., *"approved"*, *"canonical looks great"*, *"proceed with platform posts"*).1323. Update `CANONICAL.md` frontmatter status to `status: ready`.1334. Only after this approval is received, proceed to Stage 3 and Stage 4.134135### Stage 3: Target Channel Selection & Playbook Routing1361. Identify target platform(s) for the campaign.1372. Load matching platform references (`references/<platform>_playbook.md`).138139### Stage 4: Channel-Specific Distillation & Format Assembly140Cut and reformat the approved Foundation Narrative into the appropriate archetype for each channel. Each file MUST use YAML frontmatter followed by Markdown content:141- **LinkedIn** (`linkedin.md`): Architectural deep-dive (1,300–2,000 chars) with first-comment link.142- **Twitter / X** (`twitter.md`): Native long-form post (800–2,500 chars) with direct links or micro-thread.143- **Bluesky** (`bluesky.md`): Multi-post thread where every post is strictly $\le 300$ graphemes.144- **Instagram** (`instagram.md`): 4:5 multi-slide carousel outline + micro-blog caption with DM automation hook.145- **Reddit** (`reddit.md`): Value-first Markdown self-post (300–800 words, 4-space code indents for Old Reddit).146- **Threads** (`threads.md`): Casual, builder-centric post (<500 chars) with strictly 1 `#topic` tag.147148> [!NOTE]149> **Infusing User Voice with Copyediting**: Draw heavily on the 1:1 user comments captured in the Canonical's `## References / Sources` section to infuse the author's personality, perspective, and phrasing into each channel post. Preserve the author's authentic narrative while applying professional copyediting to ensure a polished appearance.150151> [!IMPORTANT]152> **Mandatory Media Requirement**: Every single social post MUST include at least one media item (picture or video)—such as an architectural diagram, Ray.so/Carbon dark-mode code card, terminal recording, benchmark plot, carousel slide, or demo clip. Naked, text-only posts are strictly prohibited across all platforms. Specify media details in the file's YAML frontmatter `media:` array.153154### Stage 5: Anti-Pattern & Deslopification Audit155Review all drafts against [references/anti_patterns.md](references/anti_patterns.md) and execute anti-slop checks (leveraging the `deslopify` skill):156- [ ] No banned AI words (*"delve", "game-changer", "revolutionary", "testament"*).157- [ ] No mathematical unicode bolding (`𝗕𝗼𝗹𝗱` fonts).158- [ ] Links positioned according to platform rules (1st comment for LinkedIn, direct in-body for X/Bluesky/Threads/Reddit).159- [ ] Hashtags strictly match platform limits (0 for X, 1 for Threads, 0-1 for Bluesky, 1-3 for LinkedIn, 3-5 for Instagram).160- [ ] Technical claims, metrics, and commands verified against reality.161- [ ] **At least one media item (image or video) is attached and documented in frontmatter.**162163### Stage 6: Individual Copy Human-in-the-Loop Approval Gate & Dispatch164> [!CAUTION]165> **STRICT HUMAN-IN-THE-LOOP APPROVAL FOR EVERY COPY**: Every individual platform post draft MUST be presented to the user and receive explicit human-in-the-loop approval before submitting, dispatching, or scheduling. Never publish or schedule unapproved drafts.166167When human approval is granted and dispatching/automating publication (e.g. via Buffer CLI):1681. **Publishing Mode Confirmation Gate**:169 - Always ask the author whether to **Publish Immediately** (`shareNow`), **Add to Queue** (`addToQueue`), or **Schedule for a Specific Time** (`customScheduled`) before dispatching, unless explicitly commanded in the initial prompt.1702. **Cadence & Spacing Buffer Enforcement**:171 - **LinkedIn**: Enforce maximum 1 post per 24 hours to prevent intra-day self-cannibalization and algorithmic reach suppression.172 - **Twitter / X**: Enforce a minimum 2-to-3 hour spacing buffer between standalone posts to protect early engagement velocity, or package same-sitting posts as a connected Thread.173 - **Bluesky / Threads**: Maintain at least 1–2 hours between standalone broadcast posts.1743. **Safe Validation**: Always run `--dry-run` to validate JSON structures and per-channel constraints before live mutations.1754. **First-Comment Clipboard Pipeline (Free Tier Strategy)**:176 - For platforms where outbound links are placed in the first comment (such as LinkedIn) and the scheduler's automated comment API is restricted behind paid plans, dispatch the post with `mode: shareNow`.177 - **Immediately pipe the pre-formatted First Comment to the user's OS clipboard** (`pbcopy` on macOS, `xclip`/`wl-copy` on Linux).178 - Return the live post URL directly so the author can click the link and press `Cmd+V` / `Ctrl+V` immediately, avoiding forgotten comments and boosting the post's golden-hour engagement signal.179180### Stage 7: Post-Dispatch Lifecycle Synchronization & Status Marking181As soon as posts are published or confirmed live:1821. **Mark Campaign as `published`**:183 - Update frontmatter `status: published` in `CANONICAL.md` and channel copy files.184 - Record publication timestamp.1852. **Record Live URLs**:186 - Append live post URLs (LinkedIn, Twitter/X, Bluesky, Reddit, etc.) directly into `CANONICAL.md` and the respective copy file.1873. **Synchronize Workspace Backlog / Task Trackers**:188 - In repositories tracking active tasks (such as `TODOs.md`), move the campaign to the **`## ✅ Completed Tasks`** section tagged `[DONE - PUBLISHED]`.189 - Remove or resolve the corresponding item from the active backlog.
Run npx skillmds@latest add danicat/social-copy in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Editorial workflow and platform playbooks for drafting developer-native social media copy and campaigns. Extracts technical evidence via git log inspections or /grill-me interviews, establishes a canonical foundation narrative (CANONICAL.md), tailors derivatives for connected platforms (such as LinkedIn, X/Twitter, Bluesky, and others), and enforces anti-slop guidelines. Activate when drafting social media posts, writing release announcements, authoring technical threads, or running developer campaigns. It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: reads secrets. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free. This skill is licensed under Apache-2.
danicat (@danicat) published this skill. Their other Agent Skills are listed on their SkillMD profile.