What are skills?
A skill is a set of instructions (in markdown) that tells the agent how to handle a specific type of task. For example, a skill could teach Claude or Codex:- How to write tests following your project’s conventions
- How to generate API documentation
- How to create components matching your design system
- How to review code for security issues
Creating skills
The easiest way to create a skill is to describe what you want and let Coddo generate it with AI:- Open the Skills view from the sidebar
- Click + New Skill
- Describe what the skill should do in plain language
- Choose the scope: Project (this project only) or Global (all projects)
- Coddo uses an AI-powered skill creator to generate the skill content
- The skill is saved and immediately available for use
Skill scopes
| Scope | Location | Description |
|---|---|---|
| Project | .agents/skills/ (Coddo) and .claude/skills/ (symlinked) | Available only in the current project |
| Global | ~/.claude/skills/ and mirrored to ~/.codex/skills/ | Available across all your projects, for both Claude Code and Codex |
Global skills are mirrored to both Claude and Codex skill directories automatically, so a skill you install once works with both providers.
Skills registry
Browse and install community-created skills from the Recommended section:- Open the Skills view
- Scroll to the recommended skills section
- Click the download button to install a skill
- Installed skills are immediately available for use
Install from an external source
You can also install any skill published on GitHub or another registry by pasting its install command:- Open the Skills view and click + Install
- Paste a command like
npx skills add https://github.com/owner/repo - Choose Project or Global scope
- Coddo runs the installer and the skill is ready to use
Managing skills
From the Skills view, you can:- View installed skills and their details
- Search skills by name or description
- Uninstall skills you no longer need
- Refresh the skill list to detect changes