<?xml version="1.0" encoding="UTF-8"?>
<spec xmlns="https://vibevm.org/spec/1">
  <title id="root">Package manifest</title>
  <status stage="doc" state="work" audience="user,dev"/>
  <p p="1">What `com.mattpocock/skills@1.0.0` declares about itself. Everything on this page is the package's own manifest, read and shown — nothing here is an opinion about the package.</p>
  <table p="2">
    <tr>
      <td>Field</td>
      <td>Value</td>
    </tr>
    <tr>
      <td>Coordinate</td>
      <td>`com.mattpocock/skills`</td>
    </tr>
    <tr>
      <td>Version</td>
      <td>`1.0.0`</td>
    </tr>
    <tr>
      <td>Kind</td>
      <td>`feat`</td>
    </tr>
    <tr>
      <td>Licence</td>
      <td>UPL-1.0</td>
    </tr>
    <tr>
      <td>Homepage</td>
      <td>https://github.com/mattpocock/skills</td>
    </tr>
    <tr>
      <td>Summary</td>
      <td>Selected Matt Pocock engineering skills packaged for Vibe</td>
    </tr>
    <tr>
      <td>Authors</td>
      <td>Oleg Chirukhin</td>
    </tr>
    <tr>
      <td>Keywords</td>
      <td>skills, engineering, codebase-design</td>
    </tr>
  </table>
  <section id="skills" title="Skills">
    <fence lang="toml" p="3">[[skill]]
agents = [
    "claude",
    "opencode",
    "codex",
]
description = "Matt Pocock's codebase-design skill, pinned and projected from upstream"
include = [
    "SKILL.md",
    "DEEPENING.md",
    "DESIGN-IT-TWICE.md",
]
name = "codebase-design"
path = "skills/engineering/codebase-design"
source = "upstream"
</fence>
  </section>
  <section id="the-manifest" title="The manifest">
    <fence lang="toml" p="4">[package]
name = "skills"
group = "com.mattpocock"
kind = "feat"
version = "1.0.0"
epoch = 1
format = "simple"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "Selected Matt Pocock engineering skills packaged for Vibe"
keywords = ["skills", "engineering", "codebase-design"]
homepage = "https://github.com/mattpocock/skills"
describes = "pkg:github/mattpocock/skills@1.2.3"
bridge = true

[[embedded_source]]
name = "upstream"
kind = "git"
url = "https://github.com/mattpocock/skills.git"
commit = "6acc160e4e0cd062dbbbd7a1b26ae92855edf07e"
content_hash = "sha256-tree/1:fb4fb6a478b56528fe629245da6cfe97f8ff8650b1b5b241c24b02de81af23f3"
ref_hint = "refs/tags/v1.2.3"
auth = "none"
upstream_authors = ["Matt Pocock"]
upstream_license = "MIT"
license_path = "LICENSE"
license_url = "https://github.com/mattpocock/skills/blob/6acc160e4e0cd062dbbbd7a1b26ae92855edf07e/LICENSE"

[[skill]]
name = "codebase-design"
source = "upstream"
path = "skills/engineering/codebase-design"
description = "Matt Pocock's codebase-design skill, pinned and projected from upstream"
agents = ["claude", "opencode", "codex"]
include = ["SKILL.md", "DEEPENING.md", "DESIGN-IT-TWICE.md"]
</fence>
  </section>
</spec>
