<< All versions
Skill v1.0.0
currentAutomated scan100/100techwolf-ai/ai-first-toolkit/content-studio
──Details
PublishedApril 29, 2026 at 04:42 PM
Content Hashsha256:5f1c1846a734aa25...
Git SHA852272ec21ce
──Files
Files (1 file, 1.4 KB)
SKILL.md1.4 KBactive
SKILL.md · 34 lines · 1.4 KB
version: "1.0.0" name: content-studio description: 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.
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
setup-content-studiofirst. - 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
setup-content-studioto create or adapt one from the template. - 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/,content/posts/, andscripts/. - If those files are missing, stop and either run
setup-content-studioor explain what is missing.