intelligence-add-skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited intelligence-add-skill (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.
intelligence/skills/ and intelligence/agents/. If a domain prefix is already established for the target area (backend-, frontend-, devops-), use it. Introduce a new domain only when the scope is materially different from all existing ones.intelligence/config.yaml → project.namebackend-frontend-devops-core-tests-intelligence-apps/billing, services/auth), prefer the component name as the domain (billing-, auth-).<domain>-<verb>-<noun> using convention:add- — creates a single artifact (atomic)create- — orchestrates multiple add- skills (MUST use create-, never add-)update- — modifies existing files across stackrun- — executes an operation (tests, build, sync)review- — read-only analysisintelligence/agents/ matching the domain/intelligence-add-agent firstintelligence/skills/<full-name>/SKILL.md with frontmatter: ---
name: <full-name>
description: "<what it does and when to use>"
argument-hint: "<expected arguments>"
agent: <matching-agent-name>
---YAML safety (required): always wrap `description`, `argument-hint` and any other free-text string value in double quotes, regardless of content. Codex CLI uses strict YAML — an unquoted colon in description: Build retrospective: monthly parses as a nested mapping and the skill is rejected at startup. Quoting unconditionally removes the whole class of bug and makes lint trivial. If the value itself contains a double quote, escape it as \" or wrap the whole value in single quotes — e.g. description: 'Use as a quick "what do we have" view' — so an inner quote does not terminate the scalar early.
skills: list in the matching agent's frontmatter.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.