Agent skills for coding agents (Claude Code, Codex, Cursor, OpenCode, and 50+ others). Each skill is a SKILL.md workflow your agent can load for a specific task.
List skills in this repo:
npx skills add theevilhead/skills --listInstall one skill:
npx skills add theevilhead/skills --skill generate-design-md-fileInstall everything:
npx skills add theevilhead/skills --allSee the skills CLI for agents, global install (-g), and other options.
| Skill | Description |
|---|---|
| generate-design-md-file | Create or update a repo-specific DESIGN.md (Google DESIGN.md spec: YAML tokens + markdown rationale). |
skills/
<skill-name>/
SKILL.md # Agent instructions (required)
README.md # Human docs (optional)
Skills follow the Agent Skills specification.
- skills.sh - skill directory
- vercel-labs/skills - install CLI