quickdesign
v0.8.0AI 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.
By QuickDesignLicense: MIT4.4k GitHub starsUpdated 4 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install quickdesign for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install quickdesign@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/anthropics/claude-plugins-communityClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is quickdesign/.
Plugin files
├── .claude-plugin/plugin.json└── skills/quickdesign/SKILL.md
Included Skills1
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.
Plugin manifests1
{
"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"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[quickdesign on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quickdesign)