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:

  • --help is stable and in English
Related skills
Installs
3
Repository
tumf/skills
GitHub Stars
3
First Seen
Mar 10, 2026