Registry
Skill index
Install any listing into your hub with chain add <slug>.
Data is built from registry/index.yaml
at build time — regenerate with bun run generate:registry-index
in cli/ after skill changes.
- Indexed
- 26
- Protected
- 16
- Authoring pack
- 10
-
chain-hubNew Protected Since v0.3.0- automation
- development
Chain Hub monorepo and on-disk hub: hub path resolution, protected core vs user skills, registry buckets, IDE adapters, and chain init / setup / update / validate / status / list. Use for chain-hub development (cli, core, apps/web), explaining how assets sync to editors, hub migration, skills not appearing in an editor, mistakes with registry.yaml and core/ layout, or troubleshooting wrong binary, broken symlinks, and sync tools.
Sourcechain add chain-hub -
chain-memory-rulesNew Protected Since v0.3.0- automation
Chain Hub memory rules: chain memory init, chain memory sync, and chain capture --rule. Use for remembering preferences, workspace context, ~/chain-hub/memory, hub #brain (Memory tab; legacy #memory redirects), or syncing rules into Cursor, Claude Code, Windsurf, and other linked editors. Cross-editor where adapters support memory sync.
Sourcechain add chain-memory-rules -
chain-setupNew Protected Since v0.3.0- automation
Chain Hub first-run and editor linking: chain init, chain setup, chain status, and first chain validate. Use for new installs, relinking after CLI upgrade, or when hub assets should appear in Cursor, Claude Code, Windsurf, and other linked editors. Cross-editor.
Sourcechain add chain-setup -
chain-validateNew Protected Since v0.3.0- automation
- development
Fix chain validate and hub validation errors: registry buckets, flat skills layout, ghost slugs, pack overlap, skill/workflow/agent/rule frontmatter. Use when validate fails or skills-registry.yaml drifts from disk.
Sourcechain add chain-validate -
code-reviewNew Protected Since v0.3.0- development
- automation
Five-dimension code review covering correctness, readability, security, performance, and tests. Use when reviewing pull requests, code changes, or when the user asks for a code review, says "review this", "check my code", or "bekijk mijn code". Produces structured feedback with severity labels so reviewers and authors can prioritize fixes. Cross-editor, works in Cursor, Claude Code, Windsurf, and any other AI editor.
-
commitProtected Since v0.3.0- automation
- development
Writes structured git commit messages following Conventional Commits. Use when the user asks to commit, says "commit this", mentions writing a commit message, or when git commit context is present. In the chain-hub monorepo, commits touching cli/ or apps/hub/ MUST use conventional types (feat, fix, revert, refactor, chore, docs, test). Only feat/fix/revert update cli/CHANGELOG.md via git-cliff. Produces type(scope): subject format with optional body, roadmap refs, and breaking change notation — cross-editor.
Sourcechain add commit -
create-agentNew Authoring Since v0.3.0- automation
Create Chain Hub agents (~/chain-hub/agents/*.md) with name and description frontmatter. Use for subagents, delegation personas, or chain agents new. Cross-editor via chain setup.
Sourcechain add create-agent -
create-hookAuthoring Since v0.3.0- automation
Create agent hooks for Cursor (hooks.json + scripts) or Claude Code (settings.json hooks blocks). Use when you want to run custom logic before or after agent events, gate or audit tool calls, or automate workflows triggered by agent actions.
Sourcechain add create-hook -
create-ruleAuthoring Since v0.3.0- automation
- web
Create persistent AI rules: Cursor .mdc rules, Chain Hub rules/, or editor-specific instruction files (CLAUDE.md, AGENTS.md). Use when you want to add coding standards, project conventions, file-specific patterns, or asks about .cursor/rules/, rules/global.md, or AGENTS.md.
Sourcechain add create-rule -
create-skillNew Authoring Since v0.3.0- automation
- web
Guides users through creating effective agent skills (SKILL.md) for Cursor, Claude Code, Windsurf, Gemini/Antigravity, and other Chain Hub–linked editors. Use when you want to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.
Sourcechain add create-skill -
create-subagentAuthoring Since v0.3.0- automation
Deprecated — use create-agent for Chain Hub agents (~/chain-hub/agents/). Install with chain add create-agent. Kept for backward compatibility with older docs.
Sourcechain add create-subagent -
create-workflowNew Authoring Since v0.3.0- automation
Create Chain Hub workflows (~/chain-hub/workflows/*.md) that pass chain validate. Use for procedures, checklists, chain workflows new, or hub #workflows. Cross-editor via chain setup.
Sourcechain add create-workflow -
debugNew Protected Since v0.3.0- development
- automation
Systematic debugging workflow for isolating and fixing root causes. Use when hitting an error, test failure, or unexpected behavior, or when the user says "why isn't this working", "this is broken", or "help me debug". Follows a four-step approach: reproduce → isolate → fix root cause → guard with a regression test. Cross-editor, works in Cursor, Claude Code, Windsurf, and any other AI editor.
Sourcechain add debug -
editor-adapter-troubleshootNew Protected Since v0.3.0- automation
- development
Skills or rules missing in Cursor, Claude Code, Windsurf, or other linked editors. Use with chain status and chain setup; covers symlinks, adapters, core shadowing, and per-editor paths. Cross-editor.
Sourcechain add editor-adapter-troubleshoot -
find-skillsProtected Since v0.3.0- automation
- web
Discover and install agent skills for Chain Hub (registry + skills.sh). Use when the user asks how to do something ("how do I …"), wants to extend capabilities ("find a skill for …", "is there a skill that can …", "can you do …"), needs a workflow or domain pack, or mentions skill discovery, skills.sh, or npx skills.
-
hub-content-authoringNew Authoring Since v0.3.0- automation
Route Chain Hub authoring to the right skill: skills, rules, workflows, agents, or hooks in your hub. Use when the user wants to add hub content but has not specified the type. Ends with chain validate.
Sourcechain add hub-content-authoring -
hub-learnNew Protected Since v0.3.0- automation
- development
Chain Hub Learn pipeline: capture learnings, chain reflect, improve proposals, apply, validate, and rollback. Use for #brain (Pipeline tab), self-improvement, improving skills/workflows/rules/agents, hub-gardener, or continual learning. Never silently edit protected npm core.
Sourcechain add hub-learn -
hub-syncNew Protected Since v0.3.0- automation
Sync your hub across machines with chain sync (Git). Use for chain sync init, chain sync status, multi-device hubs, or recovering from bad folder sync. Warns against Syncthing or Dropbox on the hub folder parallel to chain sync.
Sourcechain add hub-sync -
migrate-to-skillsAuthoring Since v0.3.0- automation
- web
Convert Cursor 'applied intelligently' rules and slash commands to skill folders (SKILL.md). Optionally migrate Claude Code slash commands from .claude/commands. Use when migrating .mdc rules or .md commands into skills under Chain Hub or editor skill directories.
Sourcechain add migrate-to-skills -
project-context-bootstrapNew Protected Since v0.4.0- automation
- development
Bootstrap high-quality AI project context for greenfield or early-stage repos. Detects linked editors and scaffolds IDE-specific instruction files (CLAUDE.md, AGENTS.md, GEMINI.md, .cursor/rules/*.mdc, .windsurfrules, and other Chain Hub adapter targets). Pair with project-health for Claude Code permissions and context audits after bootstrap. Use when starting a new project, onboarding a repo to AI editors, or when the user asks for CLAUDE.md, AGENTS.md, or multi-editor project setup from day one. Cross-editor.
Sourcechain add project-context-bootstrap -
registry-hygieneNew Protected Since v0.3.0- automation
Maintain skills-registry.yaml: buckets, github_sources, authorship.self, packs, deactivated skills, and pack/core overlap. Use when registering installs, cleaning ghost slugs, or fixing chain validate registry errors.
Sourcechain add registry-hygiene -
skill-opportunity-mapperNew Protected Since v0.4.0- automation
- development
Walks through a work process and extracts skill opportunities using four criteria (recurring, clear input/output, has rules, non-trivial). Produces a saved skill map and an impact-vs-effort build queue ready for create-skill. Use for yourself or 1:1 with a client or student. Triggers include "what skills should I build", "find skill opportunities", "map my process", "what could become a skill", "audit my workflow", "where can Claude help me", "I want to skillify my work", and "skill ideas from my process".
Sourcechain add skill-opportunity-mapper -
skill-search-authoringNew Protected Since v0.3.0- automation
- web
Write skill descriptions and tags for Chain Hub registry and marketplace search. Use when authoring SKILL.md metadata, improving discoverability, or registry index entries. Matches hub tokenized search on slug and description.
Sourcechain add skill-search-authoring -
team-hub-standardsNew Protected Since v0.3.0- automation
Shared team hub conventions: global.md, Git sync, registry buckets, and conflict policy. Use for team hubs; documents current behavior and roadmap team bucket. Not a substitute for chain sync setup.
Sourcechain add team-hub-standards -
update-cli-configAuthoring Since v0.3.0- automation
Route terminal/agent CLI configuration to the correct product and file, then edit safely. Covers Cursor CLI (~/.cursor/cli-config.json) in full detail. Use when the user asks about CLI permissions, approval mode, vim mode in a terminal agent, sandbox, or agent CLI display options — after confirming which CLI they use. For GUI editor preferences (themes, format on save), use update-editor-settings instead.
Sourcechain add update-cli-config -
update-editor-settingsAuthoring Since v0.3.0- web
- automation
Modify editor settings for VS Code–family editors (settings.json: VS Code, Cursor, VSCodium) or get guidance for JetBrains, Zed, and Neovim. Use when the user wants to change editor settings, preferences, themes, font size, tab size, format on save, auto save, keybindings, or language-specific options.
Sourcechain add update-editor-settings
No skills match your search or filter.