{
  "name": "@wallive/agent-skills",
  "version": "0.1.4",
  "description": "Agent skills for Wallive pet packages, Island shader packages, and plugin authoring workflows.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wallive-fyi/wallive.git",
    "directory": "tools/wallive-skills"
  },
  "bin": {
    "wallive-skills": "bin/skills.js"
  },
  "files": [
    "bin",
    "skills",
    ".well-known",
    "README.md"
  ],
  "scripts": {
    "generate:well-known": "node ./scripts/generate-well-known.mjs",
    "clean:well-known": "node ./scripts/clean-well-known.mjs",
    "check:well-known": "node ./scripts/check-well-known.mjs",
    "prepack": "npm run check:well-known",
    "test": "npm run check:well-known --silent && node ./bin/skills.js wallive-backdrop-shader validate --package ./skills/wallive-backdrop-shader/assets/soft-aurora-glow.package.json"
  },
  "keywords": [
    "agent-skills",
    "codex",
    "claude-code",
    "wallive",
    "wallive-pet",
    "dynamic-island"
  ],
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public"
  }
}
