Ai-first-toolkit content-studio
Entry point for the TechWolf content-studio plugin. Use to understand the workflow, pick the right content skill, or start setup for a new author/repository.
install
source · Clone the upstream repo
git clone https://github.com/techwolf-ai/ai-first-toolkit
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/techwolf-ai/ai-first-toolkit "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/content-studio/skills/content-studio" ~/.claude/skills/techwolf-ai-ai-first-toolkit-content-studio && rm -rf "$T"
manifest:
plugins/content-studio/skills/content-studio/SKILL.mdsource content
Content Studio
Use this skill as the plugin-level entry point for the TechWolf content-studio workflow in Codex.
Start Here
- If the user wants a new content studio for a person, use
first.setup-content-studio - If the repository is already configured, route to the most specific skill:
write-linkedin-postwrite-blog-postwrite-opinionbrainstorm-linkedinbrainstorm-opinionanalyze-performance
Workflow
- Confirm whether the current repository is already a configured content studio.
- If not, use
to create or adapt one from the template.setup-content-studio - Before writing or brainstorming, read the existing published content and author guidance required by the target skill.
- Use the repository scripts for search/list/print operations when the selected skill expects them.
Repository Expectations
- Most content skills assume they are being run inside a configured content studio repository.
- Those skills rely on repo-local files such as
,guidelines/
,references/
, andcontent/posts/
.scripts/ - If those files are missing, stop and either run
or explain what is missing.setup-content-studio