✨ Intelligent UNIX/Linux Management

UnixPilot

A Senior Linux Systems Engineer in your IDE. Safe, idempotent, FHS-compliant system administration powered by Claude Code.

→ View on GitHub ↓ Installation

Core Features

🔒 Safety-First

Dry-run preview and explicit confirmation before any destructive operation. No rm -rf without your approval.

📋 FHS Standard

Every path follows the Filesystem Hierarchy Standard. Predictable. POSIX-compliant. Production-ready.

🔄 Idempotent

Every operation is safe to run twice. No side effects. No surprises. Pure systems engineering discipline.

🎯 Dotfile Management

GNU Stow integration for managing your .config. Stow, unstow, preview, and verify — all safely.

🖥️ Cross-Platform

Linux, macOS, BSD. Auto-detects your distro, package manager, and shell on session start.

⚡ Auto-Activation

Activates automatically on shell, systemd, cron, SSH, package, and permission tasks.

Installation

Step 1: Register the Marketplace

Add UnixPilot marketplace to Claude Code:

/plugin marketplace add https://unixpilot.pages.dev/marketplace.json

Step 2: Install UnixPilot

Install the plugin from the marketplace:

/plugin install unixpilot@unixpilot

Then restart Claude Code. UnixPilot is active.

Alternative: Install from GitHub

Clone and install locally for development:

git clone https://github.com/KiddosTech/UnixPilot.git cd unixpilot /plugin add .

Requirements

# Debian/Ubuntu sudo apt install stow # Arch sudo pacman -S stow # macOS brew install stow

Usage

Automatic Activation

Just ask Claude about UNIX/Linux tasks. UnixPilot activates automatically:

User: "How do I safely change permissions on /etc/ssh/sshd_config?"

UnixPilot: Activates with FHS, POSIX, and safety rules. Shows dry-run. Asks for confirmation.

Manual Activation

/unixpilot [task description]

Example: /unixpilot stow my nvim config

Dotfile Management

Dedicated dotfile mode with GNU Stow:

/unixpilot-dotfiles [stow|unstow|list] [package]

Safety Guarantees

UnixPilot blocks without confirmation: