README.md

April 17, 2026 ยท View on GitHub

Claude Code View Marketplace

Linux Desktop Management Plugin

This Claude Code plugin is part of my public marketplace.

To install the marketplace:

/plugin marketplace add https://github.com/danielrosehill/Claude-Code-Plugins

Plugin Installation:

To install this plugin:

/plugin install linux-desktop-mgmt@danielrosehill

Claude Code plugin for linux-desktop slash commands and agents.

Pairs with: desktop-ops-workspace-template

The plugin runs operations. desktop-ops-workspace-template remembers them โ€” a per-machine, local-first SQLite log of every install, fix, reorg, and incident, so future sessions can query prior history before acting.

The plugin works standalone. When Claude is running inside a workspace (DESKTOP_OPS_WORKSPACE set), the workspace's CLAUDE.md instructs Claude to log each op into ops.db. No plugin-side configuration required.

gh repo create my-desktop-ops \
  --template danielrosehill/desktop-ops-workspace-template \
  --private --clone
cd my-desktop-ops
./scripts/init-db.sh && ./scripts/register-machine.sh
# Now open Claude Code here and use plugin commands as normal.

Installation

/plugin marketplace add danielrosehill/CC-Plugin-linux-desktop
/plugin install linux-desktop@danielrosehill

Author

Daniel Rosehill

License

This plugin is licensed under the MIT License.