skills/install/SKILL.md
Install the maverick CLI tool system-wide from the plugin directory.
npx skillsauth add thermiteau/maverick-private installInstall 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.
Install the maverick CLI from wherever this plugin is loaded — marketplace cache or local dev checkout.
Dispatch the maverick agent with task install and any user-provided arguments. The agent will follow the process below and return a structured result.
install.sh script in the same directory as this SKILL.mdbash <path-to-install.sh>~/.maverick/settings.json if it doesn't already existmaverick --helpdevelopment
Use when a best-practice skill needs project-specific implementation details and no project skill exists at docs/maverick/skills/<topic>/SKILL.md. Scans the codebase and generates a project-specific skill file.
testing
Create or update technical documentation for a project. Covers architecture, service interactions, data flows, and design decisions. Produces professional markdown with Mermaid diagrams.
development
How to process code review feedback — verify before implementing, push back when wrong, clarify before acting on partial understanding. Applied when receiving review from the code-reviewer agent or human reviewers.
development
Analyze a project's codebase against Maverick standard practices and write a findings report. Checks linting, unit tests, integration tests, documentation, and CI/CD. Run when onboarding an existing project or on demand.