code-style
Installation
SKILL.md
Load $precise-minior-adjustment skill as needed, it is used to tell agents how to make code simple and consistent with other parts in codebase.
After your finish your task, also run a round of simplify according to $precise-minior-adjustmen before commit or summarizing.
Code Style
Read the corresponding file below as needed:
| Language | Reference |
|---|---|
| JavaScript / TypeScript | languages/js-ts.md |
| Rust | languages/rust.md |
The most important rule of my code style is always to find the regular patterns emerging from irregular logic. You can change the way you organize the code, and use comment to achieve this goal.
Organize
One goal to achieve when coding is to make the code more structured and predictable. That will make humans easy to control and review your code.