project-setup-local

Scaffold projects for Next.js, Nuxt, Vite, Python, VS Code Extensions, and MCP servers.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/dthompsonfl/crispy-fishstick --skill project-setup-local-dthompsonfl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-setup-local
Source: https://github.com/dthompsonfl/crispy-fishstick/tree/main/prompts/skills/project-setup-info-local
Command: npx skills add https://github.com/dthompsonfl/crispy-fishstick --skill project-setup-local-dthompsonfl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enterprise-grade project initialization and deterministic scaffolding for Next.js, Nuxt, Vite, VS Code Extensions, Python, and MCP servers to enforce baseline tooling and structure.

Core Features & Use Cases

  • Pre-flight validation of target directory and required toolchains.
  • Framework-specific scaffolding with deterministic commands and post-scaffold configuration.
  • Post-scaffold artifacts like baseline configs and deployment scaffolding to accelerate adoption.

Quick Start

Bootstrap a Next.js App Router project in this empty directory.

Frequently Asked Questions about project-setup-local

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project scaffolding for a Next.js app from an empty directory?

Automate project scaffolding by running the initialization process in an empty directory to trigger pre-flight validations and framework-specific setup. This generates a deterministic Next.js baseline with post-scaffold artifacts like deployment configs.

Does this scaffolding tool support Python and Vite projects?

Yes, this scaffolding tool supports Python and Vite projects alongside Next.js, Nuxt, VS Code Extensions, and MCP servers. It applies deterministic commands and post-scaffold configuration tailored to each specific framework ecosystem.

What's the best way to enforce consistent baseline tooling across multiple new repositories?

The best way to enforce consistent baseline tooling is using deterministic enterprise-grade scaffolding that applies pre-flight validations and toolchain checks before generating framework-specific structures and post-scaffold artifacts.

Can I generate docker-compose.yml and deployment configs when bootstrapping a new repo?

Yes, you can generate docker-compose.yml and deployment configs during repo bootstrapping. The scaffolding process automatically creates these post-scaffold artifacts to accelerate adoption after the initial framework setup.

What happens if required toolchains are missing during project initialization?

Project initialization enforces pre-flight validations and toolchain checks before scaffolding begins. If required toolchains are missing, the validation process halts to ensure the environment meets framework-specific prerequisites.

When do I need deterministic scaffolding for modern repos instead of manual setup?

You need deterministic scaffolding when starting new repositories from empty directories that require enterprise-grade structure. It ensures consistent baselines across multiple framework ecosystems, replacing manual setup with validated, automated configuration.