microsoft / microsoft/copilot-brag-sheet

Cross-engine support: Agency plugin (MCP + hooks) → public Claude Code plugin

Open
#22 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
JavaScript
Stars
10
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Summary

Expand brag-sheet from Copilot CLI-only to work across both Copilot CLI and Claude Code, using Agency as the internal distribution layer and MCP as the universal tool protocol.

Product Strategy

Phase 1: Agency Plugin (internal Microsoft)
  • Goal: All MSFT employees using Agency can auto-track work
  • Distribution: XPASS marketplace (skill-only PR already open)
  • Build: MCP server wrapping lib/ modules (3 tools) + hooks.json for session lifecycle
  • Key insight: Agency abstracts the engine — one plugin works with both agency copilot and agency claude
Phase 2: Public Claude Code Plugin
  • Goal: External visibility, works for any Claude Code user
  • Distribution: Claude Code plugin marketplace, npm

Architecture

  • lib/ (shared core, zero deps) — already done
  • mcp-server.mjs (NEW) — MCP stdio server exposing 3 tools
  • hooks.json (NEW) — session start/end lifecycle
  • .claude-plugin/plugin.json (NEW) — plugin manifest
  • extension.mjs — continues working for standalone Copilot CLI

What needs building

  1. MCP server (~100-150 lines)
  2. hooks.json for session lifecycle
  3. Plugin manifest (.claude-plugin/plugin.json)

References

  • Agency plugin docs: 1esgitops/_git/agency
  • awesome-copilot skill: merged (PR #1428)
  • Copilot CLI bug #3023

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the shared modules in lib/ and the existing extension.mjs entry point. Add mcp-server.mjs, hooks.json, and .claude-plugin/plugin.json as described, exposing the three tools and session lifecycle. Done means the Agency plugin supports both Copilot and Claude Code while standalone Copilot CLI continues to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.