Using Skills
Each supported agent has its own way of discovering and loading skills. Once you install Agent Skills in your project, activate the skill in your agent environment. The agent handles the rest.
Supported Agents
| Agent | How to activate skills | Documentation |
|---|---|---|
| Claude Code | Use the built-in skill system | Claude Code Skills |
| Codex | Configure skills in Codex settings | Codex Skills |
| Gemini CLI | Enable skills via Gemini CLI config | Gemini CLI Skills |
| OpenCode | Add skills through OpenCode workspace | OpenCode Skills |
| Kimi CLI | Load skills via Kimi CLI customization | Kimi CLI Skills |
What Happens Next
After you point your agent at the skill directory:
- The agent reads
SKILL.mdand understands when to apply the skill. - It follows the rules and workflow described in the file.
- It loads optional
references/only when a specific task needs them.
You do not need to manually invoke the skill. The agent decides relevance based on the description field in SKILL.md.