Skip to content

modem-dev/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Modem skills

Agent skills from Modem.

Skills

Rules for writing code that coding agents (and humans) can find through plain-text search: distinctive names, precise types, comments where search lands, and concept-named modules.

Distilled from Modem’s How coding agents read your code post and the experiments behind it. This is skill v4 from those runs.

Install

Copy a skill directory into your agent’s skills folder:

# Cursor (project)
cp -R write-discoverable-code .cursor/skills/

# Claude Code (project)
cp -R write-discoverable-code .claude/skills/

Or clone this repo and point your harness at the skill path you want.

Experiment data

Methodology, generated codebases, and run results live in the private code-writing-data repo.

License

MIT

About

Agent skills from Modem — starting with write-discoverable-code

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors