Skip to content

MylesMCook/simple-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-code

Cross-language software design guidance for code that needs to stay understandable under change.

simple-code helps agents reduce incidental complexity when writing, reviewing, refactoring, or structuring code. It favors concrete, local, reversible solutions over speculative abstraction.

Install

npx skills add https://github.com/MylesMCook/simple-code --skill simple-code

What It Covers

  • API and interface design
  • Module boundaries and layering
  • Refactoring and incremental migration
  • Testing at stable boundaries
  • Error handling and naming

What It Does Not Try To Override

simple-code is a maintainability skill, not a replacement for security, compliance, accessibility, formal verification, or specialized performance guidance when those concerns dominate the decision.

Repository Layout

  • SKILL.md - the skill itself
  • references/ - focused supporting guidance
  • evals/ - prompt sets for trigger and behavior checks

License

MIT

About

Agent skill for reducing incidental complexity in code and design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors