The domain skillcatalogue.ai is available for purchase.

Buy This Domain
For AI Agent Developers
ThepackagemanagerforAIagentskills

Publish, discover, and install skill files that make your agents smarter. Version control, dependency management, and a growing registry — all in one place.

Everything you need to manage agent skills

A complete toolkit for building, sharing, and deploying AI agent capabilities at scale.

Version Control

Track every change to your skill files with semantic versioning. Roll back, compare, and branch with ease.

One-Command Distribution

Publish skills to the registry and install them anywhere with a single command. No friction.

Dependency Resolution

Automatic resolution of skill dependencies. No conflicts, no manual management required.

Access Control

Fine-grained permissions for teams. Private registries for enterprise deployments.

Skill Discovery

Search and browse a growing catalogue of community skills. Star, fork, and extend.

Analytics & Insights

Track skill usage, performance metrics, and adoption across your entire agent fleet.

Three steps to smarter agents

From definition to deployment in minutes, not days.

01

Define

Write your skill as a structured YAML or JSON file defining capabilities, parameters, and behaviors.

skill.yaml
02

Publish

Push to the Skill Catalogue registry. Versioning, validation, and indexing are handled automatically.

sc publish
03

Install

Any agent can install your skill and start using it immediately. Dependencies resolve automatically.

sc install @org/skill-name

Simple, declarative skill files

Define what your agent can do with a clean, readable format.

agent-skill.yaml
# agent-skill.yaml
name: "web-research"
version: "2.1.0"
description: "Deep web research with source verification"
author: "@skillcatalogue/core"

capabilities:
  - search_web
  - extract_content
  - verify_sources
  - summarize_findings

parameters:
  max_sources: 10
  verification_level: "strict"
  output_format: "markdown"

dependencies:
  - "@sc/http-client": "^1.2.0"
  - "@sc/content-parser": "^3.0.0"

Start building smarter agents today

Join the growing community of developers building the future of AI agent capabilities.

Free during beta. No credit card required.