Set up complete project scaffolds and development environments in VS Code.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "project-setup-info-local" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/vscode/main/extensions/copilot/assets/prompts/skills/project-setup-info-local/SKILL.md 2. Save it as ~/.claude/skills/project-setup-info-local/SKILL.md 3. Reload skills and tell me it's ready
Please set up a Vite + React + TypeScript frontend project from scratch in a VS Code workspace, including a recommended folder structure, package.json, tsconfig, ESLint, starter pages, and run instructions.
A complete React project scaffolding guide with folders, dependencies, config files, boilerplate code, and run steps.
Help me initialize a Node.js + TypeScript + Express backend project with a src directory, sample routes, environment variable setup, build scripts, and development and production start commands.
A full backend project initialization plan covering structure, configuration, dependencies, and starter server code.
Please create a complete MCP server project structure in TypeScript, including an entry file, tool registration example, configuration files, dependency setup instructions, and local run steps.
A complete MCP project scaffolding plan ready for local initialization and development.
Determine what kind of project the user wants to create, then based on that, choose which setup info below to follow. Only setup a project if the folder is empty or if you've just called the tool first calling the tool to create a workspace.
A template for creating a VS Code extension using Yeoman and Generator-Code.
Run this command:
npx --package yo --package generator-code -- yo code . --skipOpen
The command has the following arguments:
-t, --extensionType: Specify extension type: ts, js, command-ts, command-js, colortheme, language, snippets, keymap, extensionpack, localization, commandweb, notebook. Defaults to ts-n, --extensionDisplayName: Set the display name of the extension.--extensionId: Set the unique ID of the extension. Do not select this option if the user has not requested a unique ID.--extensionDescription: Provide a description for the extension.--pkgManager: Specify package manager: npm, yarn, or pnpm. Defaults to npm.--bundler: Bundle the extension using webpack or esbuild.--gitInit: Initialize a Git repository for the extension.--snippetFolder: Specify the location of the snippet folder.--snippetLanguage: Set the language for snippets.get_vscode_api with the user's query to get the relevant references.get_vscode_api has completed, only then begin to modify the project.A React based framework for building server-rendered web applications.
Run this command:
npx create-next-app@latest .
The command has the following arguments:
--ts, --typescript: Initialize as a TypeScript project. This is the default.--js, --javascript: Initialize as a JavaScript project.--tailwind: Initialize with Tailwind CSS config. This is the default.--eslint: Initialize with ESLint config.--app: Initialize as an App Router project.--src-dir: Initialize inside a 'src/' directory.--turbopack: Enable Turbopack by default for development.--import-alias <prefix/*>: Specify import alias to use.(default is "@/*")--api: Initialize a headless API using the App Router.--empty: Initialize an empty project.--use-npm: Explicitly tell the CLI to bootstrap the application using npm.--use-pnpm: Explicitly tell the CLI to bootstrap the application using pnpm.--use-yarn: Explicitly tell the CLI to bootstrap the application using Yarn.--use-bun: Explicitly tell the CLI to bootstrap the application using Bun.A front end build tool for web applications that focuses on speed and performance. Can be used with React, Vue, Preact, Lit, Svelte, Solid, and Qwik.
Run this command:
npx create-vite@latest .
The command has the following arguments:
-t, --template NAME: Use a specific template. Available templates: vanilla-ts, vanilla, vue-ts, vue, react-ts, react, react-swc-ts, react-swc, preact-ts, preact, lit-ts, lit, svelte-ts, svelte, solid-ts, solid, qwik-ts, qwikA Model Context Protocol (MCP) server project. This project supports multiple programming languages including TypeScript, JavaScript, Python, C#, Java, and Kotlin.
fetch_webpage tool to find the correct implementation instructions from https://modelcontextprotocol.io/llms-full.txtmcp.json file in the .vscode folder in the project root with the following content: { "servers": { "mcp-server-name": { "type": "stdio", "command": "command-to-run", "args": [list-of-args] } } }.…
Validate Azure DevOps pipeline changes and troubleshoot builds and YAML faster.
Update the GitHub Copilot CLI or SDK to a newer version.
Upgrade Anthropic SDKs, migrate versions, and fix dependency or typing issues.
Generate or update chat customization files for AI coding agents.
Find and read Code OSS dev build logs for faster debugging.
Merge session branch changes back into the base branch cleanly.
Set up complete project scaffolds and dev environments in VS Code.
Create custom VS Code chat modes and prompts for specialized development workflows.
Indexes JS/TS projects and builds optimized context packs for AI coding assistants
Quickly scaffold MCP servers, Claude skills, and CLI projects from templates.
Scaffold and manage MCP-compatible server projects with environments and tooling.
Build TypeScript MCP servers faster with a production-ready starter architecture.