This guide shows you how to install and manage Tenzir’s agent skills. You’ll learn how to add skills globally or per project, install individual skills, and keep them up to date.
Tenzir publishes agent skills in the
tenzir/skills repository.
Install skills
Section titled “Install skills”Tenzir skills are managed with the
skills CLI, which supports 40+
coding agents including Claude Code, Cursor, Codex, GitHub Copilot, and more.
Install all skills
Section titled “Install all skills”Install all Tenzir skills into the current project:
npx skills add tenzir/skillsThe CLI auto-detects which coding agents you have installed and prompts you to select targets.
Install individual skills
Section titled “Install individual skills”Append @<skill-name> to install a specific skill:
npx skills add tenzir/skills@ocsfnpx skills add tenzir/skills@tenzir-docsChoose the installation scope
Section titled “Choose the installation scope”Skills support two installation scopes:
| Scope | Flag | Location | Use case |
|---|---|---|---|
| Project | (default) | ./<agent>/skills/ | Committed with your project, shared with your team. |
| Global | -g | ~/<agent>/skills/ | Available across all projects on your machine. |
Install globally so skills are available everywhere:
npx skills add -g tenzir/skillsInstall a specific skill globally:
npx skills add -g tenzir/skills@ocsfTarget specific agents
Section titled “Target specific agents”To install skills for specific agents only, use the -a flag:
npx skills add tenzir/skills -a pinpx skills add tenzir/skills -a claude-code -a cursor -a codexManage skills
Section titled “Manage skills”List installed skills
Section titled “List installed skills”npx skills listFilter by scope or agent:
npx skills list -gnpx skills list -a piCheck for updates
Section titled “Check for updates”npx skills checkUpdate skills
Section titled “Update skills”npx skills updateRemove skills
Section titled “Remove skills”Remove interactively:
npx skills removeRemove a specific skill:
npx skills remove ocsfRemove all installed Tenzir skills:
npx skills remove --allDiscover more skills
Section titled “Discover more skills”Browse the community skill directory at skills.sh or search from the command line:
npx skills find