Skip to content

feat(dir): add skill bundles#1706

Merged
csirmazbendeguz merged 1 commit into
mainfrom
feat/skill-bundles
Jul 1, 2026
Merged

feat(dir): add skill bundles#1706
csirmazbendeguz merged 1 commit into
mainfrom
feat/skill-bundles

Conversation

@csirmazbendeguz

@csirmazbendeguz csirmazbendeguz commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

#1692

This PR implements AI Catalog support for the Agent Skills bundles

UI changes

It adds 2 checkboxes so we can filter for either skill markdown files or skill bundles:

Screenshot 2026-07-01 at 14 19 42

Dependency changes

It updates the github.com/agntcy/dir-importer and github.com/agntcy/oasf-sdk/pkg dependencies (to the new versions that can handle Agent Skills bundles)

Export changes

It adds a new agent-skill-bundle export format to export the Agent Skills as gzip files. This will likely be removed later in #1703

@github-actions github-actions Bot added the size/M Denotes a PR that changes 200-999 lines label Jun 26, 2026
@csirmazbendeguz
csirmazbendeguz force-pushed the feat/skill-bundles branch 7 times, most recently from 7bc4a33 to ce89475 Compare June 30, 2026 15:43
@csirmazbendeguz
csirmazbendeguz marked this pull request as ready for review June 30, 2026 15:57
@csirmazbendeguz
csirmazbendeguz requested a review from a team as a code owner June 30, 2026 15:57
@csirmazbendeguz
csirmazbendeguz force-pushed the feat/skill-bundles branch 4 times, most recently from ca54e9b to 53f6c0f Compare June 30, 2026 17:12
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.03704% with 7 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cli/cmd/export/batch.go 0.0% 7 Missing ⚠️

📢 Thoughts on this report? Let us know!

Signed-off-by: Bendegúz Csirmaz <csirmazbendeguz@gmail.com>

@ramizpolic ramizpolic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, well done!

@csirmazbendeguz
csirmazbendeguz merged commit 6ed98fa into main Jul 1, 2026
35 checks passed
@csirmazbendeguz
csirmazbendeguz deleted the feat/skill-bundles branch July 1, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Denotes a PR that changes 200-999 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Enable importing a full Agent Skills directory

2 participants