{
  "name": "@reddb-io/red-skills-dev",
  "version": "4.7.3",
  "description": "reddb.io dev plugin - engineering skills for code agents (autonomous /afk loop, /go dispatch, triage, tdd, diagnose, graph-aware codebase understanding, ...)",
  "license": "Apache-2.0",
  "homepage": "https://github.com/reddb-io/red-skills",
  "repository": {
    "type": "git",
    "url": "https://github.com/reddb-io/redskilled.git"
  },
  "keywords": [
    "pi-package",
    "reddb-io",
    "red-skills"
  ],
  "pi": {
    "skills": [
      "./skills/engineering/*/SKILL.md",
      "./skills/knowledge/*/SKILL.md",
      "./skills/productivity/*/SKILL.md",
      "./skills/misc/*/SKILL.md"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "skills/**/*",
    "dist/**/*",
    ".claude-plugin/**/*",
    ".codex-plugin/**/*",
    ".gemini-plugin/**/*",
    ".mcp.json",
    "agents/**/*",
    "hooks/**/*",
    "runtime.toon",
    "scripts/**/*",
    "package.json",
    "README.md"
  ]
}