{
  "name": "@mandujs/skills",
  "version": "0.20.1",
  "type": "module",
  "description": "Claude Code skills and plugin for Mandu framework",
  "license": "MPL-2.0",
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./init-integration": "./src/init-integration.ts",
    "./generator": "./src/generator/index.ts",
    "./loop-closure": "./src/loop-closure/index.ts",
    "./loop-closure/detectors": "./src/loop-closure/detectors.ts"
  },
  "bin": {
    "mandu-skills": "./src/cli.ts"
  },
  "files": [
    "src/**/*",
    "skills/**/*",
    "templates/**/*",
    ".claude-plugin/**/*",
    "README.md"
  ],
  "keywords": [
    "mandu",
    "claude-code",
    "skills",
    "plugin",
    "ai",
    "agent",
    "architecture",
    "guard"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/konamgil/mandu.git",
    "directory": "packages/skills"
  },
  "author": "konamgil",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "bun": ">=1.3.12"
  },
  "peerDependencies": {
    "@mandujs/core": "^0.54.0"
  },
  "peerDependenciesMeta": {
    "@mandujs/core": {
      "optional": true
    }
  }
}
