skill-package-manifest.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "fmode-image-set",
  3. "version": "0.1.0",
  4. "description": "Claude Code native ecommerce image-set package with evidence-bounded planning and traceable generation.",
  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. "Understand a user-provided product image without inventing hidden product facts",
  20. "Plan one coherent seven-image ecommerce set with distinct business roles",
  21. "Compile and validate per-slot generation prompts",
  22. "Generate through Jimeng with cost caps, resumable state, and delivery integrity checks",
  23. "Reject generated images that drift from the audited product identity"
  24. ],
  25. "recommendedUserPrompts": [
  26. "给这款商品做一套高级、适合电商详情页的七图。",
  27. "先帮我规划这套图,不要实际生图。",
  28. "继续恢复刚才那套图,只处理允许恢复的图位。"
  29. ],
  30. "installCommand": "node install.js",
  31. "workspaceInstallCommand": "fmode-image-set workspace --smoke",
  32. "workspaceInstallTarget": ".claude/skills/fmode-image-set",
  33. "mcpSmokeCommand": "npm run mcp:smoke",
  34. "packageSmokeCommand": "npm run smoke:package"
  35. }