start-right

Installation
SKILL.md

Start Right

Complete repository initialization and scaffolding for new projects with production-ready CI/CD workflows, validation checks, and automated releases.

Overview

This skill provides end-to-end repository setup for solo developers, automating everything from git initialization to production deployment workflows. It handles project type detection, appropriate tooling configuration, GitHub repository creation, branch protection, validation checks, git hooks, and comprehensive GitHub Actions workflows.

Workflow Decision Tree

When a user requests repo initialization/scaffolding:

  1. Determine project type → Detect or ask user for project type (node/typescript/react/rust/python/go/docker/skill)
  2. Gather preferences → Ask about:
    • Repository visibility (public/private)
    • Organization (if applicable)
    • Validation checks to enable (format, lint, type-check, test, build, integration-test)
    • Git hooks preference (husky for Node.js projects, lefthook for others)
    • Release strategy (npm, github-pages, vercel, docker, binary, pypi, crates.io, skill)
Related skills

More from slamb2k/mad-skills

Installs
2
GitHub Stars
2
First Seen
Feb 16, 2026