plugins marketplace
← All plugins

quickdesign

v0.8.0

AI media generation skill for the QuickDesign CLI. Seedance 2.0 R2V (universal default for UGC / talking-avatar / promo), Sora 2, Kling, Nano Banana 2 (multi-ref image edit), video upscale. Multi-segment voice continuity, multi-product reference composition, anatomy self-check, model-agnostic concepts + per-model reference cards.

Claude Code1 skill

by QuickDesignMIT340updated 10 hours ago

Source

git clone https://github.com/anthropics/claude-plugins-community

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is quickdesign/ inside the repository.

Layout

quickdesign/
├── .claude-plugin/plugin.json
└── skills/quickdesign/SKILL.md

Skills1

quickdesignskills/quickdesign/SKILL.md

Use the `quickdesign` CLI to generate AI media — UGC promo videos, image edits, product creatives, video upscales — through Seedance, Kling, Sora2, Nano Banana, and GPT Image. Invoke this skill whenever the user asks for a talking-avatar video, multi-segment ad / promo / explainer, image edit (object swap, angle change, state change), product photoshoot, or video upscale via QuickDesign.

Manifests1

quickdesign/.claude-plugin/plugin.json
{
  "name": "quickdesign",
  "version": "0.8.0",
  "description": "AI media generation skill for the QuickDesign CLI. Seedance 2.0 R2V (universal default for UGC / talking-avatar / promo), Sora 2, Kling, Nano Banana 2 (multi-ref image edit), video upscale. Multi-segment voice continuity, multi-product reference composition, anatomy self-check, model-agnostic concepts + per-model reference cards.",
  "icon": "./icon.svg",
  "author": {
    "name": "QuickDesign",
    "url": "https://quickdesign.io"
  },
  "homepage": "https://github.com/ottasilver/quickdesign-cli",
  "repository": "https://github.com/ottasilver/quickdesign-cli",
  "license": "MIT",
  "keywords": [
    "ai",
    "video-generation",
    "image-generation",
    "ugc",
    "seedance",
    "sora",
    "kling",
    "nano-banana"
  ]
}