| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "fmode-image-set",
- "version": "0.1.0",
- "description": "Claude Code native ecommerce image-set package with evidence-bounded planning and traceable generation.",
- "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": [
- "Understand a user-provided product image without inventing hidden product facts",
- "Plan one coherent seven-image ecommerce set with distinct business roles",
- "Compile and validate per-slot generation prompts",
- "Generate through Jimeng with cost caps, resumable state, and delivery integrity checks",
- "Reject generated images that drift from the audited product identity"
- ],
- "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"
- }
|