Portable Agent Skills for HYGON-AI software, infrastructure, training, and inference workflows. This repository is the organization-level catalog: product teams own their source skills, while this hub validates, mirrors, and publishes approved versions.
After the repository is published, browse or install skills with the standard skills CLI:
npx skills add HYGON-AI/skills --list
npx skills add HYGON-AI/skillsInstall one skill for Codex without prompts:
npx skills add HYGON-AI/skills --skill skillhub-contributor --agent codex --yes| Product | Description | Skills |
|---|---|---|
| SkillHub | Author, validate, onboard, and publish portable Agent Skills across HYGON-AI projects. | skillhub-contributor |
1 skill across 1 category.
| Skill | Product | Description |
|---|---|---|
skillhub-contributor |
SkillHub | Create, review, and onboard portable Agent Skills into Hygon SkillHub. Use when adding a new SKILL.md, registering a HYGON-AI product repository in components.d, preparing a SkillHub contribution, or diagnosing catalog validation and synchronization failures. |
- Product teams maintain source skills in
skills/<skill-name>/in their own repository. - A small
components.d/<product>.ymlfile registers source paths and catalog names. - The synchronization workflow mirrors registered content into this repository.
- Validation checks naming, frontmatter, links, metadata, secrets, and generated catalog drift.
- Approved changes land through pull requests and become installable from this repository.
Catalog maintainers can run:
python3 scripts/validate_skills.py
python3 scripts/generate_catalog.py --check
python3 scripts/sync_sources.py --check --component <product>See CONTRIBUTING.md to onboard a product or skill.
The catalog publishes reviewed source content; it does not make arbitrary third-party skills trusted. Every product entry records its repository, ref, and source path in catalog.json, and synchronized commits are recorded in .skillhub-lock.json. Consumers should still review executable scripts and permissions before installation.
Product repositories remain the source of truth for mirrored skills. The catalog preserves upstream authorship and license terms, records each source repository, ref, and path in catalog.json, and does not treat an unchanged third-party skill as a HYGON-AI adaptation.
Repository code and catalog-owned skill content are licensed under the Apache License 2.0 unless stated otherwise. Mirrored skill content remains under its source license, and imported skills must carry a license compatible with public redistribution.