Project Conventions

Opinionated defaults for the lower-stakes structural conventions every project has to pick — branch strategy, directory layout, dependency pinning, path portability. The companion to manage-secrets-env (which owns the high-stakes secrets/env slice). Picks GitHub Flow, enforces pinned dependencies, nudges toward domain-first directory structure, and audits for hardcoded absolute paths. Adapts to repo type — app (exact pin + lockfile), library (semver range + compatibility matrix), monorepo (per-package). Language-agnostic.

subinium 0a88254 5 files · 25.4 KB Updated

File contents

subinium/vibesubin/tree/main/plugins/vibesubin/skills/project-conventions commit 0a88254e2d

Frequently asked questions

npx skillmds@latest add subinium/project-conventions