skill-package-manifest.json 1.8 KB

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