A shared catalog of agent skills for Claude Code and compatible AI coding agents.
Custom skills are authored by Dotlas. Start here if you’re looking for what we built. Community skills are open source skills by other authors that we vendor and use internally.
| Category | Description | |
|---|---|---|
| Custom | common | Dotlas-authored general utilities |
| coding | Dotlas-authored coding workflows | |
| Community | common | General-purpose agent utilities |
| coding | Code quality, review, and deployment | |
| ui-ux | Interface design and frontend polish |
# Add everything
npx skills add dotlas/skills
# Add a single skill by name
npx skills add dotlas/skills -s commit
# Add a whole category
npx skills add https://github.com/dotlas/skills/tree/main/skills/community/codingAny repo can define a skill with the same name locally to override the catalog version.
Create <your-skill>/SKILL.md in your project’s agent skills directory and it takes
precedence.
See CONTRIBUTING.md.
See INTERNAL.md for the full global install.