setup-component-explorer Skill
Set up and integrate the Component Explorer into a vite based project. Published by microsoft in vscode-team-kit.
What is setup-component-explorer Skill?
Set up and integrate the Component Explorer into a vite based project. 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 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/SKILL.md
What it does
Set up and integrate the Component Explorer into a vite based project.
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?
setup-component-explorer is a open-source AI agent skill with Copy skill directory. Set up and integrate the Component Explorer into a vite based project.
Who is setup-component-explorer best for?
setup-component-explorer is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install setup-component-explorer?
Install or run setup-component-explorer using Copy skill directory. Check setup-component-explorer for the latest setup command.
Is setup-component-explorer actively maintained?
setup-component-explorer may need a closer maintenance check before production use.
Auto-fetched from GitHub.