rolecraft-sh

Registry — AI skill for Claude Code

AI community

Central skill registry for RoleCraft — discover, publish, and share AI agent skills.

How to install Registry

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rolecraft-sh/registry and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Registry does

Central skill registry for RoleCraft — discover, publish, and share AI agent skills. Installable via rolecraft install .

Alternatives in AI

  • Discover — Discovery phase - Multi-AI research and exploration 2.8k ★
  • Observal — Observal is an AI agent registry with first in class observabilty and eval framework 679 ★
  • Agenvoy — Self-hosted AI agent harness in a single Go binary — writes, sandbox-tests and repairs its own tools, and lets 474 ★

README

RoleCraft

rolecraft Registry

Validate Powered by rolecraft MIT

Central skill registry for rolecraft — discover, publish, and share AI agent skills.


What is this?

The rolecraft Registry is a community-curated index of AI agent skills. Each entry is just **metadata** (slug, name, repo URL). The actual skill code stays in the author's own repository.

Skills are added via PR. Validation is fully automated — a maintainer reviews and merges once checks pass.

Quick start

Search the registry

npx rolecraft search react --registry

Install from registry

npx rolecraft install coverage-guard

Publish your own skill

# Set your GitHub token (scope: repo)
export GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx

# Publish from your skill directory
npx rolecraft publish ./my-skill/

How to add a skill (manual PR)

Don't use the CLI? You can add your skill by editing `index.json` directly:

  1. Fork this repo
  2. Edit `index.json` — add your entry to the skills array
  3. Commit and create a PR

Example entry:

{
  "slug": "my-skill",
  "name": "My Skill",
  "description": "What this skill does",
  "category": "development",
  "repo": "your-username/your-skill-repo",
  "author": "your-username",
  "versions": [