Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,12 @@
"repo": "microsoft/win-dev-skills",
"path": "plugins/winui"
}
},
{
"name": "work-hub",
"source": "extensions/work-hub",
"description": "Generic cross-repo command center canvas for GitHub Copilot with onboarding, focus planning, repo health, work signals, and session cleanup.",
"version": "1.0.0"
}
]
}
19 changes: 19 additions & 0 deletions extensions/work-hub/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "work-hub",
"description": "Generic cross-repo command center canvas for GitHub Copilot with onboarding, focus planning, repo health, work signals, and session cleanup.",
"version": "1.0.0",
"author": {
"name": "James Montemagno",
"url": "https://github.com/jamesmontemagno"
},
"keywords": [
"cross-repo-dashboard",
"focus-planning",
"repo-health",
"session-cleanup",
"work-triage",
"workflow-visibility"
],
"logo": "assets/preview.png",
"extensions": "."
}
15 changes: 15 additions & 0 deletions extensions/work-hub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Work Hub

Generic cross-repo command center canvas for GitHub Copilot.

## What it does

- First-run onboarding to pick GitHub repositories or local projects
- Focus planning based on mood, available time, bandwidth, and work intent
- Cross-repo work explorer for pull requests, issues, deployments, releases, and active sessions
- Repository health overview with local git and GitHub signals
- Session cleanup flow for stale worktrees and older coding sessions

## Assets

- `assets/preview.png` - gallery preview image required by the Awesome Copilot extensions catalog.
Binary file added extensions/work-hub/assets/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading