packages/vat-development-agents/resources/skills/SKILL.md
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.
npx skillsauth add jdutton/vibe-agent-toolkit vibe-agent-toolkitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Vibe Agent Toolkit (VAT) is a modular toolkit for building, packaging, and distributing portable AI agents and skills that work across multiple Claude surfaces and adjacent frameworks. Write skill or agent content once; VAT handles validation, packaging, plugin/marketplace layout, and npm publishing.
This is a router skill. Load the sibling sub-skill that matches the work you're doing — each sub-skill owns one slice of VAT's surface and is designed to be pulled in on demand.
Good fits:
vat audit before shippingPoor fits:
| If you're working on... | Load |
|---|---|
| New project setup, vibe-agent-toolkit.config.yaml orientation, repo structure, vibe-validate integration, npm postinstall | vibe-agent-toolkit:vat-adoption-and-configuration |
| Writing or revising a SKILL.md — frontmatter, body, references, packagingOptions, validation overrides | vibe-agent-toolkit:vat-skill-authoring |
| TypeScript agent archetypes, agent.yaml, result envelopes, orchestration, runtime adapters | vibe-agent-toolkit:vat-agent-authoring |
| vat audit on plugins, marketplaces, skills, or settings — including --compat, --exclude, --user, CI use | vibe-agent-toolkit:vat-audit |
| Markdown collections, resources: config, frontmatter schema validation, vat resources validate | vibe-agent-toolkit:vat-knowledge-resources |
| vat build, vat verify, plugin/marketplace layout, npm publishing, postinstall | vibe-agent-toolkit:vat-skill-distribution |
| vat rag index / vat rag query, embedding providers, vector stores, chunking | vibe-agent-toolkit:vat-rag |
| Pre-publication quality review, vat skill review, validation-code triage | vibe-agent-toolkit:vat-skill-review |
| Anthropic Admin API: org users, cost/usage, workspace skills, ANTHROPIC_ADMIN_API_KEY | vibe-agent-toolkit:vat-enterprise-org |
| Programmatic markdown/frontmatter edits — moving files, updating references, schema-evolution migrations; comment-preserving FrontmatterEditor + rewriteBodyLinks | vibe-agent-toolkit:markdown-rewriting |
vat --help # top-level help
vat build # build all artifacts (skills → claude plugins)
vat verify # validate all artifacts
vat skills validate # validate skill quality
vat resources validate # validate markdown collections
vat audit # audit plugins/skills/marketplaces/settings
vat rag index docs/ # index markdown for RAG
vat skill review <path> # pre-publication review
vat claude org --help # enterprise admin surface
Each sub-skill covers its slice of the CLI in depth — don't memorize this table, load the sub-skill when you need detail.
vat --help and vat <group> --help --verbose for CLI depthdocs/ directory carries the full setup guide, architecture notes, and design references (not bundled with this plugin)docs/contributing/ in the VAT repobusiness
Reports the current git working-tree status. Use when the user asks for a summary of uncommitted changes in the repo.
development
Fetches the current UTC time from a public HTTP time API and reports it. Use when the user asks for the current network time.
tools
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.
tools
Lists open pull requests on the current GitHub repository. Use when the user asks what PRs are open.