Skill 详情

content publishing

Writes essays but is primarily a branded publishing and social-distribution workflow.

匹配类型可能匹配已针对 论文写作 审核
来源jmsktm/claude-settings外部来源
报告安装量64仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: Content Publishing
slug: content-publishing
description: Automated content publishing pipeline for ID8Labs. Generates essays in Eddie's voice, publishes to id8labs.app, and distributes to social media (X, LinkedIn).
category: marketing
complexity: complex
version: "1.0.0"
author: "ID8Labs"
triggers:
  - "release"
  - "announce"
  - "publish"
  - "essay"
  - "research article"
  - "content pipeline"
  - "write release"
  - "post to X"
  - "post to LinkedIn"
tags:
  - content
  - publishing
  - social-media
  - essays
  - marketing
  - automation
  - voice
  - distribution
---

# Content Publishing Pipeline Skill

Automated content publishing pipeline for ID8Labs that integrates with Pipeline Stage 10.5 (ANNOUNCE). This skill generates essays in Eddie's authentic voice, publishes them to id8labs.app, and distributes derived social content to X/Twitter and LinkedIn.

From product releases to research articles, this skill orchestrates the complete journey from idea to multi-channel distribution while maintaining consistent voice and messaging.

## Core Workflows

### Workflow 1: Full Release Announcement Pipeline
**Purpose:** End-to-end release announcement from essay to social distribution

**Command:** `/announce-release`

**Steps:**
1. Generate release essay in Eddie's voice
2. Create MDX file with frontmatter
3. Commit to id8labs-hub repository
4. Wait for Vercel deployment
5. Generate social media slices
6. Post to X/Twitter
7. Post to LinkedIn
8. Update pipeline status

**Pipeline Flow:**
```
[Release Trigger]
       |
[/write-release or /write-research]
   Apply Eddie's voice profile
       |
[/publish-essay]
   Create MDX in id8labs-hub/core/content/essays/
   Git commit -> Vercel auto-deploy
       |
[/post-tweet]
   Generate X thread from essay
   Post to @id8labs
       |
[/post-linkedin]
   Adapt essay for LinkedIn
   Post to Eddie's profile
```

### Workflow 2: Generate Release Essay
**Purpose:** Write compelling release announcement in Eddie's voice

**Command:** `/write-release`

**Eddie's Voice Profile:**

**Core Moves:**
- Open unexpected (visceral, confessional)
- Hardship as credentials
- Pattern recognition (micro -> macro)
- Movement from I to We
- Direct loving close

**Signature Phrases:**
- "I'll be honest..."
- "Here's the thing about..."
- "I don't know about you but..."
- "(Loud ape sounds)"

**Tone Calibration:**
- Vulnerable but not weak
- Intense but not aggressive
- Raw but intentional

**Structure Pattern:**
1. Visceral opening - Sound, confession, or unexpected entry
2. Personal context - Where you've been, what shaped you
3. Observation/Pattern - What you're seeing that others miss
4. Universal connection - How your story is everyone's story
5. Call to collective action - The invitation to join
6. Warm direct close - Love, gratitude, solidarity

### Workflow 3: Generate Research Article
**Purpose:** Write thought leadership content around product themes

**Command:** `/write-research`

**Steps:**
1. Define research topic
2. Gather sources and data
3. Apply Eddie's voice
4. Structure as thought piece
5. Include practical insights

### Workflow 4: Publish Essay to Website
**Purpose:** Commit essay as MDX file to id8labs-hub repository

**Command:** `/publish-essay`

**MDX Frontmatter Template:**
```yaml
---
title: "Essay Title"
slug: "essay-slug"
date: "2025-01-06"
category: "release"
excerpt: "Brief excerpt for previews"
author:
  name: "Eddie Belaval"
  avatar: "/images/eddie-avatar.jpg"
tags: ["tag1", "tag2"]
---
```

**Steps:**
1. Format essay as MDX
2. Generate slug and metadata
3. Commit to GitHub
4. Trigger Vercel deployment
5. Verify live URL

### Workflow 5: Social Media Distribution
**Purpose:** Generate and post platform-specific content

**Commands:** `/post-tweet`, `/post-linkedin`

**Twitter/X Strategy:**
- Under 280 characters for single tweet
- 5-tweet thread for complex topics
- Hook with main insight
- End with link to full essay

**LinkedIn Strategy:**
- Professional but
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作