帮助用户在 VS Code 中从零搭建完整项目结构与初始化开发环境。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "project-setup-info-local" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/vscode/main/extensions/copilot/assets/prompts/skills/project-setup-info-local/SKILL.md 2. 保存为 ~/.claude/skills/project-setup-info-local/SKILL.md 3. 装好后重载技能,告诉我可以用了
请在 VS Code 工作区中从零搭建一个使用 Vite + React + TypeScript 的前端项目,包含推荐的目录结构、package.json、tsconfig、ESLint、基础页面与启动说明。
生成完整 React 项目脚手架说明,包含目录、依赖、配置文件、样板代码和运行步骤。
帮我初始化一个 Node.js + TypeScript + Express 服务端项目,包含 src 目录、路由示例、环境变量配置、构建脚本、开发与生产启动命令。
输出完整后端项目初始化方案,涵盖目录结构、配置、依赖与基础服务代码。
请为我创建一个完整的 MCP server 项目结构,使用 TypeScript,包含入口文件、工具注册示例、配置文件、依赖安装说明和本地运行步骤。
提供 MCP 项目的完整脚手架方案,便于直接在本地初始化与开发。
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] } } }.…
帮助开发者定位并读取 Code OSS 开发构建日志,快速排查运行与扩展问题。
帮助开发者新增、修改或审查 VS Code 配置策略,并生成平台相关产物。
帮助开发者验证 Azure DevOps 流水线改动,快速排查构建与 YAML 配置问题。
在隔离环境启动 VS Code OSS,便于联动自动化操作与多进程调试。
运行聊天性能基准与内存泄漏检查,定位聊天界面回归和性能问题。
帮助开发者创建和维护组件截图测试夹具,并优化组件的可测试性。
帮助用户在 VS Code 中一键搭建完整项目脚手架与初始化开发环境。
为开发者提供可直接上手的 TypeScript MCP 服务器脚手架与架构范式
将 VS Code 的语言服务能力开放给 AI,用于跨语言代码分析、定位与修改。
为任意 npm 包提供带类型、说明与示例的上下文化开发文档查询
提供完整的 TypeScript MCP 服务模板,帮助快速搭建支持工具、资源与多传输的服务。
让 Claude Code 通过 @ 提及即时读取项目文档并理解代码架构规范