grichagrichaCommunityยท6 Agent Skills Included

perry

Self-hosted Docker workspaces with coding agents over Tailscale

Provisions isolated Docker development workspaces and registers them on your Tailscale network for remote access. Pre-installs coding agents like Claude Code, OpenCode, and Codex, and syncs credentials from your host automatically. Eliminates manual environment setup and lets you resume coding sessions from any device via CLI, web UI, or SSH.
npx skills add gricha/perry --all -g -y
Available:

Tells the agent when to invoke the validate, test, release, and create-pr skills, and enforces architecture rules, code style, and constraints for working on the Perry codebase.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Perry?โ–ผ

Run `npx skills add gricha/perry --all -g -y` in your terminal to install all skills in this suite globally.

What does Perry do?โ–ผ

Perry runs a local daemon that creates isolated Docker workspaces with coding agents pre-installed and registers them on your Tailscale network. You can then connect from any device via CLI, web UI, or SSH.

How do I create a remote coding workspace?โ–ผ

Start the agent with `perry agent run`, then run `perry start my-proj --clone <repo-url>` to spin up a containerized workspace. Use `perry shell my-proj` to jump inside it.

Which coding agents work inside Perry workspaces?โ–ผ

Claude Code, OpenCode, and Codex CLI come pre-installed, and Perry syncs their credentials and configs from your host machine automatically.

Is Perry safe to expose on the public internet?โ–ผ

No. Perry's web UI and API have no authentication by design, so it should only run inside a trusted private network like Tailscale.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’