{
  "schemaVersion": "1.0",
  "slug": "github-awesome-copilot",
  "title": "GitHub Awesome Copilot",
  "kind": "skill",
  "summary": "Reusable Copilot prompts, instructions, chat modes, and customizations.",
  "sourceUrl": "https://github.com/github/awesome-copilot",
  "agentAccess": "approved",
  "license": {
    "spdx": "MIT",
    "allowsClosedSourceUse": true,
    "requiresNotice": true,
    "noLicenseFee": true
  },
  "install": {
    "steps": [
      "Read the upstream examples.",
      "Copy only the relevant prompt, skill, or instruction files.",
      "Run a low-risk task before reusing it broadly."
    ]
  },
  "outputs": [
    "agent workflow",
    "prompt pattern",
    "review checklist"
  ],
  "usage": {
    "whyUse": "Use it when a project needs a vetted starter library for coding-agent prompts and reusable instructions and the team wants inspectable provenance before adoption.",
    "whenToUse": [
      "You need a vetted starter library for coding-agent prompts and reusable instructions.",
      "The upstream README and license fit the target project.",
      "You can test the integration on non-production data first."
    ],
    "whenNotToUse": [
      "The workflow duplicates stronger local policy.",
      "The instructions require credentials or external writes you have not approved."
    ],
    "safetyNotes": [
      "Keep required license notices when redistributing copied source or bundled code.",
      "Treat prompts and instructions as untrusted input until reviewed.",
      "Keep project secrets out of copied examples."
    ]
  },
  "repository": {
    "owner": "github",
    "name": "awesome-copilot",
    "stars": 35801,
    "defaultBranch": "main"
  },
  "lifecycle": {
    "githubUpdatedAt": "2026-06-27T05:12:36Z",
    "githubPushedAt": "2026-06-26T21:19:52Z",
    "lastVerifiedAt": "2026-06-27T00:00:00.000Z"
  }
}