GitHub workspace initialization and API documentation corpus. Run init once, then use gh CLI directly with routing guide and corpus for GraphQL/REST operations.
npx claudepluginhub hiivmind/hiivmind-pulse-ghGitHub workspace initialization and API documentation corpus. Run init once, then use gh CLI directly with routing guide and corpus for GraphQL/REST operations.
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
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.