# Package manifest {#root}

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

[p01] What `org.speckit/speckit@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 | `org.speckit/speckit` |
| Version | `1.0.0` |
| Kind | `feat` |
| Licence | UPL-1.0 |
| Homepage | https://github.com/github/spec-kit |
| Summary | GitHub Spec Kit's core specification workflow packaged for Vibe |
| Authors | Oleg Chirukhin |
| Keywords | spec-kit, specification, skills |

## Skills {#skills}

[p03]
```toml
[[skill]]
agents = [
    "claude",
    "opencode",
    "codex",
]
description = "Use the upstream Spec Kit core command templates without vendoring them"
include = ["SKILL.md"]
name = "speckit-core"
path = "skills/speckit-core"

[[skill.resource]]
embedded_source = "upstream"
include = [
    "constitution.md",
    "specify.md",
    "plan.md",
    "tasks.md",
    "implement.md",
]
path = "templates/commands"
target = "references/upstream-commands"

```

## The manifest {#the-manifest}

[p04]
```toml
[package]
name = "speckit"
group = "org.speckit"
kind = "feat"
version = "1.0.0"
epoch = 1
format = "simple"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "GitHub Spec Kit's core specification workflow packaged for Vibe"
keywords = ["spec-kit", "specification", "skills"]
homepage = "https://github.com/github/spec-kit"
describes = "pkg:github/github/spec-kit@1.0.6"
bridge = true

[[embedded_source]]
name = "upstream"
kind = "git"
url = "https://github.com/github/spec-kit.git"
commit = "96c9bd657bfd5de0d651a6165084932b7304ac99"
content_hash = "sha256-tree/1:91249902cbdad534278a14c437ab9fd43439c3f1df96a7a051d47b08509c88fc"
ref_hint = "refs/tags/v1.0.6"
auth = "none"
upstream_authors = ["GitHub, Inc."]
upstream_license = "MIT"
license_path = "LICENSE"
license_url = "https://github.com/github/spec-kit/blob/96c9bd657bfd5de0d651a6165084932b7304ac99/LICENSE"

[[skill]]
name = "speckit-core"
path = "skills/speckit-core"
description = "Use the upstream Spec Kit core command templates without vendoring them"
agents = ["claude", "opencode", "codex"]
include = ["SKILL.md"]

[[skill.resource]]
embedded_source = "upstream"
path = "templates/commands"
include = ["constitution.md", "specify.md", "plan.md", "tasks.md", "implement.md"]
target = "references/upstream-commands"

```

