By Crazytieguy
Set up Claude Code GitHub Action for autonomous issue and PR handling
A shared tooling and knowledge layer for the AI alignment community.
As soft takeoff picks up, the alignment community needs shared infrastructure to keep pace. Alignment Hive aims to provide the benefits of scale that large labs have, through shared tooling and accumulated knowledge. AI tooling is moving fast, and it's hard to keep up with what's available and what works.
Currently available:
Alignment community members: Check your email for an alignment-hive invite before installing. The invite lets you sign up and set your data sharing preferences. If you didn't receive one, contact [email protected].
Install Claude Code if you haven't already:
curl -fsSL https://claude.ai/install.sh | bash
curl -fsSL https://alignment-hive.com/install.sh | bash
This adds the plugin marketplace, installs the hive plugin, authenticates you, and walks you through data sharing preferences and project selection.
Then open Claude Code in your project and run /hive:align.
| Plugin | Description | Install |
|---|---|---|
| hive | Tooling recommendations + session sharing | Included in install script |
| mats | MATS fellow handbook, lit review, best practices | /plugin install mats@alignment-hive |
| github-action | GitHub Action for autonomous @claude on issues and PRs | /plugin install github-action@alignment-hive |
| autopilot | Autonomous operation + permission management | /plugin install autopilot@alignment-hive |
| llms-fetch-mcp | Documentation fetching with llms.txt support | /plugin install llms-fetch-mcp@alignment-hive |
| remote-kernels | Cloud GPU instances with Jupyter kernels (RunPod) | /plugin install remote-kernels@alignment-hive |
The plugin-dev plugin auto-installs when you clone this repo, so Claude can help with plugin development.
Feedback and suggestions welcome. Open an issue or email [email protected].
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.
npx claudepluginhub crazytieguy/alignment-hive --plugin github-actionAutonomous operation with permission management for Claude Code
MCP server for fetching documentation with llms.txt support
Share session learnings with the alignment research community
Cloud GPU instances with Jupyter kernels for AI/ML workloads
Resources for MATS fellows
GitHub integration providing repository management, issues, pull requests, actions, and code search via GitHub Copilot's hosted MCP server. Zero configuration required.
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Analyzes and fixes GitHub issues using a structured approach with GitHub CLI for issue details, implementing necessary code changes, running tests, and creating proper commit messages.
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
Developer experience essentials: GitHub Actions debugging, conversation cloning/half-cloning, context handoffs, and Reddit research