Skip to content

inference-gateway/skills

Repository files navigation

Inference Gateway Skills

CI Status License

Curated catalog of Agent Skills for the Inference Gateway ecosystem.

This repository serves two purposes:

  1. Catalogcatalog.json is the source of truth for the skills listed at https://registry.inference-gateway.com/skills/. Entries can point at upstream skills hosted in vendor repos (e.g. anthropics/skills) or at skills hosted directly in this repo under skills/.
  2. Skill bodies — folders under skills/ contain skill content that the Inference Gateway maintainers have authored, vendored, or adapted. Each folder retains its own LICENSE.

Adding a skill

Open a pull request that:

  • Adds an entry to catalog.json with name, description, source, vendor, license, tags, categories, and optional homepage. The catalog is versioned as a whole via the repo's git tag (see Releases), so per-entry refs aren't needed — consumers pin to a catalog version.
  • If hosting the body here, also adds the skill folder under skills/<name>/ with a valid SKILL.md (frontmatter name + description).
  • For skills derived from a third party, preserves the upstream LICENSE inside the skill folder and adds a NOTICE file at the repo root recording the attribution.

The catalog is consumed by:

Licensing

  • Repository-level files (README.md, catalog.json, LICENSE) and IG-authored skills under skills/ are MIT.
  • Skills derived from a third-party project carry their own license inside the skill folder; that license takes precedence for that skill's contents.

About

Curated catalog of Agent Skills for the Inference Gateway ecosystem

Topics

Resources

License

Stars

Watchers

Forks

Contributors