install-tooling

Automate discovery, intake, audit, and installation of skills or agents from curated sources or GitHub repositories.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/bzellman/earp-kit --skill install-tooling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-tooling
Source: https://github.com/bzellman/earp-kit/tree/main/skills/system/install-tooling
Command: npx skills add https://github.com/bzellman/earp-kit --skill install-tooling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the discovery, intake, audit, and installation of new skills or agents from curated sources or GitHub repositories, saving time and reducing manual setup.

Core Features & Use Cases

  • Intake, audit, and installation pipeline for skills and agents
  • Supports curated lists and ad-hoc GitHub URLs with patch-based customization
  • Works across global and repo-local contexts, enabling scalable tooling onboarding

Quick Start

Initiate the tooling install workflow to add one or more skills or agents from curated sources or a GitHub URL.

Frequently Asked Questions about install-tooling

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

FAQPage Schema
How do I automate installing new agents and skills from GitHub repositories?

You can automate installing new agents and skills from GitHub repositories by triggering an intake workflow that discovers, audits, and installs the tooling directly into your project or global context.

What is the best way to audit GitHub tooling for conflicts before adding it to a project?

The best way to audit GitHub tooling for conflicts is to use an installation pipeline that performs automated intake checks for redundancy and conflicts before applying the tooling to your project.

Can I install multiple skills at once from curated sources?

Yes, you can install multiple skills at once from curated sources. The workflow handles one or many items per invocation, auditing and installing them across global or repo-local contexts.

Does the skill installation process include project patch generation and documentation updates?

Yes, the skill installation process includes project patch generation and documentation updates. The pipeline handles patch-based customization and automatically updates documentation after installation.

How do I patch and customize agents after pulling them from a GitHub URL?

You can patch and customize agents pulled from a GitHub URL by using the tooling intake workflow, which supports ad-hoc URLs and applies patch-based customizations during the installation phase.

What are the limitations of installing tooling globally versus repo-local?

Installing tooling globally applies the skills across all contexts, whereas repo-local restricts them to the specific repository. Both require an audit phase to prevent conflicts within the chosen scope.