{
  "name": "@robhowley/py-pit-skills",
  "version": "4.4.0",
  "description": "Opinionated Python API development skills for AI coding agents (Pi, Claude Code).",
  "keywords": [
    "pi-package"
  ],
  "author": "Rob Howley",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/robhowley/py-pit-skills"
  },
  "homepage": "https://github.com/robhowley/py-pit-skills",
  "bugs": {
    "url": "https://github.com/robhowley/py-pit-skills/issues"
  },
  "files": [
    "skills/",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "skills": [
      "./skills"
    ]
  }
}
