By hiivmind
GitHub workspace initialization and API documentation corpus. Run init once, then use gh CLI directly with routing guide and corpus for GraphQL/REST operations.
Explore available GitHub operations before executing them. This skill should be used when: users want to know what operations are available, need help choosing an operation, or want to browse capabilities. Trigger phrases: "what can I do", "list operations", "show capabilities", "explore domains", "what GitHub operations", "help with GitHub", "discover features", "browse operations", "what domains are supported", "show me operations", "how do I use this", "feature list", "operation guide", "what's possible", "capabilities tour", "explore GitHub features", "what commands are available", "help me find an operation". Presents quick reference table and interactive domain exploration with handoff to operations skill.
On-demand governance audit for repository maturity. Evaluates branch protection, project linkage, triage labels, CI/CD, releases, documentation, CODEOWNERS, security policy, license, dependency management (Dependabot/Renovate), and secrets scanning. Multi-repo aware — evaluates all repos in config catalog or a specific repo. Dismissals persist across sessions so resolved decisions are not raised again. Read-only evaluation; fix actions route through gh-operations. Trigger phrases: "healthcheck", "health check", "governance", "audit", "best practices", "repo health", "readiness", "maturity", "governance audit", "repo readiness", "check repo health", "run healthcheck", "security audit", "compliance check".
Handle session wake-up when the heartbeat hook detects pending work. Processes triggered workflows, runs auto workflows immediately, and presents non-auto workflows for user approval. Use this when: session starts with pending workflows, heartbeat detected changes, stale config needs attention, GitHub state changed since last session. Trigger phrases: "heartbeat", "wake up", "session start", "what changed", "pending workflows", "check for changes", "session summary", "what happened", "github changes since last session", "morning briefing", "status update", "run heartbeat", "check heartbeat", "poll github".
Initialize GitHub workspace to enable context enrichment for all GitHub operations. This skill should be used when: setting up a new workspace, first-time configuration, config.yaml is missing, or "workspace not initialized" errors occur. Trigger phrases: "initialize workspace", "setup GitHub", "first time setup", "init pulse-gh", "configure workspace", "cache project IDs", "workspace not initialized", "start github plugin", "get github working", "new workspace setup", "bootstrap github", "prepare github workspace", "github init", "enable project linking", "setup issue enrichment". Verifies gh CLI, jq, yq tools and authentication. Discovers projects and caches field IDs so issues/PRs can be automatically linked to projects. Run once per repository.
Execute GitHub operations with automatic context enrichment from cached workspace. Use this for ANY GitHub operation, not just complex ones. Simple operations like creating issues are enriched with project linking, milestone resolution, and field assignments. Direct `gh issue create` misses these benefits. This skill should be used when: creating issues, closing issues, merging PRs, setting milestones, adding labels, updating project status, protecting branches, triggering workflows, creating releases, managing secrets. Trigger phrases: "create issue", "close issue #", "merge PR", "set milestone on", "add label to", "update project status", "add to project board", "protect branch", "trigger workflow", "create release", "set secret", "list PRs", "merge pull request", "remove label", "create milestone", "archive project item", "rerun workflow", "cancel action", "github issue", "github pr", "github milestone", "make a new issue", "open pull request", "start workflow", "new issue for", "assign to milestone", "move to column", "update issue", "request review", "approve PR", "comment on issue", "link issue to project", "simple github operation", "quick issue", "fast PR". Domains: issues, PRs, milestones, labels, projects, protection, rulesets, actions, secrets, variables, releases, repositories, collaborators, teams, checks, deployments, search.
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin for deep GitHub automation — Projects v2, Milestones, Branch Protection, and more.
GitHub's APIs are powerful but painful:
PVT_kwDOBx...This plugin takes a discover-once, use-forever approach:
┌─────────────────────────────────────────────────────────────────┐
│ 1. DISCOVER │
│ Init skill inspects your GitHub org structure │
│ → Projects, fields, options, repositories, milestones │
│ │
│ 2. CACHE │
│ Store discovered IDs in .hiivmind/github/config.yaml │
│ → Committed to git, shared with team │
│ │
│ 3. USE │
│ Gateway command routes to appropriate skill │
│ → Natural language intent detection, corpus-backed syntax │
└─────────────────────────────────────────────────────────────────┘
| Tool | Purpose | Install |
|---|---|---|
| gh | GitHub CLI | cli.github.com |
| jq | JSON processing | apt install jq / brew install jq |
| yq | YAML processing | github.com/mikefarah/yq |
# Verify installation
gh auth status && jq --version && yq --version
# Ensure gh has required scopes
gh auth refresh -s read:project -s project -s repo
# Add the marketplace
/plugin marketplace add hiivmind/gh
# Install the plugin
/plugin install hiivmind-pulse-gh@hiivmind-pulse-gh
Run these commands in Claude Code (not in a terminal).
The primary entry point for all GitHub operations:
/gh [describe what you want]
# Execute operations
/gh create issue for login timeout bug
/gh set milestone v2.0 on issue #42
/gh add PR to project
/gh protect main branch with required reviews
/gh trigger workflow ci.yml
# Discover capabilities
/gh discover
/gh what can I do with projects
/gh explore milestones
/gh help
Run without arguments for a guided menu:
/gh
Explore available operations across all 26 GitHub domains:
/gh discover
What you get:
gh commands for each operationExample session:
You: /gh discover
Claude: === GitHub Operations Quick Reference ===
| Domain | gh CLI | REST | GraphQL | Notes |
|-----------------|--------|------|---------|--------------------------|
| Issues | ✓ | ✓ | ✓ | Full CRUD via all methods|
| Pull Requests | ✓ | ✓ | ✓ | Full CRUD via all methods|
| Projects v2 | ✓ | Read | ✓ | Views UI-only |
| Milestones | ✗ | ✓ | Read | CRUD via REST |
... [26 domains total]
Which domain would you like to explore?
You: Projects v2
Claude: === Projects v2 Domain ===
| Operation | gh CLI | REST | GraphQL | Notes |
|------------------|--------|------|---------|-------------------------|
| Add item | ✓ | ✗ | ✓ | addProjectV2ItemById |
| Update field | ✓ | ✗ | ✓ | updateProjectV2ItemField|
| Archive item | ✓ | ✗ | ✓ | |
...
CLI Commands:
| Operation | Command |
|-------------|------------------------------------------------------|
| Add item | gh project item-add {number} --owner {o} --url {url} |
| Edit field | gh project item-edit --id {id} --field-id {f} ... |
What would you like to do?
1. Execute an operation now
2. Explore another domain
3. Done
Make any plugin fully portable across all platforms. Accepts Claude Code, Cursor, Gemini, Codex, Antigravity, OpenClaw, or bare SKILL.md repos as input. Emits every missing platform artifact.
Solvr knowledge base client. Search collective intelligence, post problems/questions/ideas, provide approaches and answers, and collaborate with humans and AI agents.
Songwriting co-pilot for harmonic analysis, progression suggestions, and pattern recognition using the Nine Harmonic Cells framework
Meta-plugin for creating documentation corpus skills - index and navigate any open source project docs
AI Persona operating system — workspace setup, in-chat commands, context protection, ambient monitoring, and learning system. Decomposed from ai-persona-os v1.4.1 by Jeff J Hunter.
npx claudepluginhub hiivmind/hiivmind-pulse-gh --plugin ghGitHub issue triage, creation, and management
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Project management plugin that aligns initiatives with GitHub data - turns repositories, issues, and projects into status dashboards
Work on issues from GitHub, Linear, or GitLab
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses