# Criador De Conteudo

> Cria pecas de conteudo com base em objetivo, canal, publico e proposta de valor.

- Skill: `tiago1002bravy/criador-de-conteudo` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add tiago1002bravy/criador-de-conteudo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tiago1002bravy/criador-de-conteudo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- License: MIT
- Author: tiago1002bravy (https://skillmd.com/u/tiago1002bravy)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tiago1002bravy/criador-de-conteudo

---


# Criador de Conteudo

Resumo em PT-BR: Cria pecas de conteudo com base em objetivo, canal, publico e proposta de valor.
Titulo original: `Content Creator → Redirected`
Observacao: instrucoes detalhadas, referencias e scripts originais abaixo foram preservados em ingles.


> **This skill has been split into two specialist skills.** Use the one that matches your intent:

| You want to... | Use this instead |
|----------------|-----------------|
| **Write** a blog post, article, or guide | [content-production](../content-production/) |
| **Plan** what content to create, topic clusters, calendar | [estrategia-de-conteudo](../estrategia-de-conteudo/) |
| **Analyze brand voice** | [content-production](../content-production/) (includes `brand_voice_analyzer.py`) |
| **Optimize SEO** for existing content | [content-production](../content-production/) (includes `seo_optimizer.py`) |
| **Create social media content** | [conteudo-para-redes-sociais](../conteudo-para-redes-sociais/) |

## Why the Change

The original `criador-de-conteudo` tried to do everything: planning, writing, SEO, social, brand voice. That made it a jack of all trades. The specialist skills do each job better:

- **content-production** — Full pipeline: research → brief → draft → optimize → publish. Includes all Python tools from the original criador-de-conteudo.
- **estrategia-de-conteudo** — Strategic planning: topic clusters, keyword research, content calendars, prioritization frameworks.

## Proactive Triggers

- **User asks "content creator"** → Route to content-production (most likely intent is writing).
- **User asks "content plan" or "what should I write"** → Route to estrategia-de-conteudo.

## Output Artifacts

| When you ask for... | Routed to... |
|---------------------|-------------|
| "Write a blog post" | content-production |
| "Content calendar" | estrategia-de-conteudo |
| "Brand voice analysis" | content-production (`brand_voice_analyzer.py`) |
| "SEO optimization" | content-production (`seo_optimizer.py`) |

## Communication

This is a redirect skill. Route the user to the correct specialist — don't attempt to handle the request here.

## Related Skills

- **content-production**: Full content execution pipeline (successor).
- **estrategia-de-conteudo**: Content planning and topic selection (successor).
- **content-humanizer**: Post-processing AI content to sound authentic.
- **contexto-de-marketing**: Foundation context that both successors read.

