skills.md +2 −4
1# Agent Skills1# Agent Skills
2 2
3Give Codex new capabilities and expertise
4
5Use agent skills to extend Codex with task-specific capabilities. A skill packages instructions, resources, and optional scripts so Codex can follow a workflow reliably. You can share skills across teams or with the community. Skills build on the [open agent skills standard](https://agentskills.io).3Use agent skills to extend Codex with task-specific capabilities. A skill packages instructions, resources, and optional scripts so Codex can follow a workflow reliably. You can share skills across teams or with the community. Skills build on the [open agent skills standard](https://agentskills.io).
6 4
7Skills are available in the Codex CLI, IDE extension, and Codex app.5Skills are available in the Codex CLI, IDE extension, and Codex app.
69 67
70## Install skills68## Install skills
71 69
7270To install skills beyond the built-ins, use `$skill-installer`:To install skills beyond the built-ins, use `$skill-installer`. For example, to install the `$linear` skill:
73 71
74```bash72```bash
7573$skill-installer install the linear skill from the .experimental folder$skill-installer linear
76```74```
77 75
78You can also prompt the installer to download skills from other repositories. Codex detects newly installed skills automatically; if one doesn’t appear, restart Codex.76You can also prompt the installer to download skills from other repositories. Codex detects newly installed skills automatically; if one doesn’t appear, restart Codex.