From Plexus
This skill should be used when the user mentions operating on a named remote host that has a Plexus `remotes/<host>/REMOTE.md` profile, such as squirts, dookie, steamy, or another homelab device. Before taking action, load durable host memory and live context with `remote-context.py <host>`. This is the host-scoped equivalent of CLAUDE.md/AGENTS.md for remote machines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plexus:operating-remote <host> [--json] [--no-probe]<host> [--json] [--no-probe]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the task is about a named remote machine and Plexus has a
Use this skill when the task is about a named remote machine and Plexus has a
matching remotes/<host>/REMOTE.md profile.
If invoked with a host argument, use the injected context below as the current operating context before making changes:
!python3 "${CLAUDE_PLUGIN_ROOT:-plugins/plexus}/scripts/remote-context.py" $ARGUMENTS
If the dynamic context block is empty, failed, or the skill was auto-triggered
without $ARGUMENTS, identify the host from the user's request and run:
python3 "${CLAUDE_PLUGIN_ROOT:-plugins/plexus}/scripts/remote-context.py" <host>
Use --no-probe only when the user asks for an offline plan or when SSH/live
tools are unavailable.
Treat REMOTE.md as durable host memory: roles, important paths, access
patterns, guardrails, and known quirks. Treat live probe output as the current
state. If the two disagree, call out the discrepancy and prefer observed live
state for operational decisions.
ssh -o BatchMode=yes <host> <command>.REMOTE.md over generic assumptions.Plexus pairs well with cortex:cortex-logs: recent logs and AI/session history explain
what changed before the current request. It also composes with service-specific
skills like tailscale, unraid, create-swag-config, and homelab-map.
npx claudepluginhub jmagar/dendrite --plugin plexusProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.