From egtsr
Activate EGTSR runtime in the current project. Marketplace installs auto-apply plugin assets; manual setup remains for legacy/local installs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/egtsr:egtsr-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
If EGTSR was installed via the Claude Code marketplace plugin, hooks/MCP/skills are applied automatically.
If EGTSR was installed via the Claude Code marketplace plugin, hooks/MCP/skills are applied automatically.
Use the steps below only for Legacy / Manual mode (local install without marketplace packaging).
python3 -m egtsr_runtime.cli.main setup --project-dir . to register hooks.egtsr/ directory was created.egtsr/session.db exists.egtsr/ directory with session.db, raw_events/, debug/, reports/.claude/settings.local.json (legacy/manual mode only)npx claudepluginhub aproto9787/egtsr --plugin egtsrInstalls Claude-Code-Tunnels Project Orchestrator into the project directory, verifies Python 3.10+, registers workspaces, connects messenger channels. Invoke via /claude-code-tunnels:setup-orchestrator.
Initializes project configuration by auto-detecting framework, replacing CLAUDE.md placeholders, and installing rules, hooks, and scripts.
Initializes, upgrades, or migrates claude-harness plugin in projects. Handles fresh installs, v2.x migrations, legacy cleanup, memory directories, and .gitignore updates for ephemeral files.