DevFlow Bootstrap
Development Lifecycle · $19 · 4 skills · Free skill: project-scaffold
Project scaffolding and initialization skills for quick starts.
Installation
bash
skillstore install devflow-bootstrapOr install only the free skill:
bash
skillstore install devflow-bootstrap --free-onlySkills
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 configuredcode-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 monorepomonorepo-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 orderenv-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 patternCommands
/devflow bootstrap:scaffold— scaffold projects and set up monorepo workspaces/devflow bootstrap:standards— initialize code standards, hooks, and environment config