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. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/subinium--vibesubin--vibesubin commit 7bd418e0e0

Frequently asked questions

npx skillmds@latest add tomevault-io/project-conventions-2