Favicon of use-component-explorer

use-component-explorer Skill

AI Agent SkillTypeScriptOpen source

Write and update component explorer fixtures for UI work — fixtures, screenshots, visual testing. USE FOR: "create a fixture for a component", "add fixture groups or variants", "screenshots or visual testing of UI", "adding or changing UI in a component explorer project". DO NOT USE FOR: "set up or install the componen Published by microsoft in vscode-team-kit.

Decision snapshot

Is this a fit?

Best for

Testing, Data analysis, Design and media, Writing

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is use-component-explorer Skill?

Write and update component explorer fixtures for UI work — fixtures, screenshots, visual testing. USE FOR: "create a fixture for a component", "add fixture groups or variants", "screenshots or visual testing of UI", "adding or changing UI in a component explorer project". DO NOT USE FOR: "set up or install the componen 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
35/100

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
  • Testing
  • Data analysis
  • Design and media
  • Writing
  • Testing use cases

Declared skill metadata

  • Source file: component-explorer/skills/use-component-explorer/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use use-component-explorer Skill

  • Use it for testing.
  • Use it for data analysis.
  • Use it for design and media.
  • Use it for writing.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/vscode-team-kit
  • Skill file: component-explorer/skills/use-component-explorer/SKILL.md

What it does

Write and update component explorer fixtures for UI work — fixtures, screenshots, visual testing. USE FOR: "create a fixture for a component", "add fixture groups or variants", "screenshots or visual testing of UI", "adding or changing UI in a component explorer project". DO NOT USE FOR: "set up or install the componen

Skill instructions

Skill: Use Component Explorer Writing Fixtures Fixture files end in .fixture.ts or .fixture.tsx and are auto-discovered by the Vite plugin. Core Pattern Every fixture has a render function that receives a container DOM element and a RenderContext: ts import { defineFixture } from '@vscode/component-explorer'; export default defineFixture({ render: (container) = { // Render your component into container return { dispose: () = { / cleanup / } }; }, }); Render Context The second argument to render provides: - signal — AbortSignal for cancellation (check signal.aborted or listen to 'abort') ts defineFixture({ render: async (container, { signal }) = { const data = await fetch('/api/data', { signal }); container.textContent = await data.text(); }, }); React Fixtures tsx import { createRoot } from 'react-dom/client'; import { defineFixture } from '@vscode/component-explorer'; import { MyComponent } from './MyComponent'; export default defineFixture({ render: (container) = { const root = creat

Verified compatibility and discovery

Frequently asked questions

What is use-component-explorer?

use-component-explorer is a open-source AI agent skill with Copy skill directory. Write and update component explorer fixtures for UI work — fixtures, screenshots, visual testing.

Who is use-component-explorer best for?

use-component-explorer is best for reusing agent instructions, scripts, and references, testing workflows, data analysis workflows, design and media workflows.

How do I install use-component-explorer?

Install or run use-component-explorer using Copy skill directory. Check use-component-explorer for the latest setup command.

Is use-component-explorer actively maintained?

use-component-explorer may need a closer maintenance check before production use.

Share:

Stars
25
Forks
5
Last commit
2 months ago
Last verified
Sep 1, 2026
Metadata fetched
Sep 1, 2026
Repository age
6 months
License
MIT

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.

Alternatives to use-component-explorer