Linux Desktop Slash Commands banner
danielrosehill danielrosehill

Linux Desktop Slash Commands

Security community intermediate

Description

[](https://claude.com/claude-code) [](https://www.linux.org/) [](https://ubuntu.com/) [](https://github.com/danielrosehill/Claude-Code-Repos-Index) [](https://github.com/danielrosehill/Github-Master-Index)

Installation

Terminal
claude install-skill https://github.com/danielrosehill/Claude-Code-Linux-Desktop-Slash-Commands

README

Claude Code Linux Desktop Slash Commands

[](https://claude.com/claude-code) [](https://www.linux.org/) [](https://ubuntu.com/) [](https://github.com/danielrosehill/Claude-Code-Repos-Index) [](https://github.com/danielrosehill/Github-Master-Index)

A collection of slash commands for Claude Code CLI designed to streamline system administration, optimization, and configuration tasks on Linux desktop systems.

Also provided: a script for setting up a repo-style workspace for Claude Code to focus on sysadmin tasks. The script populates a `CLAUDE.md` describing the purpose and creates (or on subsequent runs non-destructively syncs) the slash command library in this repo.

Automated Workspace Setup

This repository includes a setup script that creates a dedicated Claude Code workspace for desktop system administration at `~/claude-spaces/desktop-sys-admin`.

**Run the setup script:**

bash ~/repos/github/Claude-Code-Linux-Desktop-Slash-Commands/setup-desktop-sysadmin-workspace.sh

**What the script does:**

    undefined

**Using the workspace:**

cd ~/claude-spaces/desktop-sys-admin
claude-code

Once in the workspace, Claude Code has full context about your system and access to all slash commands. Type `/` to see available commands organized by category.

**Updating the workspace:**

Re-run the setup script to sync the latest slash commands and refresh system information:

bash ~/repos/github/Claude-Code-Linux-Desktop-Slash-Commands/setup-desktop-sysadmin-workspace.sh

...