Skip to content

Add Hashgraph Online skill manifest schema catalog entry#5409

Open
kantorcodes wants to merge 4 commits intoSchemaStore:masterfrom
kantorcodes:feat/hol-skill-schema
Open

Add Hashgraph Online skill manifest schema catalog entry#5409
kantorcodes wants to merge 4 commits intoSchemaStore:masterfrom
kantorcodes:feat/hol-skill-schema

Conversation

@kantorcodes
Copy link

@kantorcodes kantorcodes commented Feb 24, 2026

Summary

  • add a catalog entry for the Hashgraph Online skill manifest schema
  • map common manifest filenames (skill.json, hol-skill.json, and **/.hol/skill.json)
  • point to the canonical published schema in hashgraph-online/registry-broker-skills

Validation

  • node ./cli.js check

Closes #5405

Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
{
"name": "Hashgraph Online Skill Manifest",
"description": "Manifest for Hashgraph Online Registry Broker skill packages",
"fileMatch": ["skill.json", "**/.hol/skill.json", "hol-skill.json"],
Copy link
Contributor

Choose a reason for hiding this comment

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

skill.json is a bit too generic. Can you narrow it in by adding a folder name, for instance?

Copy link
Author

Choose a reason for hiding this comment

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

Sure!

kantorcodes and others added 2 commits February 24, 2026 11:59
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
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.

Schema request: Hashgraph Online skill manifest (skill.json)

2 participants