{
  "name": "rk-skills",
  "version": "1.7.0",
  "description": "Installer for Claude Code workflow skills — GitHub issue/PR/release automation and Fable-driven planning.",
  "type": "module",
  "bin": {
    "rk-skills": "bin/install.mjs"
  },
  "files": [
    "bin",
    "skills",
    "agents",
    "workflows",
    ".claude-plugin",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "claude-code",
    "claude",
    "skills",
    "plugin",
    "workflow",
    "github-issues",
    "pull-requests",
    "fable"
  ],
  "homepage": "https://github.com/richkuo/rk-skills#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/richkuo/rk-skills.git"
  },
  "author": "Richard Kuo",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
