| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "fmode-image-set",
- "version": "0.2.0",
- "description": "Claude-authored platform-aware ecommerce image-set pipeline with Qwen visual assistance, text-free visual bases, and an experimental typography output.",
- "plugin": "fmode-image-set",
- "skills": [
- "fmode-image-set"
- ],
- "mcpTools": [
- "fmode_image_set_run",
- "fmode_image_set_validate"
- ],
- "entrySkill": "fmode-image-set",
- "capabilityMap": "docs/capability-map.md",
- "customerQuickstart": "docs/customer-quickstart.md",
- "liveAcceptanceChecklist": "docs/live-manual-acceptance-checklist.md",
- "deliverableContract": "docs/deliverables/image-set-result.md",
- "primaryUseCases": [
- "Generate a 16:9 product three-view sheet directly from one product image",
- "Generate text-free 16:9 three-view and visual-setting references directly from one product image",
- "Let Claude author a product-adaptive setting board and platform-aware seven-page PromptModules",
- "Generate one white-background, two selling-point, two usage-scene and two purchase-decision visual bases using only generated references",
- "Produce a source-tracked experimental Chinese typography version with geometric collision avoidance for technical review",
- "Resume every stage in the same run without repeating completed paid calls"
- ],
- "recommendedUserPrompts": [
- "给这款商品做一套适合淘宝详情页的中文七图,直接生成并交付。",
- "用这张商品图生成产品三视图、产品设定图和一套七图。",
- "继续恢复刚才的运行,只处理技术失败图位。"
- ],
- "installCommand": "node install.js",
- "workspaceInstallCommand": "fmode-image-set workspace --smoke",
- "workspaceInstallTarget": ".claude/skills/fmode-image-set",
- "mcpSmokeCommand": "npm run mcp:smoke",
- "packageSmokeCommand": "npm run smoke:package"
- }
|