Equipment Room
โ EQUIPMENT ROOM โ
The toolkit for AI-driven development: reusable skills, workflows, custom agents, MCP servers, CLI plugins, and VS Code extensions.
๐ด Skills
7itemsReusable procedure files (SKILL.md). Select the ones you want and copy the install commands from the save point.
โถ Requirement (GitHub CLI v2.90.0 or newer)
`gh skill` is a preview command built into GitHub CLI v2.90.0+. No extension to install โ just make sure your CLI is recent enough:
# macOS
brew install gh
# or upgrade if already installed
brew upgrade ghCheck with `gh --version`, then copy install commands from the cards below.
- repo โ

github-issues
Create, update, and organize GitHub Issues via MCP. Structure bug reports, feature requests, and tasks with labels, assignees, priorities, and dependencies.
- repo โ

github-support
Answers GitHub product, billing, security, and Copilot questions grounded in public sources only โ every answer backed with citations and URLs.
- repo โ

grill-me
An interviewer that relentlessly questions plans and designs, resolving decision trees one branch at a time. A pre-implementation stress test.
- repo โ

hands-on-helper
Guides participants of the GitHub Copilot hands-on workshop โ a signpost for repo, instructions, Playbook, and troubleshooting.
- repo โ๐
agentfinder
Search GitHub's Agent Finder to discover MCP servers, tools, skills, and agents for a task. Run `/agentfinder <what you want>` to list matches โ installation is always the user's explicit choice.
- repo โ๐จ
prototyper
Generate 10 visually distinct, on-brand design propositions for a single UI component in one self-contained HTML file. Compare them side by side to pick a direction before building โ a throwaway prototyping artifact. Run `/prototyper <component>`.
- repo โ๐ชจ
caveman
Ultra-compressed "caveman" output mode โ cuts ~75% of response tokens while keeping full technical accuracy. Intensity levels `lite / full / ultra`. Say "caveman mode" or run `/caveman`.
๐ MCP servers
2connectionsModel Context Protocol bridges AI to external tools. Add to Copilot CLI with one command.
Commands to register an MCP server with Copilot CLI. Copy and run in your terminal.

Context7
Injects up-to-date documentation and code examples for libraries and frameworks straight into your prompt. Prevents hallucinations from stale training data.

Playwright
Browser automation. The AI can directly drive E2E test generation, screenshots, and data extraction from the web.