docs/research/fixtures/loader-semantics/skill-claude-plugin-mixed/SKILL.md
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.
npx skillsauth add jdutton/vibe-agent-toolkit skill-claude-plugin-mixedInstall 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.
This is the root-level SKILL.md (the "skill-style plugin" shape). The plugin.json also declares ./skills/bar as an additional skill. Used to test whether Claude Code loads both, one, or neither.
business
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.