project-setup-info-local

Scaffold complete TypeScript, Next.js, or VS Code extension project structures.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/radrad/vscode-copilot-chat --skill project-setup-info-local-radrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-setup-info-local
Source: https://github.com/radrad/vscode-copilot-chat/tree/main/assets/prompts/skills/project-setup-info-local
Command: npx skills add https://github.com/radrad/vscode-copilot-chat --skill project-setup-info-local-radrad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a consistent, fully initialized project workspace from scratch, including folders, config files, and boilerplate, so you can start coding immediately without manual scaffolding.

Core Features & Use Cases

  • Full project scaffolding: folder structure, package.json, config files (tsconfig, eslint, etc.), and initial boilerplate code.
  • Framework-agnostic templates: supports vscode extensions, Next.js apps, Vite projects, MCP servers, and Python script/package templates.
  • Clear quick-start guidance: helps you bootstrap a complete development environment from an empty folder.

Quick Start

Execute the chosen setup flow to bootstrap an empty workspace with a full project skeleton, dependencies, and configuration files.

Frequently Asked Questions about project-setup-info-local

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

FAQPage Schema
How do I scaffold a complete project structure in VS Code from an empty folder?

To scaffold a project structure in VS Code, you can use an automated setup flow that initializes folder hierarchies, package.json, configuration files, and boilerplate code in an empty directory. This allows you to start coding immediately without manual setup.

Can I generate boilerplate for a Next.js or Vite project automatically?

Yes, you can generate boilerplate for a Next.js or Vite project automatically. The scaffolding process supports framework-agnostic templates that create the necessary folder structure, configuration files, and initial code for these specific frameworks.

What is automated project scaffolding and when do I need it?

Automated project scaffolding is the process of generating a consistent, fully initialized workspace from scratch, including folders, config files, and boilerplate. You need it when you want to bootstrap a development environment quickly without manually creating each file.

Does this scaffolding tool support setting up TypeScript and ESLint configurations?

Yes, this scaffolding tool supports setting up TypeScript and ESLint configurations. It automatically generates the necessary tsconfig and eslint files during the workspace initialization process to ensure your project follows standard configuration practices.

Can I use this to initialize a VS Code extension or MCP server workspace?

Yes, you can use this to initialize a VS Code extension or MCP server workspace. The scaffolding provides specific variant templates that set up the required package.json, configuration files, and boilerplate code for these specialized project types.

What's the best way to bootstrap a Python package template in a new workspace?

The best way to bootstrap a Python package template in a new workspace is to execute the chosen setup flow. This automatically applies the Python script or package template, generating the required folder structure and initial files for immediate development.