permissions
This skill should be used when the user asks to "set up permissions", "configure permissions", "fix permission prompts", "allow commands", "update permissions", "reduce prompts", "stop asking for permission", or mentions Claude Code permission configuration. Also use when permission-related friction is causing workflow issues.
SKILL.md
| Name | permissions |
| Description | This skill should be used when the user asks to "set up permissions", "configure permissions", "fix permission prompts", "allow commands", "update permissions", "reduce prompts", "stop asking for permission", or mentions Claude Code permission configuration. Also use when permission-related friction is causing workflow issues. |
alignment-hive
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:
- Claude Code plugin marketplace. Curated plugins built around concrete bottlenecks observed at MATS.
- Session sharing. Opt-in system for sharing Claude Code session data with AI safety research organizations.
Getting Started
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 yoav.tzfati@gmail.com.
Prerequisites
Install Claude Code if you haven't already:
curl -fsSL https://claude.ai/install.sh | bash
Install
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.
Available Plugins
| 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 |
Contributing
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 yoav.tzfati@gmail.com.