oss-ready-flow
Installation
SKILL.md
OSS Ready Flow
Orchestrate the full path from a working private/internal project to an OSS-ready public repository. Wraps the existing oss-ready audit skill and adds branch cleanup, doc generation, README polish, related-publications collection, and an optional GitHub Pages landing page.
The skill runs 6 steps sequentially, with one sub-agent per step so the main conversation stays clean. Every step writes a report to .oss-ready/<step>.md in the target repo, returns a structured summary to the main agent, and ends with an explicit user checkpoint before the next step starts.
Destructive actions (branch deletes) are plan-only by default with per-branch approval.
Prerequisites
gitavailable on PATH; the target is a git repo with at least one commitghCLI authenticated (gh auth status) for any step that touches GitHub-side state (audit section 6, remote branch deletion, Pages enablement). If missing, those checks degrade to local-only with an explicitn/areason in the report- The
oss-readyskill installed (this skill calls into its audit logic and reuses its asset templates) - Write access to the target repo's working tree
- A clean working tree, or willingness to stash uncommitted changes during Repo Sync
If any prerequisite is missing, stop and tell the user — do not silently degrade.