Agent Skills

Install a skill

Install an Agent Skill in Claude Code, Codex, Cursor, Copilot, or Gemini CLI.

Every skill is a plain folder, so installing one is just putting that folder where your agent looks for skills. One command covers most agents:

npx skills add xentropyai/skills

Works in any skills-compatible agent — installs the whole set from GitHub.

Tested on:Claude CodeCodexCursorCopilotGemini CLI

Verify it loaded

After installing, ask your agent to list its available skills, or trigger the skill's task and confirm it activates. If a skill silently doesn't load, it usually fails structural validation — see Validate a skill for the checker we run.

Next

On this page