This repository contains the official Alignbase plugin packages for the OpenAI universal plugin directory, the Claude plugin directory, and Cursor Marketplace.
codex plugin marketplace add Sunpeak-AI/alignbase-marketplace &&
codex plugin add alignbase@alignbaseEnable the plugin, connect the Alignbase MCP server when prompted, and sign in to Alignbase. In Codex, approve the startup hook and begin a new session.
Open Customize > Plugins > + > Add marketplace > Add from a repository.
https://github.com/Sunpeak-AI/alignbase-marketplace
Or install with Claude Code:
claude plugin marketplace add Sunpeak-AI/alignbase-marketplace &&
claude plugin install alignbase@alignbase &&
claudeConnect the Alignbase MCP server when prompted, sign in, and start a new Cowork or Claude Code session.
The Cursor package is in plugins/cursor/alignbase. Install it from Cursor Marketplace after publication, or test it as a local plugin before submission.
.agents/plugins/marketplace.jsonis the Codex marketplace catalog..claude-plugin/marketplace.jsonis the Claude marketplace catalog..cursor-plugin/marketplace.jsonis the Cursor marketplace catalog.plugins/codex/alignbasecontains the Codex plugin.plugins/claude/alignbasecontains the Claude plugin for Cowork and Claude Code.plugins/cursor/alignbasecontains the Cursor plugin.
Keep all three plugin manifest versions and both marketplace metadata versions in sync. Bump them before publishing a plugin update because hosts cache installed plugin versions.
Run the local checks before pushing:
python3 scripts/validate.py
claude plugin validate plugins/claude/alignbase --strictSee SUBMISSION.md for the store fields, review checks, and unresolved submission blockers.
The plugin packages in this repository are available under the MIT License.