Skip to content

theevilhead/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Evilhead Skills

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.

Install

List skills in this repo:

npx skills add theevilhead/skills --list

Install one skill:

npx skills add theevilhead/skills --skill generate-design-md-file

Install everything:

npx skills add theevilhead/skills --all

See the skills CLI for agents, global install (-g), and other options.

Skills

Skill Description
generate-design-md-file Create or update a repo-specific DESIGN.md (Google DESIGN.md spec: YAML tokens + markdown rationale).

Structure

skills/
  <skill-name>/
    SKILL.md      # Agent instructions (required)
    README.md     # Human docs (optional)

Skills follow the Agent Skills specification.

Related

About

All my skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors