scaffold-repository
Installation
SKILL.md
scaffold-repository
There is no committed template bundle. The live
patinaproject/skills repository
root is the canonical baseline reference. When a scaffold or realignment
needs file content, compare against the current maintained root files and
manifests instead of reading copied baseline files from this skill directory.
Obtaining the baseline
When running outside patinaproject/skills, fetch baseline files from GitHub
before writing them into the target repo. Prefer the GitHub CLI when available:
gh api repos/patinaproject/skills/contents/<path> --jq .content | base64 -d
For multi-file comparisons, create a shallow temporary clone instead: