skills
Skills for Claude Code
Skills that have an agent check what is already there, with evidence for every finding.
Each of these skills has an agent go through something you already have, the code itself or the configuration around it, and report on how it is holding up. Every finding is checked against the source before you see it, and nothing is changed without your approval, one finding at a time.
They are written for Claude Code and the install command only works there. A SKILL.md is otherwise plain markdown, so another assistant reads it just as well, but it only helps you if that assistant can work as an agent: read files, run commands, decide on a next step by itself. A skill that starts your test suite and reacts to what comes back does nothing in a chat window that only replies.
Every page below carries the full SKILL.md, exactly as it installs. You read what a skill will have your agent do before you run it.
Install
/plugin marketplace add https://aranea-development.nl/plugins/marketplace.jsonAdd the marketplace once. After that you install every skill below by the name printed under its description.
- agent-config-auditReads what your agent may do, where that came from, and what has never been used.
- codebase-scorecardGrades your codebase per area, with the evidence under every score.
- comprehensive-auditReads the whole codebase for behaviour that is wrong, with evidence for every finding.
- decomposeFinds the classes doing too much, and proves it for each one.
- security-auditFinds vulnerabilities and traces every one of them back to the source.