Product design skills

package.json

A supporting file of the design-and-refine skill, shown as source.

{
  "name": "@its-thepoe/design-and-refine",
  "version": "1.0.1",
  "description": "Agent Skill: Design & Refine / 0x Designer workflow (manual playbook + Design Lab guidance).",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "design",
    "ui",
    "cursor"
  ],
  "files": [
    "README.md",
    "SKILL.md",
    "reference.md",
    "package.json"
  ],
  "exports": {
    ".": "./SKILL.md",
    "./SKILL.md": "./SKILL.md",
    "./reference.md": "./reference.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/its-thepoe/skills.git",
    "directory": "design/design-and-refine"
  }
}