SSEC team-wide AI-agent skills, instructions, and commands.
austerity/
commands/ # slash commands (/name), run explicitly by the user
skills/ # on-demand skills (a dir with SKILL.md)
instructions/ # ambient rules injected into every session
austerity is a plugin bundle (a source can hold several, austerity is just a thematic header, code-quality with a /standard command that checks for a linter, checks it runs as pre-commit hook etc... could be another).
Set up DIY code coverage (a Codecov replacement) in a repo using off-the-shelf, language-agnostic GitHub Actions that consume Cobertura XML, plus the GitHub rulesets that make any write-back step (badge commit, README PR) safe.
Adopt incrementally: emit coverage.xml → archive artifact → patch-coverage
gate → total-coverage gate → README badge. The command detects the test stack
(Python/JS/Go/JVM/Ruby/.NET), writes the workflow, and prints a numbered,
click-through checklist (with repo-specific GitHub deep-links) for the manual
steps CI can't do — rulesets, secrets, and the orphan badges branch.
Clone this repo and tell your agent about it should be enough.