adept-self-improve — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited adept-self-improve (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
adept skills are portable memory. A lesson written as a skill is loaded by every harness on every future session — not lost when this context ends. When you learn something durable, capture it instead of forgetting it.
Capture when the lesson is durable and reusable, not one-off:
naming rule, a required pre-PR step).
Don't capture: secrets, one-shot facts, anything already obvious from the code or existing skills. Improve an existing skill before adding a near-duplicate (adept skill list).
adept skill list # does a skill already cover this? edit it if so
adept skill add <kebab-id> --edit # else scaffold a new one
# write a triggering description + a tight, harness-neutral body
adept sync # render to every enabled harness
adept status && adept diff # confirm it landed cleanThen tell the user, in one line, what you captured and where — they own the memory, so let them veto it. Commit the new skill with their normal review.
right moment. See [[authoring-adept-skills]] for crafting the description and activation.
errors.Is" beats "usesentinel errors" — the why survives refactors the rule wouldn't.
Capturing is an outward, durable act: it changes how every future session behaves. Surface what you're about to write and let the user confirm — don't silently rewrite the project's shared memory. See [[using-adept]] for the surrounding CLI.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.