new-project

Scaffold a full-stack project with FastAPI or NestJS, Next.js, and GitHub issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nicolasrouanne/claude --skill new-project-nicolasrouanne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-project
Source: https://github.com/nicolasrouanne/claude/tree/main/.claude/skills/new-project
Command: npx skills add https://github.com/nicolasrouanne/claude --skill new-project-nicolasrouanne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold and bootstrap a new full-stack project with a standardized structure, GitHub-based planning, and clear starter conventions to accelerate project kickoff.

Core Features & Use Cases

  • Creates a standard project layout including api/, web/, docs/, CLAUDE.md, PLAN.md, and README.md
  • Supports backend technologies (Python FastAPI or Node NestJS) and frontend with Next.js, along with Scalingo and Cloudflare Pages deployments
  • Automates repository setup, including git initialization, GitHub repo creation, and initial issue planning in GitHub

Quick Start

Run /new-project my-app to scaffold the project and start GitHub issues planning.

Frequently Asked Questions about new-project

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

FAQPage Schema
How do I scaffold a fullstack project with a NestJS backend and Next.js frontend?

To scaffold a fullstack project with a NestJS backend and Next.js frontend, run /new-project to automatically generate a standardized directory structure including api/, web/, docs/, PLAN.md, and README.md files.

What's the best way to bootstrap a new fullstack project with GitHub issues planning?

The best way to bootstrap a fullstack project with GitHub issues planning is to use an automated scaffolding tool that initializes your Git repository, creates a GitHub repo, and wires an initial issue workflow alongside your project files.

Can I use Python FastAPI instead of Node NestJS for full-stack project scaffolding?

Yes, you can use Python FastAPI instead of Node NestJS for full-stack project scaffolding. The scaffolding process supports both backend frameworks, allowing you to choose either Python FastAPI or Node NestJS when generating your project.

Does full-stack project scaffolding support deployment to Scalingo and Cloudflare Pages?

Yes, full-stack project scaffolding supports deployment to Scalingo and Cloudflare Pages. The generated project structure is configured with these deployment targets in mind for the backend and Next.js frontend respectively.

What project structure do I get when bootstrapping a fullstack application from scratch?

When bootstrapping a fullstack application from scratch, you get a standard project layout featuring an api/ directory for the backend, a web/ directory for the Next.js frontend, a docs/ folder, plus CLAUDE.md, PLAN.md, and README.md files.

Do I need an existing GitHub repository before scaffolding a new fullstack project?

No, you do not need an existing GitHub repository before scaffolding a new fullstack project. The scaffolding process initializes a local Git repository and creates a new GitHub repository for you during the project setup.