
A tool that uses a bundled CLI
Generates code
A skill inside a canonical plugin layout, nested under skills/example/. Should not trigger skill-claude-plugin detection at the plugin root.
Sample skill wrapping the Azure `az` CLI, paired with a vibe-agent-toolkit.config.yaml exercising validation.allow suppression for the expected compat codes.
Sample skill wrapping the Azure `az` CLI. Models a real Azure inventory shape for compat-detector regression tests.
Greets users
Process data
A skill-claude-plugin fixture whose SKILL.md frontmatter name matches plugin.json name. Used to exercise the matching branch of the name cross-check.
Second test skill for fixture-based testing with comprehensive validation
Comprehensive orchestration guide for Claude Code using the vat-example-cat-agents toolkit
A tool that uses a bundled CLI
Another tool sharing the same CLI
Another tool sharing the same CLI
Lists Azure subscriptions for the signed-in account. Use when the user asks which Azure subscriptions they can access.
A portable skill used as a compat-detector regression fixture. Uses no shell, no browser auth, and no external CLIs.
Example skill bundled with plugin-a to provide minimum content for the build pipeline.
Example skill bundled with plugin-a to provide minimum content for the single-version build pipeline.
Example skill bundled with plugin-b to provide minimum content for the build pipeline.
Example skill bundled with plugin-b to provide minimum content for the single-version build pipeline.
First test skill for fixture-based testing with comprehensive validation checks
Workflow automation
MCP tool integration
Calculator
Root-level skill for the mixed-shape fixture. Tests how Claude Code handles a root SKILL.md alongside a manifest that also declares a skills/ entry.
Foo skill
Unexpected skill manifest
Test skill foo for loader-semantics fixture (present-but-undeclared case).
Subdirectory skill bar for the mixed-shape fixture. Declared in plugin.json alongside the root SKILL.md.
Test skill foo for loader-semantics fixture (declared-and-present control case).
A sample plugin used as a fixture for the plugin-dev cross-walk integration test. Long enough to clear minimum description thresholds.
A deliberately unusual directory that holds SKILL.md plus both plugin.json and marketplace.json (non-co-located). Used to exercise the three-surface ordering contract from enumerateSurfaces.
A bare skill fixture used to test that enumerateSurfaces returns a single agent-skill entry when no plugin manifest is present.
Example skill bundled with the foo plugin to prove marketplace recursion descends into plugin skills.
Test skill for inventory extraction
Root skill
A sample skill present on disk but not listed in the manifest.
Fetches the current UTC time from a public HTTP time API and reports it. Use when the user asks for the current network time.
Answers questions about the application database by querying it through the Postgres MCP tool. Use when the user asks about rows or tables in the app database.
Lists open pull requests on the current GitHub repository. Use when the user asks what PRs are open.
Builds and runs the project's Docker image. Use when the user asks to build or start the container.
Reports the current git working-tree status. Use when the user asks for a summary of uncommitted changes in the repo.
A skill-claude-plugin fixture whose SKILL.md frontmatter name deliberately differs from plugin.json name. Used to exercise the SKILL_CLAUDE_PLUGIN_NAME_MISMATCH detection.
Use when starting VAT work or deciding which VAT sub-skill applies. Router that points at sub-skills for adoption, skill/agent authoring, audit, distribution, RAG, knowledge resources, skill review, and enterprise org admin.
Sample skill that authenticates via Microsoft MSAL browser login. Models a real Azure MSAL auth shape for compat-detector regression tests.