Skip to content

feat(schema): add Agent Skills support under language_model module#399

Merged
muscariello merged 2 commits into
mainfrom
169-create-new-oasf-module-agentskills
Feb 11, 2026
Merged

feat(schema): add Agent Skills support under language_model module#399
muscariello merged 2 commits into
mainfrom
169-create-new-oasf-module-agentskills

Conversation

@muscariello

Copy link
Copy Markdown
Member

Summary

  • add core/language_model/agentskills module extending language_model (prompt-like pattern)
  • add Agent Skills objects to model SKILL metadata, artifacts, and validation results: agentskills_data, agentskills_manifest, agentskills_artifact, agentskills_validation
  • extend dictionary.json with Agent Skills attributes/enums and references
  • keep Agent Skills as a Language Model submodule instead of embedding under language_model_data

Notes

  • designed for representing SKILL.md metadata and external validation outcomes in OASF
  • schema-only update

Signed-off-by: Luca Muscariello <muscariello@ieee.org>
@muscariello muscariello linked an issue Feb 11, 2026 that may be closed by this pull request
@github-actions

github-actions Bot commented Feb 11, 2026

Copy link
Copy Markdown

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedFeb 11, 2026, 9:41 AM

Signed-off-by: Luca Muscariello <muscariello@ieee.org>
"caption": "Language Model Agent Skills",
"description": "Describes Agent Skills associated with the language model module.",
"extends": "language_model",
"name": "agentskills",

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.

Is there a reason for using it as agentskills instead of agent_skills?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I would avoid to create confusion with the skill taxonomy in OASF which is a different thing

@muscariello muscariello marked this pull request as ready for review February 11, 2026 10:29
@muscariello muscariello requested a review from a team as a code owner February 11, 2026 10:29

@akijakya akijakya 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!

@muscariello muscariello merged commit 2763619 into main Feb 11, 2026
14 checks passed
akijakya pushed a commit that referenced this pull request Feb 12, 2026
)

* feat(schema): add AgentSkills standard support

Signed-off-by: Luca Muscariello <muscariello@ieee.org>

---------

Signed-off-by: Luca Muscariello <muscariello@ieee.org>
akijakya pushed a commit that referenced this pull request Feb 12, 2026
)

* feat(schema): add AgentSkills standard support

Signed-off-by: Luca Muscariello <muscariello@ieee.org>

---------

Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create new OASF Module AgentSkills

2 participants