DevFlow Bootstrap

Development Lifecycle · $19 · 4 skills · Free skill: project-scaffold

Project scaffolding and initialization skills for quick starts.

Installation

bash
skillstore install devflow-bootstrap

Or install only the free skill:

bash
skillstore install devflow-bootstrap --free-only

Skills

project-scaffold (FREE)

Scaffold new projects with opinionated best-practice templates.

Example:

/devflow bootstrap:scaffold create a Next.js 14 + Supabase project with TypeScript strict mode, app router, and Row Level Security configured

code-standards-init (Premium)

Initialize code standards with linting, formatting, and hooks.

Example:

/devflow bootstrap:standards set up ESLint flat config, Prettier, lint-staged, and Husky pre-commit hooks for a TypeScript monorepo

monorepo-setup (Premium)

Set up monorepo workspaces with shared configs and tooling.

Example:

/devflow bootstrap:scaffold configure a pnpm workspace monorepo with shared TypeScript config, ESLint rules, and cross-package build order

env-configurator (Premium)

Configure environment variables and secrets management.

Example:

/devflow bootstrap:standards set up environment variable validation with Zod, .env.example template, and Docker + CI secrets injection pattern

Commands

  • /devflow bootstrap:scaffold — scaffold projects and set up monorepo workspaces
  • /devflow bootstrap:standards — initialize code standards, hooks, and environment config