Add Cicada multi-agent orchestrator skill 🤖🤖🤖#1374
Open
lewiswigmore wants to merge 2 commits intogithub:stagedfrom
Open
Add Cicada multi-agent orchestrator skill 🤖🤖🤖#1374lewiswigmore wants to merge 2 commits intogithub:stagedfrom
lewiswigmore wants to merge 2 commits intogithub:stagedfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🔍 Skill Validator Results2 resource(s) checked | ✅ All checks passed Full output |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Agent Skill (“cicada”) that documents and links to an external multi-agent orchestrator for GitHub Copilot CLI on Windows.
Changes:
- Introduces a new
skills/cicada/skill with YAML frontmatter and usage/installation guidance. - Documents Cicada’s multi-agent roles and MCP-based coordination model.
- Links to the upstream Cicada repository and installation guide.
Comment on lines
+41
to
+44
| ## Links | ||
|
|
||
| - [Repository](https://github.com/lewiswigmore/cicada) | ||
| - [Installation Guide](https://github.com/lewiswigmore/cicada/blob/master/INSTALL.md) |
There was a problem hiding this comment.
Since this PR adds a new skill folder, the generated skills index should be updated as well. Per CONTRIBUTING.md ("Validate and update docs"), please run the skill build/validate step and commit the resulting update so docs/README.skills.md includes an entry for cicada in the skills table.
Run npm start to regenerate docs/README.skills.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cicada — Multi-Agent Copilot CLI Orchestrator
Repository: https://github.com/lewiswigmore/cicada
What is Cicada?
Cicada is a PowerShell + Python orchestrator that launches a team of specialized GitHub Copilot CLI agents in Windows Terminal. Each agent has a defined role (Coder, Reviewer, Tester, Researcher) and they collaborate through a shared MCP coordination server.
Why it's useful
Category
Submitting as a Skill — Cicada provides a specialized multi-agent orchestration capability for Copilot CLI users on Windows.
Checklist