Your satellite, your dev team's shared workspace
Your CRHQ satellite doubles as a development environment — agents work on their own branches, collaborate on code, push changes, and manage deployments. Like having additional developers on your VPS, working 24/7.
What you get
10+ projects managed on a single satellite — each with its own repo, dependencies, and deployment config, all orchestrated by agents.
Agents work on branches, push code, create PRs, and collaborate like real developers — following your project's conventions and standards.
Dependency updates, security patches, and cleanup tasks handled automatically — keeping your projects healthy without manual intervention.
Disk usage, memory consumption, and process health tracked across all projects — issues flagged before they become outages.
Agents can deploy to staging or production on command — running build steps, verifying health checks, and rolling back if something goes wrong.
Schedule it daily or trigger it on demand. The agent checks every project on your satellite, updates dependencies, runs tests, monitors resources, and posts a full health report — so your dev environment stays clean without you lifting a finger.
> Checking git status across all projects
> Updating project dependencies
> Running test suites across projects
> Pulling latest from upstream repos
> Managing PM2 processes
Environment report
> Disk 34.2 GB used / 80 GB total (42%)
> Memory 2.1 GB used / 4 GB total (52%)
> Posting environment health report to #devops on Slack
✓ 12 projects checked and healthy
✓ Dependencies updated, tests passing
✓ Health report posted to #devops on Slack
For CRHQ clients
Enable the required skills
Make sure these skills are active on your satellite:
Tell the agent to check your environment
Example prompt:
Schedule daily health checks (recommended)
Use the schedule skill to run environment checks every morning. Your team starts the day knowing exactly which projects need attention, which dependencies are outdated, and whether any processes have gone unhealthy overnight.
Get more out of this workflow
Use deploy-dev-environment skill for initializing new projects
When you need to spin up a new project on your satellite, the deploy-dev-environment skill handles the full setup — cloning the repo, installing dependencies, configuring environment variables, setting up PM2 processes, and verifying everything runs correctly.
deploy-dev-environmentDelegate project-specific tasks to specialized sub-agents
Use the delegation skill to spin up sub-agents for individual projects. One agent handles the React frontend, another manages the API server, and a third monitors the database — all coordinated by a lead agent that compiles results into a single report.
delegationCombine with code review for automated PR quality checks
Pair your environment management workflow with automated code review. As agents push code and create PRs, other agents review the diffs for bugs, style issues, and security concerns — creating a fully automated development pipeline on your satellite.
coding-best-practicesMaintain project docs for each deployed project
Store deployment configs, environment variables, architecture notes, and runbooks in project documents for each project on your satellite. Agents reference these docs when managing deployments, troubleshooting issues, or onboarding new projects — building institutional knowledge over time.