{
  "name": "git-workflow-skill",
  "version": "1.0.0",
  "description": "gitflow — end-to-end GitHub delivery skill for AI agents: feature branch → atomic commits → validation → pull request → merge → cleanup → GitHub Projects tasks. Team-safe (respects branch protection), stack-agnostic. Auto-installs into .agents/skills or .claude/skills.",
  "keywords": [
    "skills",
    "skills.sh",
    "claude",
    "claude-code",
    "cursor",
    "ai-agents",
    "agent-skill",
    "git",
    "github",
    "gitflow",
    "git-workflow",
    "pull-request",
    "merge",
    "workflow",
    "conventional-commits",
    "atomic-commits",
    "github-projects",
    "branch-protection"
  ],
  "author": {
    "name": "Tash000",
    "url": "https://github.com/Tash000"
  },
  "license": "MIT",
  "type": "module",
  "files": [
    "skills/",
    "scripts/",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node ./scripts/install.mjs"
  },
  "engines": {
    "node": ">=16"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tash000/git-workflow-skill.git"
  },
  "bugs": {
    "url": "https://github.com/Tash000/git-workflow-skill/issues"
  },
  "homepage": "https://github.com/Tash000/git-workflow-skill"
}
