setup-for-oss
Installation
SKILL.md
Setup for OSS
Quick start
- Decide mode:
- Audit mode: user asks to review/check OSS health.
- Scaffold mode: user asks to set up/add OSS files or workflows.
- Collect context (minimal):
- Repo name, package manager, monorepo vs single package, publishable npm packages.
- Author/org details from
package.jsonor git config. - Existing health files and workflows.
- Load references as needed:
- Health files:
references/health-files.md - GitHub templates:
references/github-templates.md - CI workflows:
references/ci-workflows.md - Publishing:
references/publishing.md - Linting/formatting:
references/linting-formatting.md - Dependency/versioning:
references/dependency-versioning.md
- Health files:
Related skills
More from hugorcd/skills
unslop
Remove AI-generated "slop" from codebases by deleting redundant comments and unused code, tightening formatting, and normalizing styling patterns (e.g., Tailwind class consistency, Nuxt UI color tokens). Use when a user asks to clean up code, remove unnecessary comments, reduce unused imports/variables, or align Tailwind/Nuxt UI conventions.
8create-pr-commit
Generate branch names, conventional commit messages, and PR titles from real project conventions. Use when asked to propose commit/PR text (especially /create-commit or /create-pr) while validating types/scopes against repo standards.
6