setup-component-explorer-full Skill
Full setup of the Component Explorer including CLI, MCP server, VS Code tasks and launch config. Published by microsoft in vscode-team-kit.
What is setup-component-explorer-full Skill?
Full setup of the Component Explorer including CLI, MCP server, VS Code tasks and launch config. 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.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Design and media use cases
Technical details
- 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.
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
Explore related resources
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.
Auto-fetched from GitHub.