scaffold-repository
Installation
SKILL.md
Set up a repository
Use the current root of
patinaproject/skills as the source
for file contents. This skill does not contain copied templates. Read
core-baseline.txt for the required file list and
audit-checklist.md for every required check.
When running outside patinaproject/skills, fetch a single source file with:
gh api repos/patinaproject/skills/contents/<path> --jq .content | base64 -d
For many files, use a shallow temporary clone:
git clone --depth 1 https://github.com/patinaproject/skills.git /tmp/patinaproject-skills-reference