Before you make a repo public, you need a README, contributing guidelines, license file, and the usual OSS housekeeping docs. This skill audits what you're missing and scaffolds the standard files so you're not starting from a blank page. It's got 600 installs and passes all three security audits, which suggests people are actually using it for prepping private projects to go open source. The commands are straightforward: audit to see what's missing, scaffold to generate it, validate to check you followed conventions. Saves you from forgetting the CODE_OF_CONDUCT.md or writing your third slightly different CONTRIBUTING.md from memory.
npx skills add https://github.com/boshu2/agentops --skill oss-docs