Governance / Skills

A skills hub for folder-based capability packages.

Skills are the reusable capability layer. A skill package shows how it is installed, versioned, and shared without mixing it up with rules or guidance.

skills hub
SKILL.md
hot reload
skill folders
dependencies
Skill model
Packaged capability, not free-form prose.

Skills live as folders and ship with metadata.

Skill package

Treat a skill as a folder, not a line in a config file.

Folder-based skills are easier to version, inspect, and distribute across runtimes.

SKILL.md

The main entry file that explains how the skill works.

Scripts

Executable helpers that live with the skill instead of somewhere random.

References

Supporting notes that keep the skill grounded.

Assets

Images, templates, or samples attached to the skill.

Management

Show versioning, dependencies, and visibility together.

A good skills page helps users understand what is installed and why it is present.

Version pin

Keep the installed version stable when a release needs predictability.

Dependencies

A skill explains what else it needs to function.

Visibility

State whether the skill is global, shared, or agent-only.

Hot reload

Let a new version appear without asking users to rebuild the world.