{
  "name": "omniverse-engineering-skillset",
  "version": "0.1.8",
  "description": "Install engineering workflow skills for coding agents across planning, implementation, review, QA, git handoff, project memory, and system design.",
  "license": "MIT",
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "test": "node --test"
  },
  "bin": {
    "omniverse-engineering-skillset": "bin/omniverse-engineering-skillset.js"
  },
  "files": [
    ".agents/plugins",
    ".agy",
    ".claude-plugin",
    ".codex-plugin",
    ".cursor-plugin",
    ".kimi-plugin",
    ".opencode",
    ".pi",
    "assets",
    "bin",
    "docs",
    "scripts",
    "skills",
    "LICENSE",
    "PRIVACY.md",
    "README.md",
    "SECURITY.md",
    "install.sh"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yongjiexue88/omniverse-engineering-skillset.git"
  },
  "homepage": "https://github.com/yongjiexue88/omniverse-engineering-skillset#readme",
  "bugs": {
    "url": "https://github.com/yongjiexue88/omniverse-engineering-skillset/issues"
  },
  "keywords": [
    "skills",
    "skills-cli",
    "agent-skills",
    "ai-agent",
    "codex",
    "claude-code",
    "software-engineering"
  ],
  "engines": {
    "node": ">=18"
  }
}
