Choose a skill
Open a SkillVault skill page and review its workflow, evidence requirements, and boundaries.
Install once · Invoke naturally · Stay in control
Install an evidence-first workflow directly into GitHub Copilot, Cursor, Claude Code, OpenAI Codex, or JetBrains Junie. Every skill is also available as a portable raw SKILL.md file for other Agent Skills-compatible tools.
Open a SkillVault skill page and review its workflow, evidence requirements, and boundaries.
Choose one of five native integrations and approve the project folder, or download the raw SKILL.md file.
Describe the job in agent chat or explicitly invoke the installed skill by name.
Review the proposed work and retain normal approval over file writes, commands, and deployments.
VS Code, JetBrains IDEs, CLI
.github/skills/skill-name/SKILL.md
Copilot discovers the skill automatically and can invoke it from agent mode.
Official setup documentationCursor Agent and Cursor CLI
.cursor/skills/skill-name/SKILL.md
Cursor discovers the skill automatically; type / in Agent chat to invoke it explicitly.
Official setup documentationTerminal and IDE integrations
.claude/skills/skill-name/SKILL.md
Claude Code discovers the skill automatically and exposes it as a slash command.
Official setup documentationIDE extension and Codex CLI
.agents/skills/skill-name/SKILL.md
Codex discovers the skill automatically; use /skills or mention it with $.
Official setup documentationJetBrains IDEs and Junie CLI
.junie/skills/skill-name/SKILL.md
Junie discovers the skill automatically and exposes it through / and $ suggestions.
Official setup documentationDownload SKILL.md from any unlocked individual skill, place it in the skills directory documented by your tool, keep the filename, and reopen the agent.
The file is readable Markdown with standard name, description, license, compatibility, and version metadata.