hedgehog-bootstrap-full-stack-app-core

Initialize full-stack TypeScript projects with a pre-verified Nx workspace architecture.

26|4|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/skyf0xx/hedgehog --skill hedgehog-bootstrap-full-stack-app-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hedgehog-bootstrap-full-stack-app-core
Source: https://github.com/skyf0xx/hedgehog/tree/main/src/skills/hedgehog-bootstrap-full-stack-app-core
Command: npx skills add https://github.com/skyf0xx/hedgehog --skill hedgehog-bootstrap-full-stack-app-core

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the inconsistency and manual setup time required to initialize a new full-stack TypeScript project, ensuring every project starts with a verified, production-ready architecture.

Core Features & Use Cases

  • Deterministic Workspace Setup: Automatically lands a pre-verified Nx workspace including API, Web, and Database layers.
  • Mechanical Enforcement: Configures phase gates, linting, and type-checking to ensure architectural integrity from the first commit.
  • Use Case: When starting a new full-stack application, use this skill to instantly provision the core infrastructure, including Docker-based Postgres, shared configuration, and standardized build pipelines.

Quick Start

Invoke the hedgehog-bootstrap-full-stack-app-core skill to initialize the workspace and verify the core infrastructure.

Frequently Asked Questions about hedgehog-bootstrap-full-stack-app-core

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

FAQPage Schema
How do I bootstrap a full-stack TypeScript project with an Nx monorepo?

To bootstrap a full-stack TypeScript project, this skill deploys a pre-verified Nx workspace architecture with API, Web, and Database layers, ensuring consistent tooling and deterministic project structures from the first commit.

Do I need Docker to set up a local database for my TypeScript monorepo?

Yes, Docker is required to set up the local database infrastructure. This skill uses Docker to provision Postgres and maintain deterministic project structures during the bootstrapping phase.

What is the best way to standardize full-stack project foundations across multiple teams?

Standardizing full-stack project foundations is achieved by applying pre-verified Nx workspace architectures with mechanical enforcement of phase gates, linting, and type-checking to ensure architectural integrity for every new project.

Can I use this Nx workspace setup for existing TypeScript applications?

No, this setup applies specifically to the bootstrapping phase of new software development projects. It is designed to initialize a pre-verified workspace architecture rather than retrofitting existing codebases.

Why does my full-stack project initialization lack build enforcement and consistent tooling?

Project initialization lacks build enforcement when standard tooling is not applied. This skill configures phase gates, linting, and type-checking within an Nx workspace to guarantee architectural integrity from the start.