doctor

Detect and install local prerequisites like git, mise, and Docker.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/element22llc/e22-plugins --skill doctor-element22llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/element22llc/e22-plugins/tree/main/plugins/steer/skills/doctor
Command: npx skills add https://github.com/element22llc/e22-plugins --skill doctor-element22llc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage the installation of necessary tools such as git, mise, and Docker before initializing or building a repository.

Core Features & Use Cases

  • Prerequisite Checking: Automatically detect the required tools (git, mise, Docker) and their installations on the local machine.
  • Tool Installation: Install the missing tools based on the operating system with user confirmation.
  • Use Case: Before running the /steer:init or /steer:build commands, ensure that all prerequisites are met and installed if they are not.

Quick Start

Run the skill to check and install local prerequisites before /steer:init or /steer:build.

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I check for missing local prerequisites before building a repository?

To check for missing local prerequisites before building a repository, run this Skill to automatically detect required tools like git, mise, and Docker on your local machine. It identifies any absent tools needed for repository setup.

What is the best way to install git and Docker for a new repo setup?

The best way to install git and Docker for a new repo setup is using this Skill to manage the installation of missing tools based on your operating system. It requires user confirmation before proceeding with the installation.

Do I need Docker and mise installed before running repo init commands?

You need Docker and mise installed before running repo init commands to ensure the repository initializes and builds correctly. This Skill verifies these local prerequisites are met and installs them if they are missing.

Can I automatically install missing tools for repository builds without modifying my system?

You can automatically install missing tools for repository builds with user confirmation, and it operates within a confirmed environment without system modifications or sensitive data handling. It safely manages the prerequisite installation process.

Why does my repository build fail due to missing prerequisites?

Your repository build fails due to missing prerequisites when local tools like git, mise, and Docker are not installed or detected. This Skill helps troubleshoot new setups by ensuring all required tools are present.