{
  "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
  "skills": [
    {
      "name": "changelog-draft",
      "type": "skill-md",
      "description": "Turns merged commits or PRs into a changelog written for the people who use the software, not the people who wrote it. Use when cutting a release, writing release notes, or updating a CHANGELOG.",
      "url": "/.well-known/agent-skills/changelog-draft/SKILL.md",
      "digest": "sha256:a73e7baf1a4377a785a0b3309d26fdd7511bd7f5b801b2296089f51e5b2e748e"
    },
    {
      "name": "commit-message",
      "type": "skill-md",
      "description": "Writes a clear commit message from your staged changes — a subject that fits in 50 characters and a body that explains why. Use when committing a change whose reason isn't obvious from the diff alone.",
      "url": "/.well-known/agent-skills/commit-message/SKILL.md",
      "digest": "sha256:2160c5c12d01e3d931cf9fa98d5646763053ea5aea7e9ed8897bdca8335046ca"
    },
    {
      "name": "incident-triage",
      "type": "skill-md",
      "description": "Structures the first 15 minutes of a production incident — stabilize, communicate, diagnose, in that order. Use when an alert fires, an outage is reported, or you're the first responder to a production problem.",
      "url": "/.well-known/agent-skills/incident-triage/SKILL.md",
      "digest": "sha256:cbb0f2a304c4ce5cfb774e8d2b2e499fe68619d34175378b3e2e6ecbf1f71036"
    },
    {
      "name": "pr-handoff",
      "type": "skill-md",
      "description": "Generates a complete pull request description pre-filled with what changed, why, how to test locally, and an acceptance criteria checklist. Use before opening or updating any PR to eliminate the most common review round-trip causes.",
      "url": "/.well-known/agent-skills/pr-handoff/SKILL.md",
      "digest": "sha256:ec0f236804ef238687013d7f56c2f3f022bb19cdcbadf3c6291f69d2338b22cc"
    },
    {
      "name": "review-a-diff",
      "type": "skill-md",
      "description": "Reviews a code diff for correctness bugs, security issues, and missing tests before you approve or merge. Use when reviewing a pull request, checking your own branch before pushing, or asked to look over a diff.",
      "url": "/.well-known/agent-skills/review-a-diff/SKILL.md",
      "digest": "sha256:91db7ab0fe9a4135c9e4abc3491e06517798b6d8df044cbe80d28c688ced041d"
    },
    {
      "name": "skillet-onboarding",
      "type": "skill-md",
      "description": "Step-by-step onboarding for new Skillet users. Trigger on first run, when someone asks how to get started with Skillet, or when setting up Skillet in a new environment. Walks through install, first sync, first publish, and adding a skill from another author.",
      "url": "/.well-known/agent-skills/skillet-onboarding/SKILL.md",
      "digest": "sha256:0cfdbf183ae87dd091441965913181007a3a8e05f58ed0403223860c1c005175"
    },
    {
      "name": "skillet-sync",
      "type": "skill-md",
      "description": "Coach skill for Skillet — teaches the sync model, key commands, and how skills travel across runtimes. Trigger when a user asks how Skillet works, how to sync skills, or how to share a skill with someone.",
      "url": "/.well-known/agent-skills/skillet-sync/SKILL.md",
      "digest": "sha256:2f9878721699ac8c83de1b62367c7392ca4ca87624bfdc4dd8408593fe8ea1e6"
    },
    {
      "name": "sql-review",
      "type": "skill-md",
      "description": "Reviews or writes SQL for correctness, performance, and the footguns that corrupt data or take a table offline. Use when writing a query, reviewing a migration, or before running an UPDATE or DELETE against production.",
      "url": "/.well-known/agent-skills/sql-review/SKILL.md",
      "digest": "sha256:c329da7bf582e3837c8e20304ba7721c33ea4e4e63ca8a3bd2b4afa2d29540d7"
    },
    {
      "name": "tighten-this",
      "type": "skill-md",
      "description": "Cuts the filler from any draft — emails, docs, posts, messages — so it says the same thing in fewer words. Use when text feels long, padded, or buried, or when asked to tighten, trim, or clarify writing.",
      "url": "/.well-known/agent-skills/tighten-this/SKILL.md",
      "digest": "sha256:fb82c157eca8fe1b7c5b462797da43778b87bc96bb16c676be00bf88e36452e2"
    },
    {
      "name": "voice-and-tone",
      "type": "skill-md",
      "description": "Mailchimp-style voice and tone for reader-facing writing — plainspoken, genuine, clear over clever. Use when writing or auditing docs, UI copy, emails, help articles, or any text a customer reads.",
      "url": "/.well-known/agent-skills/voice-and-tone/SKILL.md",
      "digest": "sha256:d28103a4a659efcedc6a59300a8a637b0a2f883bc34329d667656a34075258cb"
    },
    {
      "name": "write-a-skill",
      "type": "skill-md",
      "description": "Helps you write a good SKILL.md — covers frontmatter fields, trigger description, scope, and common mistakes. Use when creating a new skill or improving an existing one. Also the source material for the Skillet publish quickstart.",
      "url": "/.well-known/agent-skills/write-a-skill/SKILL.md",
      "digest": "sha256:56a8fc1b09c6838d1f4caa25fc82627828e447ae6bd5b229f5736793e8222279"
    }
  ]
}