PolyPilot
Run and manage multiple Copilot coding sessions from one dashboard
All Skills in This Repository (10)
Pure Emerald Level Indicatorscopilot-sdk-reference
Document GitHub Copilot SDK APIs for custom session and event handling.
android-wifi-deploy
Manage proxy setup, port discovery, and reconnection for wireless Android deployment.
release-notes
Extract release highlights from git history and PR descriptions into markdown.
processing-state-safety
Enforce session processing state invariants and cleanup for thread safety.
auth-token-safety
Explain PolyPilot's authentication rationale and secure server setup practices.
health-monitoring
Monitor PolyPilot session event logs to diagnose stability issues and disconnections.
multi-agent-orchestration
Coordinate multi-agent systems with error recovery and session persistence.
instruction-drift
Compare local instruction files against external documentation to generate drift reports.
performance-optimization
Analyze PolyPilot session management and startup processes to identify bottlenecks and optimize rendering.
gh-aw-guide
Analyze GitHub Actions workflow files for security vulnerabilities and misconfigurations.
Frequently Asked Questions
FAQPage SchemaHow to install PolyPilot?▼
Run `npx skills add PureWeen/PolyPilot --all -g -y` in your terminal to install all skills in this suite globally.
What does PolyPilot do?▼
PolyPilot is a control panel for running many GitHub Copilot coding sessions at once, each with its own model and repository. You can watch progress live, dispatch tasks to worker sessions, and control everything from your phone.
Can I run multiple coding sessions at the same time?▼
Yes. You can launch 10 or more parallel sessions, mix models like Claude and GPT in one workspace, and use one-click team presets such as the PR Review Squad.
Do sessions survive app restarts or crashes?▼
Yes. Sessions are rebuilt from event logs after restarts, reboots, or crashes, and a built-in watchdog automatically recovers stuck or unresponsive sessions.
Can I control my coding sessions from my phone?▼
Yes. Start a secure tunnel on your desktop, scan the QR code with the mobile app, and you can send prompts and watch streaming output from anywhere.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core