install

Install the Maverick CLI system-wide from the plugin directory.

10|2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/thermiteau/maverick --skill install-thermiteau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install
Source: https://github.com/thermiteau/maverick/tree/main/skills/install
Command: npx skills add https://github.com/thermiteau/maverick --skill install-thermiteau

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Installs the Maverick CLI system-wide from the plugin directory, enabling teams to immediately begin using the tool without manual setup.

Core Features & Use Cases

  • Automated installation of the Maverick CLI from the plugin source across developer machines and CI environments.
  • Creates a default configuration at ~/.maverick/settings.json if it doesn't already exist.
  • Verifies installation by executing maverick --help and reports success or failure with any error output.

Quick Start

Dispatch the install task to the maverick agent to install the CLI from the plugin directory.

Frequently Asked Questions about install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install the Maverick CLI system-wide from the plugin directory?

Installing the Maverick CLI system-wide involves locating the install.sh script in the plugin directory and executing it with bash. The process concludes by verifying the installation with maverick --help to ensure proper setup.

Does the Maverick CLI installer create a default configuration file?

Yes, the Maverick CLI installer creates a default configuration file at ~/.maverick/settings.json if it does not already exist. This ensures the CLI is ready for immediate use across developer machines and CI environments.

Can I use this installation method to set up the Maverick CLI in CI environments?

Yes, this method applies when setting up the Maverick CLI across CI environments. It handles discovery of install.sh, execution, config creation at ~/.maverick/settings.json, and verification with maverick --help.

What happens if the Maverick CLI installation fails?

If the Maverick CLI installation fails, the process reports the failure along with any error output. It verifies the setup by executing maverick --help, capturing and reporting any errors that occur during verification.

Do I need bash to run the Maverick CLI installer?

Yes, you need bash to run the Maverick CLI installer. The installation process requires the install.sh script to be run with bash to ensure proper execution and system-wide setup of the CLI tool.