Agent Skills: x install - Software Installation Assistant

|

coreID: x-cmd/skill/x-install

Repository

x-cmdLicense: Apache-2.0
245

Install this agent skill to your local

pnpm dlx add-skill https://github.com/x-cmd/skill/tree/HEAD/data/x-cmd/x-install

Skill Files

Browse the full folder contents for x-install.

Download Skill

Loading file tree…

data/x-cmd/x-install/SKILL.md

Skill Metadata

Name
x-install
Description
|

x install - Software Installation Assistant

Prerequisites

  1. Load x-cmd before use:

    . ~/.x-cmd.root/X
    
  2. x-cmd not installed? → data/install.md

Core Functions

  • Get installation command: x install --cat <software>
  • List supported software: x install --ll

Usage Examples

Get installation command for specific software

x install --cat git
x install --cat docker
x install --cat node
x install --cat python

List all supported software

x install --ll

Common Scenarios

  • Get Git installation command: x install --cat git
  • Get Docker installation command: x install --cat docker
  • Get Node.js installation command: x install --cat node
  • Get Python installation command: x install --cat python
  • Get Claude Code installation command: x install --cat claude-code

Get Help

Run x install --help for full help documentation.