install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/content-studio" ~/.claude/skills/majiayu000-claude-skill-registry-content-studio && rm -rf "$T"
manifest:
skills/data/content-studio/SKILL.mdsource content
Content Studio Skill
Purpose
Create various types of content:
- Motion graphics videos (via motion-studio)
- Text content (posts, threads, articles)
- Code snippets and demos
- Visual content concepts
Invocation
/content-studio [type] [options]
Arguments
: video, text, code, or ideatype
: Subject matter--topic [topic]
: Visual/writing style--style [style]
: Duration or word count--length [length]
Examples
/content-studio video --topic "AI update" /content-studio text --style "technical" /content-studio idea # Generate content ideas
Content Types
Video (via motion-studio)
Uses the motion-studio skill for:
- Animated typography
- Generative backgrounds
- Motion graphics
- Social media clips
Example workflow:
1. Define message/topic 2. Choose visual style 3. Generate via motion-studio 4. Export for platform
Text Content
- Posts (short-form)
- Threads (multi-part)
- Analysis pieces
- Code explanations
Code Content
- Working snippets
- Demo projects
- Tutorials
- Tool releases
Integration with motion-studio
The motion-studio skill is available for video creation:
/motion-studio --style "flow-field" --text "Your message here" --duration 10
Supports:
- Flow fields
- Particle systems
- Shader effects
- Typography animation
- Custom color palettes
Workflow
For Videos
- Concept: Define message and audience
- Script: Write text/narration
- Style: Choose visual approach
- Generate: Use motion-studio
- Review: Check quality
- Export: Platform-appropriate format
For Text
- Topic: What to write about
- Angle: Unique perspective
- Personality: Load appropriate voice
- Draft: Write content
- Edit: Refine and polish
- Ready: For /poster
For Code
- Problem: What does it solve
- Implement: Write working code
- Test: Verify it works
- Document: Clear explanation
- Package: Ready to share
Quality Standards
Videos
- Clear message
- Professional look
- Appropriate length
- Platform-optimized
Text
- Original perspective
- Well-written
- Appropriate tone
- Value-adding
Code
- Working
- Clean
- Documented
- Useful
Output
Returns content ready for posting or the generated asset path for videos.