An Agent Skill that audits a local repository against a well-organized open source layout, then optionally applies the must-items (license, community files, CI, a short landing README).
Default mode is audit: inspect and list gaps. It writes files only after
you say apply must-items.
python3 scripts/audit.py /path/to/repoStdlib only; no extra Python packages.
This directory is a skill folder (SKILL.md at the root). Point the agent
at it, or keep ~/.cursor/skills/oss-repository as a symlink here.
| File | Role |
|---|---|
SKILL.md |
Agent instructions |
checklist.md |
Item catalog (must / should / mature) |
apply.md |
Write-mode rules |
scripts/audit.py |
Scanner |
Experimental. The checklist and the scanner still change often.