[
  {
    "name": "arch-api-design",
    "version": "1.0.0",
    "layer": "arch",
    "curated": true,
    "description": "Apply the organization's API and service-contract conventions to a new or changed interface",
    "uses": [
      "org-best-practices",
      "org-security-baseline",
      "arch-principles"
    ],
    "usesExt": []
  },
  {
    "name": "arch-principles",
    "version": "1.0.0",
    "layer": "arch",
    "curated": true,
    "description": "Apply organization-wide architecture and design principles to a design, module boundary, or refactor",
    "uses": [
      "org-best-practices",
      "org-security-baseline"
    ],
    "usesExt": []
  },
  {
    "name": "backend-api",
    "version": "1.0.0",
    "layer": "role",
    "curated": true,
    "description": "Apply the organization's backend service conventions to endpoint, service, and persistence work",
    "uses": [
      "org-best-practices",
      "org-security-baseline",
      "arch-principles",
      "arch-api-design"
    ],
    "usesExt": []
  },
  {
    "name": "code-explainer",
    "version": "1.0.0",
    "layer": "util",
    "curated": false,
    "description": "Explain existing code by breaking down logic, control flow, and patterns into plain language",
    "uses": [],
    "usesExt": []
  },
  {
    "name": "devops-cicd",
    "version": "1.0.0",
    "layer": "role",
    "curated": true,
    "description": "Apply the organization's CI/CD, infrastructure-as-code, and release conventions",
    "uses": [
      "org-best-practices",
      "org-security-baseline",
      "arch-principles"
    ],
    "usesExt": []
  },
  {
    "name": "frontend-react",
    "version": "1.0.0",
    "layer": "role",
    "curated": true,
    "description": "Apply the organization's React frontend conventions to component, state, and UI work",
    "uses": [
      "org-best-practices",
      "org-security-baseline",
      "arch-principles"
    ],
    "usesExt": []
  },
  {
    "name": "grill-with-docs",
    "version": "",
    "layer": "external",
    "curated": false,
    "description": "Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise",
    "uses": [],
    "usesExt": [],
    "external": true,
    "source": "skills.sh",
    "ref": "grill-with-docs",
    "install": "npx skills add mattpocock/skills/grill-with-docs"
  },
  {
    "name": "org-best-practices",
    "version": "1.0.0",
    "layer": "org",
    "curated": true,
    "description": "Apply the organization's baseline engineering standards to any code, review, or commit",
    "uses": [],
    "usesExt": []
  },
  {
    "name": "org-security-baseline",
    "version": "1.0.0",
    "layer": "org",
    "curated": true,
    "description": "Apply the organization's non-negotiable security baseline to code and config",
    "uses": [],
    "usesExt": []
  }
]