{
  "name": "sheleg-design-skill",
  "version": "1.61.0",
  "description": "Design taste as an installable agent skill. Cinematic scroll-driven landing pages built on one scroll clock and layered degrade-to-calm motion, a motion doctrine that decides whether to animate before it decides how, three calibration dials, and thirty-nine locked style packs with ready-made design tokens \u2014 instrument-console, editorial-luxury, workbench, briefing-room, atrium, orchard, outrank, babylove, patchbay, nameplate, field-notes, cyclorama, showroom, blueprint, prism, maquette, scoreboard, datasheet, manpage, pigeonhole, roster, ora, tenor, paperclip, ledger, router, daylight, notation, almanac, vitrine, proscenium, awning, bulletin, rimlight, onionskin, deskmate, test-drive, surveyor and chorus. Colour, slop and fork-reciprocity gates run as scripts, not opinions. Works with Cursor, Claude Code and any agent that reads a SKILL.md.",
  "bin": {
    "sheleg-design-skill": "bin/cli.js"
  },
  "files": [
    "bin/",
    "plugins/",
    "cursor/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "kits/"
  ],
  "type": "commonjs",
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "test": "python3 test/validate.py && python3 test/validate_palette.py && python3 test/sloplint.py && python3 tools/chrome.py && node --check bin/cli.js && node test/installer_test.js && npm run selftest && npm run test:audit",
    "validate": "python3 test/validate.py && python3 test/validate_palette.py && python3 test/sloplint.py",
    "smoke": "node bin/cli.js --help",
    "palette": "python3 test/validate_palette.py",
    "sync-kits": "python3 scripts/sync-kit-tokens.py",
    "gen-descriptions": "python3 scripts/gen_manifest_descriptions.py --write",
    "gen-contents": "python3 scripts/gen_contents.py --write",
    "sloplint": "python3 test/sloplint.py",
    "selftest": "python3 test/validate.py --self-test && python3 test/validate_palette.py --self-test && python3 test/sloplint.py --self-test",
    "site": "python3 tools/site.py --out _site",
    "chrome": "python3 tools/chrome.py",
    "test:audit": "for t in test/audit_regressions/*.py; do python3 \"$t\" || exit 1; done"
  },
  "keywords": [
    "skill",
    "cursor",
    "claude",
    "agent-skill",
    "design-system",
    "motion",
    "animation",
    "particles",
    "webgl",
    "scroll",
    "gsap",
    "three",
    "framer-motion",
    "landing-page",
    "sheleg"
  ],
  "author": {
    "name": "ssheleg",
    "url": "https://x.com/sshlg93"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssheleg/sheleg-design-skill.git"
  },
  "homepage": "https://skills.sshlg.me/skills/sheleg-design/",
  "bugs": {
    "url": "https://github.com/ssheleg/sheleg-design-skill/issues"
  }
}
