setup-component-explorer-full Skill
Full setup of the Component Explorer including CLI, MCP server, VS Code tasks and launch config. USE FOR: "complete component explorer setup with the CLI", "configure the component explorer MCP server", "add VS Code tasks for the component explorer", "add a launch config for the component explorer". DO NOT USE FOR: "mi Published by microsoft in vscode-team-kit.
Decision snapshot
Is this a fit?
Design and media, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is setup-component-explorer-full Skill?
Full setup of the Component Explorer including CLI, MCP server, VS Code tasks and launch config. USE FOR: "complete component explorer setup with the CLI", "configure the component explorer MCP server", "add VS Code tasks for the component explorer", "add a launch config for the component explorer". DO NOT USE FOR: "mi Published by microsoft in vscode-team-kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Design and media use cases
Declared skill metadata
- Source file: component-explorer/skills/setup-component-explorer-full/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use setup-component-explorer-full Skill
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-team-kit
- Skill file: component-explorer/skills/setup-component-explorer-full/SKILL.md
What it does
Full setup of the Component Explorer including CLI, MCP server, VS Code tasks and launch config. USE FOR: "complete component explorer setup with the CLI", "configure the component explorer MCP server", "add VS Code tasks for the component explorer", "add a launch config for the component explorer". DO NOT USE FOR: "mi
Skill instructions
Skill: Setup Component Explorer When the user asks to add, set up, or integrate the component explorer into their project, follow this guide. Prerequisites - The project uses Vite as its bundler - Node.js = 22 Step 1: Install Packages bash npm install @vscode/component-explorer @vscode/component-explorer-cli @vscode/component-explorer-vite-plugin Use the project's package manager (npm, pnpm, yarn). For workspace monorepos, install into the package that owns the Vite config. Step 2: Configure Vite Plugin Add componentExplorer() to vite.config.ts: ts import { componentExplorer } from '@vscode/component-explorer-vite-plugin'; export default defineConfig({ plugins: [ // ... existing plugins (react, tailwind, etc.) componentExplorer(), ], }); Plugin Options | Option | Default | Description | |--------|---------|-------------| | include | './src//.fixture.{ts,tsx}' | Glob pattern for fixture files | | route | '/explorer' | URL path for the explorer UI | | build | 'app-only' | Build mode: 'ap
Verified compatibility and discovery
Frequently asked questions
What is setup-component-explorer-full?
setup-component-explorer-full is a open-source AI agent skill with Copy skill directory. Full setup of the Component Explorer including CLI, MCP server, VS Code tasks and launch config.
Who is setup-component-explorer-full best for?
setup-component-explorer-full is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install setup-component-explorer-full?
Install or run setup-component-explorer-full using Copy skill directory. Check setup-component-explorer-full for the latest setup command.
Is setup-component-explorer-full actively maintained?
setup-component-explorer-full may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.