oss-ready
Installation
SKILL.md
OSS Ready
Transform projects into professional open-source repositories with standard components, GitHub templates, and an 8-section OSS readiness audit.
Prerequisites
Verify before running. Stop and tell the user if any check fails.
- Target directory is a git repository (
git rev-parse --git-dirsucceeds) ghCLI is installed and authenticated for Section 3 and 6 audits (gh auth status)- Working tree has no unrelated uncommitted edits — run
git statusfirst; if dirty, ask the user whether to stash or abort - Skill assets directory is reachable:
test -d "$SKILL_DIR/assets" - Write access to the target repo
If gh is missing, the audit still runs but Sections 3 and 6 are marked n/a — gh CLI not available rather than skipped silently.
Repo Sync Before Edits (mandatory)
Before making any changes, sync with the remote to avoid conflicts: