/ Diretório / Playground / claude-content-writer
● Comunidade sociilabs ⚡ Instantâneo

claude-content-writer

por sociilabs · sociilabs/claude-content-writer

Writes blog posts, LinkedIn, newsletters in your brand voice — profile-first enforcement, subagent orchestration, 25+ AI patterns stripped.

sociilabs/claude-content-writer is a Claude Code skill for human-sounding content across blog / LinkedIn / newsletter / landing page. Three mechanisms: Profile-First Enforcement (builds a brand voice profile via URL scanning + interactive questionnaire + voice calibration before generating), Context Engineering (XML prompt formatting, subagent orchestration, state management), and Integrated Quality Tools (SEO via claude-seo, humanizer removing 25+ AI patterns). Slash commands: /writer:discuss, /writer:plan, /writer:execute, /writer:verify, /writer:ship, plus profile management: /writer:profile-create / -view / -edit / -delete.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

claude-content-writer-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-content-writer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sociilabs/claude-content-writer",
        "~/.claude/skills/claude-content-writer"
      ],
      "_inferred": true
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-content-writer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sociilabs/claude-content-writer",
        "~/.claude/skills/claude-content-writer"
      ],
      "_inferred": true
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-content-writer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sociilabs/claude-content-writer",
        "~/.claude/skills/claude-content-writer"
      ],
      "_inferred": true
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-content-writer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sociilabs/claude-content-writer",
        "~/.claude/skills/claude-content-writer"
      ],
      "_inferred": true
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-content-writer-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sociilabs/claude-content-writer",
        "~/.claude/skills/claude-content-writer"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-content-writer-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/sociilabs/claude-content-writer",
          "~/.claude/skills/claude-content-writer"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-content-writer-skill -- git clone https://github.com/sociilabs/claude-content-writer ~/.claude/skills/claude-content-writer

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: claude-content-writer

Create your brand voice profile once, reuse across every post

👤 Solo writers, founders, agencies doing content ⏱ ~30 min beginner

Quando usar: Before you've ever used the writer commands — profile must exist first.

Pré-requisitos
  • Skill cloned — git clone https://github.com/sociilabs/claude-content-writer ~/.claude/skills/claude-content-writer
Fluxo
  1. Create the profile
    /writer:profile-create — URL to scan: https://mysite.com/blog. I'll answer the questionnaire.✓ Copiado
    → Structured voice profile with specific traits (not generic 'professional + approachable')
  2. Calibrate from samples
    Here are three posts I wrote. Refine the profile.✓ Copiado
    → Concrete adjustments tied to your samples
  3. View
    /writer:profile-view✓ Copiado
    → Saved profile you can edit later

Resultado: A reusable voice profile every subsequent piece draws from.

Armadilhas
  • Profile is too generic because you skipped the questionnaire — Don't shortcut — vague profiles produce generic output

Take a topic through the full discuss-to-ship pipeline

👤 Content creators with an established profile ⏱ ~60 min intermediate

Quando usar: Fresh topic, want a finished post with SEO and quality checks.

Pré-requisitos
  • Brand voice profile created — /writer:profile-create as above
Fluxo
  1. /writer:discuss the topic
    /writer:discuss — the unspoken risks of serverless. 1200 words, for engineering VPs.✓ Copiado
    → Claude gathers requirements, not a draft yet
  2. /writer:plan and /writer:execute
    /writer:plan, then /writer:execute.✓ Copiado
    → Structured outline → full draft in your voice
  3. /writer:verify and /writer:ship
    /writer:verify — SEO + humanizer pass. Then /writer:ship to content/blog/.✓ Copiado
    → Quality report, issues fixed, file saved with metadata

Resultado: A ready-to-publish post including SEO metadata.

Combine com: github

Repurpose a blog post into a LinkedIn thread in the same voice

👤 Creators extending reach ⏱ ~25 min beginner

Quando usar: You shipped a post and want a LinkedIn version that doesn't read like AI.

Fluxo
  1. Feed the source
    /writer:discuss — LinkedIn version of <blog URL>. 5-7 posts.✓ Copiado
    → Sequencing + hook strategy, not raw fragmenting
  2. Execute and verify
    /writer:execute then /writer:verify.✓ Copiado
    → Thread that stays in voice through the humanizer pass

Resultado: A LinkedIn thread you'd actually post.

Combinações

Combine com outros MCPs para 10× de alavancagem

claude-content-writer-skill + github

Ship into your content repo as a PR

/writer:ship into content/blog/ on a new branch, then open a PR.✓ Copiado
claude-content-writer-skill + youtube-fetcher-to-markdown-skill

Repurpose video transcripts into profile-voiced content

Fetch the transcript, then /writer:discuss to turn it into a newsletter issue.✓ Copiado
claude-content-writer-skill + seo-blog-writer-claude-skill

Overlap — pick the one whose UX you prefer, don't run both blindly

Use claude-content-writer for brand-voice-heavy work; seo-blog-writer for quick keyword-first posts.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
/writer:profile-create URL(s) + questionnaire + samples Once, before any writing 0
/writer:discuss topic + audience + length Start of a piece 0
/writer:plan discuss output After discuss 0
/writer:execute approved plan Ready to generate 0
/writer:verify draft After execute 0
/writer:ship verified draft + destination Final step 0

Custo e limites

O que custa rodar

Cota de API
None
Tokens por chamada
Multi-phase pipeline can consume substantial tokens per piece
Monetário
Free — skills are local files
Dica
Reuse the profile; re-creating it per post wastes tokens and drifts voice.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: No credentials — pure prompts. Profile data lives in your local skill state.
Saída de dados: URL scanning during profile creation fetches the URLs you provide

Solução de problemas

Erros comuns e correções

Skill not invoked — slash commands produce generic output

Confirm the skill is installed and the profile exists ('/writer:profile-view').

Verificar: ls ~/.claude/skills/claude-content-writer/SKILL.md
SKILL.md frontmatter wrong

Re-clone; description drives activation.

Verificar: head ~/.claude/skills/claude-content-writer/SKILL.md
Wrong trigger keywords — output doesn't match voice

Profile is missing or generic — run /writer:profile-edit with concrete samples.

Alternativas

claude-content-writer vs. outros

AlternativaQuando usarTroca
seo-blog-writer-claude-skillYou care more about SEO mechanics than brand voiceLighter on voice calibration, heavier on SEO pack
claude-code-marketing-skillYou want audits and ads, not primarily content writingDifferent focus

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills