scaffold-rules — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited scaffold-rules (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.
Scaffold shared development rules for AI coding agent environments.
Use when the user wants to:
bunx @plaited/development-skills scaffold-rules --dry-runReview the actions array to see what will be created.
bunx @plaited/development-skills scaffold-rulesThis will:
AGENTS.md (creates if missing, updates between markers if present)@AGENTS.md reference to CLAUDE.md if it exists without oneTell the user what was created based on the actions output.
| Flag | Description |
|---|---|
--list, -l | List available rules without scaffolding |
--dry-run, -n | Preview actions without making changes |
Rules are written directly into AGENTS.md between markers:
<!-- PLAITED-RULES-START -->
## Rules
(rule content inlined here)
<!-- PLAITED-RULES-END -->@AGENTS.md reference if not already present| Issue | Cause | Fix |
|---|---|---|
| Rules duplicated in AGENTS.md | Markers were manually deleted | Remove duplicate section, re-run scaffold-rules |
| Update didn't apply | Only one marker present (start or end) | Ensure both <!-- PLAITED-RULES-START --> and <!-- PLAITED-RULES-END --> exist, or delete both to get a fresh append |
@AGENTS.md not added to CLAUDE.md | CLAUDE.md doesn't exist | Create CLAUDE.md first, then re-run |
Do not manually edit content between the PLAITED-RULES-START and PLAITED-RULES-END markers — it will be overwritten on next run.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.