Recommended
Claude Code
Native plugin install
Register this repo as a Claude Code marketplace, then install skills via the /plugin UI.
Review, summarize, and manage GitHub notifications via an interactive local dashboard. Unsubscribe from noisy threads, mark individual notifications or your whole inbox as done, all from a single prompt.
GitHub Implementation Tested Node
Once installed, this skill activates automatically when your prompt matches one of its triggers.
check my GitHub notifications/unsub <number>mark all doneclear my GitHub inboxany request to triage, dismiss, or act on GitHub notificationsPick the card for your agent harness. The skill payload is identical everywhere — no Claude-specific wiring.
Recommended
Register this repo as a Claude Code marketplace, then install skills via the /plugin UI.
Drop any skill into your agent's SKILL.md directory. No Claude-specific wiring.
Cursor reads skill folders from your project. Vendor the skill, then point Cursor at it.
Aider, OpenCode, or anything that reads SKILL.md directories. Choose your target folder.
This skill ships a Node.js implementation — run npm install in the vendored directory once.
This is the SKILL.md the agent reads when the skill activates. View the source on GitHub.
Fetch, display, and act on unread GitHub notifications via a local dashboard.
GITHUB_TOKEN — required (env or <skill-path>/.env)GITHUB_REPO — optional default for --repo (format: owner/repo)All actions invoke the gh-notifications bin (installed by the skill’s package.json).
| User intent | Command | Notes |
|---|---|---|
| Open the dashboard | gh-notifications fetch [--repo owner/repo] |
Blocks until Ctrl+C; opens browser at http://localhost:8000. Without --repo or GITHUB_REPO, shows all unread notifications. |
| Unsubscribe from an issue | gh-notifications unsub <number> --repo owner/repo |
Deletes thread subscription + marks done. --repo falls back to GITHUB_REPO. |
| Mark one issue done | gh-notifications done <number> --repo owner/repo |
--repo falls back to GITHUB_REPO. |
| Mark all done | gh-notifications done |
No issue arg = clear inbox. |
gh-notifications fetch and tell the user the dashboard is at http://localhost:8000.fetch process to free port 8000.<skill-path>/templates/dashboard.html (Nunjucks; edit to customize).<skill-path>/references/development.md.Design Reference Tested
Build, name, document, and audit UI components with expert ARIA, accessibility, design token, typography, and i18n guidance written by a...
Games Implementation Tested Live preview
Cooking, gathering, and inventory management for Dreamlight Valley.
SEO Implementation Tested
Inject or generate schema.org structured data (HTML Microdata or JSON-LD) into web markup, then validate it. Picks the right format per...