| name | creator-kit |
|---|---|
| description | Use Creator-kit for creator workflows, content briefs, publishing systems, reusable asset planning, prompt kits, and AI-assisted content production. Trigger when an agent needs to turn an idea into a channel-aware plan or check whether a draft is ready to publish. |
Use this skill when a task involves creator systems, content planning, reusable prompt/assets, publishing workflows, or draft readiness.
- Read
../../README.mdfor the current public surface. - Use the CLI for local planning:
python -m creator_kit_cli. - Use the MCP server when an agent host should call creator workflow tools directly:
python -m creator_kit_mcp.
- Identify the topic, audience, and channel before writing.
- Produce a short brief first: hook, context, useful body, and close.
- Design every asset with reuse in mind: source of truth, derivatives, owner, and next action.
- Keep generated copy ready to edit, not over-polished into a generic voice.
- If publishing advice depends on current platform rules or trends, verify before claiming specifics.
python -m creator_kit_cli brief
python -m creator_kit_cli plan --topic "AI-assisted creator workflow" --audience "solo creators" --channel newsletter
python -m creator_kit_cli checklist --asset-type "launch thread"{
"mcpServers": {
"creator-kit": {
"command": "python",
"args": ["-m", "creator_kit_mcp"]
}
}
}- Do not invent platform policy, pricing, or performance claims from memory.
- Preserve the creator's voice; do not flatten everything into generic marketing copy.
- Separate draft text from publishing strategy when the user needs both.