mit einem Klick
vibe-agent-toolkit
vibe-agent-toolkit enthält 41 gesammelte Skills von jdutton, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
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.
Announce a tagged release to the team channel. Use when a release tag is pushed and a summary of the changelog highlights needs to be posted to chat.
Parse a workers'-comp loss run into normalized rows. Use when a user has a carrier loss-run PDF or spreadsheet and needs claims, paid, reserves, and incurred extracted per claim.
Categorize expense-report line items into GL accounts. Use when a user has an expense export and needs each line mapped to a general-ledger code, with low-confidence matches flagged for review.
A tool that uses a bundled CLI
Lists Azure subscriptions for the signed-in account. Use when the user asks which Azure subscriptions they can access.
Builds and runs the project's Docker image. Use when the user asks to build or start the container.
Lists open pull requests on the current GitHub repository. Use when the user asks what PRs are open.
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.
Fetches the current UTC time from a public HTTP time API and reports it. Use when the user asks for the current network time.
Reports the current git working-tree status. Use when the user asks for a summary of uncommitted changes in the repo.
Sample skill that authenticates via Microsoft MSAL browser login. Models a real Azure MSAL auth shape for compat-detector regression tests.
Sample skill wrapping the Azure `az` CLI. Models a real Azure inventory shape for compat-detector regression tests.
Example skill bundled with plugin-a to provide minimum content for the build pipeline.
Example skill bundled with plugin-b 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 single-version build pipeline.
Test skill foo for loader-semantics fixture (declared-and-present control case).
Test skill foo for loader-semantics fixture (present-but-undeclared case).
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.
Subdirectory skill bar for the mixed-shape fixture. Declared in plugin.json alongside the root SKILL.md.
A sample plugin used as a fixture for the plugin-dev cross-walk integration test. Long enough to clear minimum description thresholds.
Foo skill
Root skill
Unexpected skill manifest
Test skill for inventory extraction
A sample skill present on disk but not listed in the manifest.
Example skill bundled with the foo plugin to prove marketplace recursion descends into plugin skills.
A skill inside a canonical plugin layout, nested under skills/example/. Should not trigger skill-claude-plugin detection at the plugin root.
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.
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.
A bare skill fixture used to test that enumerateSurfaces returns a single agent-skill entry when no plugin manifest is present.
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.
Sample skill wrapping the Azure `az` CLI, paired with a vibe-agent-toolkit.config.yaml exercising validation.allow suppression for the expected compat codes.
Generates code
A portable skill used as a compat-detector regression fixture. Uses no shell, no browser auth, and no external CLIs.
Another tool sharing the same CLI
A tool that uses a bundled CLI
Second test skill for fixture-based testing with comprehensive validation
First test skill for fixture-based testing with comprehensive validation checks