A collection of skills for GitHub Copilot CLI that extend the agent with specialized workflows.
| Skill | Description |
|---|---|
| agent-company | — |
| agent-conductor | Multi-agent fleet conductor with real-time TUI observability. Launches multiple Terminal Stampede commander groups, k... |
| agent-orchestra | Multi-agent fleet conductor for the GitHub Copilot CLI. Launches exactly five visible Terminal Stampede commander gro... |
| agent-pulse | — |
| cli-mastery | Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference c... |
| codeql-mastery | 🛡️ CodeQL Mastery — SOSS Fund expert on GitHub CodeQL and code scanning. Ask any question about CodeQL, code scanning... |
| context-compass | Context Compass — your guide to bringing GitHub, Slack, and WorkIQ context into Copilot CLI. Runs beginner onboarding... |
| copilot-app-first-steps | Fully interactive tutor for non-technical first-time users of the GitHub Copilot app. Starts from install/open, then ... |
| copilot-cli-quickstart | Use this skill when someone wants to learn GitHub Copilot CLI from scratch. Offers interactive step-by-step tutorials... |
| copilot-first-light | ✨ First Light — a warm, friendly guide that helps anyone build their first AI agent in about 10 minutes. No coding ex... |
| dark-factory | 🏭 Dark Factory — agentic build system with sealed-envelope testing. Orchestrates 6 specialist agents through a checkp... |
| decompose | — |
| design-auditor | 🔍 Design Auditor — paste a URL, get 5 ranked fixes to improve conversions. Analyzes layout, performance, accessibilit... |
| dispatch | Cross-terminal multi-agent orchestration. Splits complex tasks into parallel work units dispatched to independent Cop... |
| evo-forge | 🧬 Evo Forge — breeds better agents through evolutionary selection. Mutates agent prompts, tournaments them, selects s... |
| first-agent | 🎓 First Agent — live training skill that guides non-developers from zero to building their first AI agent in three se... |
| fleet-scorecard | Fleet Scorecard — turns any multi-agent CLI run into a clear outcome decision. Scores what changed, what won, what fa... |
| gdoc-converter | Converts Google Docs, Slides, and Sheets to Microsoft Office formats (Word, PowerPoint, Excel). Paste a Google URL an... |
| havoc-hackathon | 🏟️ Havoc Hackathon — a multi-model orchestration skill that turns your terminal into a competitive arena. Dispatches ... |
| headcount-zero | — |
| hive1k | 🐝 Hive1K — recursive multi-model swarm orchestrator. Launches 250-1,000+ AI agents across 16 models with Division Com... |
| m365-easy-button | Translate Google Workspace habits into Microsoft 365 steps, app mappings, troubleshooting, and power-user guidance. |
| octofund | 🐙 OctoFund — data-driven funding allocator for underfunded open source projects. Takes a budget, scores critical proj... |
| pitch-master | 🎤 Pitch Master — transforms ANY concept, repo README, or about section into a world-class Y Combinator / TechStars 60... |
| reflect | Helps any Hubber write their FY26 performance reflection. Pulls GitHub activity for the review period, reads the org ... |
| sidecar | — |
| slack-context | Use when the user asks to "fetch context from Slack", "read this Slack thread", "get requirements from Slack", "extra... |
| soss-skill-template | 🛡️ SOSS Fund Training — MODULE_TITLE. Interactive trainer with CTA tracking, security validation, and dashboard-ready... |
| swarm | — |
| swarm-command | 🐝 Swarm Command — multi-model consensus swarm orchestrator. Launches 50-250+ AI agents across 15 models with hierarch... |
| universe-cfp | Suggests GitHub Universe talk submissions based on your GitHub activity. Pulls your repos, PRs, issues, and contribut... |
| weekly-ai-report | 📡 Weekly AI Report — researches frontier model releases from the past week, stack-ranks new capabilities by power/imp... |
git clone https://github.com/DUBSOpenHub/copilot-skills.git /tmp/copilot-skills
cp -R /tmp/copilot-skills/*/ ~/.copilot/skills/git clone --depth 1 https://github.com/DUBSOpenHub/copilot-skills.git /tmp/copilot-skills
cp -R /tmp/copilot-skills/pitch-master ~/.copilot/skills/After installing, restart your Copilot CLI session (/exit then copilot) to pick up the new skills. Use /skills to verify they loaded.
Each skill is a folder containing a SKILL.md file with YAML frontmatter (name, description) and markdown prompt instructions. Copilot CLI loads skills from ~/.copilot/skills/ on startup.
MIT