Skip to content

Commit 3f7443b

Browse files
committed
Fix skills distribution docs
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent ed9aa92 commit 3f7443b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/toolhive/concepts/skills.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ tool.
6060

6161
## Distribution
6262

63-
Skills are packaged as OCI artifacts for distribution. This means you can push
64-
skills to any OCI-compatible registry (such as GitHub Container Registry) and
65-
reference them by tag or digest, just like container images.
63+
Skills can be distributed as OCI artifacts or from Git repositories. OCI
64+
artifacts can be pushed to any OCI-compatible registry (such as GitHub Container
65+
Registry) and referenced by tag or digest. Git-based packages reference a
66+
repository URL, commit, and optional subfolder.
6667

6768
The ToolHive Registry Server stores skill metadata and makes it searchable
68-
through its API. The actual skill content is fetched from the OCI registry when
69-
a skill is installed.
69+
through its API. The actual skill content is fetched from the package source
70+
when a skill is installed.
7071

7172
## Lifecycle
7273

0 commit comments

Comments
 (0)