{
  "name": "qiushi-skill",
  "version": "1.4.1",
  "description": "以经典唯物辩证法与实践哲学武装 AI Agent 大脑的方法论 Skills 合集",
  "author": "HughYau",
  "license": "MIT",
  "type": "module",
  "bin": {
    "qiushi-skill": "./bin/qiushi-skill.mjs"
  },
  "files": [
    "skills",
    "commands",
    "hooks",
    "agents",
    ".claude-plugin",
    ".cursor-plugin",
    ".codex",
    ".opencode",
    ".openclaw",
    ".hermes",
    ".nanobot",
    "bin",
    "README.md",
    "README.en.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.17"
  },
  "scripts": {
    "validate": "node ./bin/qiushi-skill.mjs validate",
    "validate:sh": "bash tests/validate.sh",
    "validate:win": "powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -File tests/validate.ps1",
    "test": "node --test tests/*.test.mjs && node ./bin/qiushi-skill.mjs validate",
    "test:sh": "bash tests/validate.sh",
    "test:win": "powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -File tests/validate.ps1",
    "verify:install": "node ./bin/qiushi-skill.mjs validate"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HughYau/qiushi-skill.git"
  },
  "homepage": "https://github.com/HughYau/qiushi-skill#readme",
  "bugs": {
    "url": "https://github.com/HughYau/qiushi-skill/issues"
  },
  "keywords": [
    "agent",
    "skills",
    "claude-code",
    "cursor",
    "codex",
    "opencode",
    "openclaw",
    "hermes-agent",
    "methodology",
    "productivity",
    "chinese"
  ]
}
