{
  "name": "@gallopsystems/agent-skills",
  "version": "1.25.0",
  "description": "Gallop Systems agent skills, symlinked into .claude/skills (Claude Code) and .agents/skills (Codex) on install.",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gallop-systems/agent-skills.git"
  },
  "files": [
    "plugins",
    "commands",
    "scripts/link-skills.mjs",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postinstall": "node scripts/link-skills.mjs",
    "link-skills": "node scripts/link-skills.mjs",
    "unlink-skills": "node scripts/link-skills.mjs --unlink"
  },
  "engines": {
    "node": ">=16"
  }
}
