install

Automate installation of standalone development tools via a single dispatcher.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/atrawog/overthink-plugins --skill install-atrawog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install
Source: https://github.com/atrawog/overthink-plugins/tree/main/overthink/skills/install
Command: npx skills add https://github.com/atrawog/overthink-plugins --skill install-atrawog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatcher to install standalone development tools across Claude Code ecosystem, simplifying setup by consolidating multiple install commands into a single entry point.

Core Features & Use Cases

  • Unified dispatcher for installing standalone development tools (not services with lifecycle management).
  • Supports installation of Claude Code, pixi, chunkhound, bcvk, linters, flatpaks, and more.
  • Use-case: a new developer onboarding can run one command to provision essential dev tools across environments.

Quick Start

Run the dispatcher to install essential development tools with a single command.

Frequently Asked Questions about install

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

FAQPage Schema
How do I automate installation of standalone development tools across environments?

You can automate the installation of standalone development tools by using a unified dispatcher that coordinates tool provisioning and validates availability across environments. It consolidates multiple install commands into a single entry point for reproducible setups.

What standalone development tools can I install with a unified dispatcher?

The standalone development tools you can install include Claude Code, pixi, chunkhound, bcvk, linters, and flatpaks. The dispatcher differentiates these standalone tools from services that require lifecycle management.

Does this installer support provisioning flatpaks and linters for new developer onboarding?

Yes, the installer supports provisioning flatpaks and linters. It is designed for new developer onboarding, allowing a single command to provision essential dev tools across different environments.

What's the best way to set up reproducible dev tool provisioning across environments?

The best way to achieve reproducible dev tool provisioning is using a unified dispatcher that consolidates installation commands. This validates tool availability and ensures consistent setup across different environments.

Can I use this installer to manage services with lifecycle management?

No, you cannot use this installer to manage services with lifecycle management. It specifically targets standalone development tools and differentiates them from services to focus on simple installation provisioning.

Why does a unified installer consolidate multiple install commands into a single entry point?

A unified installer consolidates multiple install commands into a single entry point to simplify setup and reduce onboarding friction. This dispatcher coordinates tool installation and validates availability automatically.