{
  "name": "@ecology91/skills",
  "version": "0.4.0",
  "description": "opencode agent skills for real engineering workflows.",
  "license": "MIT",
  "type": "module",
  "dependencies": {
    "@clack/prompts": "^0.11.0"
  },
  "bin": {
    "ecology91-skills": "bin/install.mjs"
  },
  "files": [
    "bin/",
    "scripts/",
    ".claude-plugin/",
    "skills/engineering/",
    "skills/productivity/",
    "skills/misc/",
    "opencode.json",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ecology9191/skills.git"
  },
  "bugs": {
    "url": "https://github.com/ecology9191/skills/issues"
  },
  "homepage": "https://github.com/ecology9191/skills#readme",
  "keywords": [
    "agent-skills",
    "opencode",
    "skills",
    "ai-agents",
    "sandcastle",
    "ralph"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "changeset": "changeset",
    "version": "changeset version",
    "typecheck": "node --check bin/install.mjs && node --check bin/collect-skills.mjs && node --check bin/install-summary.mjs && node --check bin/prompt-skills.mjs && node --check bin/resolve-selection.mjs && node --check bin/resolve-selection.test.mjs && node --check bin/install-summary.test.mjs && node --check scripts/skill-policy.test.mjs && node --check scripts/generate-marketplace.mjs && node --check scripts/verify-marketplace.mjs && node --check scripts/verify-package-files.mjs && node --check skills/engineering/sandcastle-shadow-monitor/scripts/snapshot.mjs && node --check skills/engineering/sandcastle-shadow-monitor/scripts/snapshot.test.mjs && node --check skills/engineering/sandcastle-shadow-monitor/scripts/recurrence.mjs && node --check skills/engineering/sandcastle-shadow-monitor/scripts/recurrence.test.mjs",
    "test": "node --test bin/resolve-selection.test.mjs && node --test bin/install-summary.test.mjs && node --test scripts/skill-policy.test.mjs && node --test skills/engineering/sandcastle-shadow-monitor/scripts/recurrence.test.mjs && node --test skills/engineering/sandcastle-shadow-monitor/scripts/snapshot.test.mjs && node bin/install.mjs --dry-run --copy --all",
    "test:unit": "node --test bin/resolve-selection.test.mjs && node --test bin/install-summary.test.mjs && node --test scripts/skill-policy.test.mjs && node --test skills/engineering/sandcastle-shadow-monitor/scripts/recurrence.test.mjs && node --test skills/engineering/sandcastle-shadow-monitor/scripts/snapshot.test.mjs",
    "link-skills": "./scripts/link-skills.sh",
    "build": "node scripts/verify-package-files.mjs && node scripts/verify-marketplace.mjs",
    "generate:marketplace": "node scripts/generate-marketplace.mjs",
    "validate:fast": "npm run typecheck && npm run test",
    "validate": "npm run validate:fast && npm run build"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.7.0",
    "@changesets/cli": "^2.30.0"
  },
  "packageManager": "npm@10.9.4"
}
