oss-publish
Installation
SKILL.md
oss-publish - OSS Publication And Release Hygiene
Focus: make a repository publishable and releasable with minimal ambiguity. Prefer safe-by-default, non-interactive, repeatable steps.
Baseline Repo Artifacts
Add these at repo root (or confirm they exist and are correct):
LICENSE(pick one; do not invent a custom license)README.md(project intent, quick start, examples)CONTRIBUTING.md(how to contribute; local dev workflow)CODE_OF_CONDUCT.md(community expectations; adopt a standard template)SECURITY.md(vulnerability reporting process)- Optional:
SUPPORT.md(where to ask questions)
If the project is a CLI/tool, also ensure: