帮助用户在 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] } } }.…
帮助开发者验证 Azure DevOps 流水线改动,快速排查构建与 YAML 配置问题。
帮助开发者升级 Anthropic SDK、迁移版本并解决相关依赖与类型问题。
为 AI 编码助手生成或更新聊天定制配置文件,统一协作与开发体验
帮助开发者定位并读取 Code OSS 开发构建日志,快速排查运行与扩展问题。
将当前会话分支的修改合并回基础分支,便于整合开发成果。
帮助开发者创建和维护组件截图测试夹具,并优化组件的可测试性。
帮助用户在 VS Code 中一键搭建完整项目脚手架与初始化开发环境。
为 VS Code 快速生成定制聊天模式与提示词,支持专门化开发流程。
为 TypeScript/JavaScript 项目生成面向 AI 编码助手的优化上下文包
帮助开发者用 TypeScript 快速搭建并扩展 MCP 服务器项目。
帮助开发者快速搭建可用于生产环境的 TypeScript MCP 服务器脚手架。
基于预设模板快速脚手架生成 MCP 服务、Claude 技能与 CLI 项目