# Package manifest {#root}

@status:doc/work @audience:user,dev

[p01] 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.

[p02]
| Field | Value |
| --- | --- |
| Coordinate | `com.mattpocock/skills` |
| Version | `1.0.0` |
| Kind | `feat` |
| Licence | UPL-1.0 |
| Homepage | https://github.com/mattpocock/skills |
| Summary | Selected Matt Pocock engineering skills packaged for Vibe |
| Authors | Oleg Chirukhin |
| Keywords | skills, engineering, codebase-design |

## Skills {#skills}

[p03]
```toml
[[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"

```

## The manifest {#the-manifest}

[p04]
```toml
[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"]

```

