Turn complex AI workflows into reusable Claude skills. Capture the lessons to a tagged journal that survives context resets, then crystallize it into a validated skill.
SaferSkills independently audited skill-forge (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.
Turn a WORKLOG.md into a skill. The journal's tags map directly onto skill sections, so synthesis is mostly routing.
Read the full _worklogs/<date-slug>/WORKLOG.md. If the user references a workflow without a path, find the matching worklog.
A DEADEND that blocked progress usually becomes an early SEQUENCE step in the procedure so it cannot recur.
Read references/skill-anatomy.md first. Then produce:
Adapt to the environment.
Iterate: run -> review -> revise SKILL.md -> rerun. Optimize the description for triggering once stable.
Move the source worklog to skills/<name>/.source/WORKLOG.md for provenance. Archive, never delete. Symlink or copy the produced skill into the runtime skill path so it loads.
If a packaging script is available, package the skill and hand back the artifact path.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.