{
  "name": "@barlevalon/diagnose-skill",
  "version": "0.1.0",
  "description": "Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce \u2192 minimise \u2192 hypothesise \u2192 instrument \u2192 fix \u2192 regression-test. Use when user says \"diagnose this\" / \"debug this\", reports a bug, says som...",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barlevalon/skills.git",
    "directory": "skills/engineering/diagnose"
  },
  "bugs": {
    "url": "https://github.com/barlevalon/skills/issues"
  },
  "homepage": "https://github.com/barlevalon/skills/tree/main/skills/engineering/diagnose#readme",
  "keywords": [
    "agent-skill",
    "agent-skills",
    "ai-agent",
    "diagnose",
    "engineering",
    "pi",
    "pi-package",
    "skills"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "SKILL.md",
    "scripts/hitl-loop.template.sh"
  ],
  "scripts": {
    "pack:check": "npm pack --dry-run"
  },
  "pi": {
    "skills": [
      "./SKILL.md"
    ]
  },
  "curator": "Alon Hearter"
}
