Skip to contentllms.txt

Install a community skill into Claude Code

This is syllago’s “download a plugin” experience: find a skill someone else published, install it into Claude Code, and start using it — no manual file copying.

  • syllago installed and initialized (syllago init)
  • Claude Code installed

A registry is a git repo of shared content. The example uses the official syllago meta-registry:

Terminal window
syllago registry add https://github.com/OpenScribbler/syllago-meta-registry.git
Terminal window
syllago registry sync

This pulls the registry’s latest content into a local clone. Syncing never modifies your library or your providers — it only updates what’s available to browse.

Terminal window
syllago registry items --type skills

This lists every skill across your registries. Pick one that looks useful — the examples below use a skill named changelog-writer; substitute the name you actually chose.

Terminal window
syllago install changelog-writer --to claude-code

syllago resolves the skill from the registry, converts it to Claude Code’s format, and symlinks it into place. Add --dry-run first if you want to see what would be written before committing.

Claude Code reads skills from ~/.claude/skills/ (global) and .claude/skills/ in a project. Confirm the install:

Terminal window
ls ~/.claude/skills/

Then start a Claude Code session and ask it to use the skill by name — Claude also invokes skills automatically when a task matches the skill’s description.