
Creative
- Updated May 25, 2026
- 0xobat/claude-skills
creative is a Claude Code plugin bundle of AI media-generation skills for images, product photos, product video, social graphics, and talking-head content.
About
creative is a Claude Code plugin bundle of AI media-generation skills: ai-creative-strategist, ai-image-generation, ai-product-photo, ai-product-video, ai-social-graphics, and ai-talking-head. The generation skills call image and video models (for example Nano Banana Pro via Glif) with a systematic model-selection and iteration workflow. A developer or marketer uses it to produce product shots, social graphics, and short videos from a prompt.
- Plugin bundle of AI creative skills: image generation, product photo, product video, social graphics, talking-head, and
- Image generation runs via Replicate / Glif MCP with model selection and iteration built in
- Routes vague creative requests through a creative strategist to the right execution skill
Creative by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
creative capabilities & compatibility
- Capabilities
- image generation · video generation · product photography · social graphics
- Use cases
- image generation · video generation · marketing
- Pricing
- Bring your own API key
/plugin marketplace add 0xobat/claude-skills/plugin install creative@0xobat-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 25, 2026 |
|---|---|
| Repository | 0xobat/claude-skills ↗ |
What it does
Generate product photos, social graphics, and short videos with AI models from a prompt.
Who is it for?
creators and marketers producing product visuals and social media assets with AI
Skip if: hand-illustrated or non-generative design work, or teams without access to the required generation APIs
When should I use this skill?
you need to generate an image, product shot, social graphic, or short video with AI models
What you get
Generated images, product photos, social graphics, or videos produced through a systematic model-selection and iteration workflow.
By the numbers
- 6 creative skills in the bundle
README.md
0xobat-skills
Claude Code plugin marketplace with custom skills.
Install
Note: Plugin marketplace is a Claude Code feature.
./install.sh
Claude Code (via Plugin Marketplace)
Register the marketplace first:
/plugin marketplace add 0xobat/claude-skills
Then install plugins:
/plugin install dev@0xobat-skills
/plugin install marketing@0xobat-skills
/plugin install social@0xobat-skills
/plugin install creative@0xobat-skills
/plugin install startup@0xobat-skills
Plugins
| Plugin | Skills |
|---|---|
dev |
coding-session, design-session, manage-features, onboard, recover-session, team-lead |
marketing |
brand-voice, content-atomizer, direct-response-copy, email-sequences, keyword-research, lead-magnet, newsletter, orchestrator, positioning-angles, seo-content |
social |
x-algorithm-optimizer |
creative |
ai-creative-strategist, ai-image-generation, ai-product-photo, ai-product-video, ai-social-graphics, ai-talking-head |
startup |
startup-secrets-cvp |
Dev Workflow
Adopts the docs-first convention (see workflow-convention.md at the repo root): each initiative lives in docs/<initiative>/ with a design.md, features.json, and progress.md.
Recommended flow for the dev skills:
/design-session— interactive Q&A + research; producesdocs/<initiative>/design.md+features.json/manage-features— split, add, deprecate, or audit features mid-project/coding-session— implement features one at a time; updatesprogress.md/team-lead— parallelize with agents when 3+ independent features are ready/recover-session— diagnose and fix when the verify command breaks
Recommended Companion Plugins
Install superpowers for skills that pair well with dev:
/security-review— audit code for vulnerabilities before merging/code-review— review PRs against plan and coding standards/verification-before-completion— prevent premature "done" claims