Apply flat code style: no more than 2 indentation levels per function, early returns, extracted sub-functions. Use when the user says "flatten", "too nested", "simplify nesting", "early returns", or asks to reduce indentation. Also apply proactively when writing new functions or reviewing code — flat style is the default, not an afterthought.
Implement a new boost in pimp-my-repo. Use this skill whenever the user asks to add, create, or implement a new boost, a new tool integration, or a new automated enhancement step for PMR. Trigger on any mention of "new boost", "add a boost", "create a boost", or "implement X boost".
Add a new repository to pimp-my-repo's e2e test suite and CI pipeline. Use this skill whenever the user asks to add a repo, test a repo with PMR, onboard a new repo to CI, or check if PMR supports a given project URL. The skill runs the e2e test locally, fixes any PMR code issues found, then adds the repo to CI once it passes. Trigger on any mention of adding/testing a repo URL against PMR.