pi-agent-colony
Parallel multi-agent coding with scouting, review, and recovery
All Skills in This Repository (6)
Pure Emerald Level Indicatorscontext7
Retrieve programming library documentation via the Context7 API.
git-workflow
Implement and manage Git workflows with branching, commit, and pull request guidelines.
web-fetch
Fetch web page content and extract human-readable text from URLs.
quick-setup
Detect project type and generate .pi/ configuration files from project tooling.
web-search
Search the web using DuckDuckGo and retrieve result titles, URLs, and snippets.
debug-helper
Analyze error messages, log files, and performance metrics to diagnose software issues.
Frequently Asked Questions
FAQPage SchemaHow to install pi-agent-colony?โผ
Run `npx skills add telagod/pi-agent-colony --all -g -y` in your terminal to install all skills in this suite globally.
What is Ant Colony for Pi?โผ
It is a plugin that turns the pi coding agent into a coordinated multi-agent system where scout, worker, and reviewer sessions handle complex coding tasks in parallel.
When should I use colony mode instead of a single agent?โผ
Use it for tasks touching three or more files, cross-module refactors, or work that splits into parallel sub-tasks. Skip it for single-file edits or quick questions.
What skills are included in this package?โผ
It ships with web search, web page fetching, Context7 documentation lookup, git workflow help, debugging, project setup, and four CSS design systems including glassmorphism and neubrutalism.
Can I track colony progress while it runs?โผ
Yes. A live status bar shows tasks completed, active workers, token usage, and cost, and results are automatically injected back into your conversation when finished.
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