LV.1
EXP 0/1000

▮ CHAPTER 2 ▮

Equipment Room

The toolkit for AI-driven development: reusable skills, workflows, custom agents, MCP servers, CLI plugins, and VS Code extensions.

Translation pending. Showing the Japanese source content for now. The equipment cards are still in Japanese.

7items

Reusable 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 gh

Check with `gh --version`, then copy install commands from the cards below.

  • 🐛

    github-issues

    MCPで GitHub Issue を作成・更新・整理。バグ報告/機能要望/タスクをラベル・担当者・優先度・依存関係つきで構造化。

  • 🛟

    github-support

    GitHub の製品・課金・セキュリティ・Copilot を公開ソースだけで根拠付きに回答。引用と URL で必ず裏取り。

  • 🔥

    grill-me

    計画や設計を執拗に問いただし、決定木を一つずつ解消するインタビュアー。実装前のストレステストに。

  • 🎓

    hands-on-helper

    GitHub Copilot ハンズオン勉強会の参加者を案内。リポジトリ・手順書・Playbook・トラブル解消の道しるべ。

  • 🎴

    md-slides-creator

    1つの Markdown を参照ドキュメント&スライド両用に。H2 ごとに 1 スライドの規約で Playbook 風に仕上げる。

  • 🔬

    research-codebase

    並列サブエージェントで全文調査・系統的に文書化。大きなリポジトリの初日や設計把握に。

  • 🛠️

    write-a-skill

    新しいスキルを段階的開示の作法で構築。SKILL.md と付属スクリプト・参考資料の設計までサポート。

2connections

Model 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

    ライブラリ・フレームワークの最新ドキュメントとコード例を、プロンプトに直接注入。古い学習データのハルシネーションを防ぐ。

    ↗ Docs
  • 🎭

    Playwright

    ブラウザ自動操作。E2Eテスト生成、スクリーンショット、ウェブからのデータ取得をAIが直接実行。

    ↗ Docs

▮ TIPS

  • Install globally to use tools across all projects on your machine.
  • Install in a project to share tools with the team through the repository.
  • The skill save point copies every item when nothing is selected.
  • MCP servers can be reused from Copilot CLI, VS Code, Claude, and Cursor.