Skills ClaudeCursor Foundations

Install Skills from a Registry

Use skillfish or manual install to add community skills

25 of 66

Skill registries

Community skills are shared through registries. The most common is skill.fish.

Install with skillfish CLI

# Install a skill by ID
npx skillfish add <skill-id>

# Browse available skills
npx skillfish search "code review"

Manual install

Download the SKILL.md file and place it in:

# For Claude Code (global)
~/.claude/skills/<skill-name>/SKILL.md

# For Cursor (global)
~/.cursor/skills/<skill-name>/SKILL.md

# For both (repo-level)
.agents/skills/<skill-name>/SKILL.md
# Smart commit messages
claude skill install commit-work

# Code review
claude skill install code-review

# SEO optimization
claude skill install seo-geo

# Web design audit
claude skill install web-design-reviewer

Verifying installation

Ask your agent: "What skills do you have available?" -- it should list the newly installed skill and its trigger conditions.

Working out which model to run this on? See The Codex. Packaging it as a reusable skill? See The Armory.