First-party plugin concept
Review Guard
Flag risky tool usage, missing checks, and policy drift before a plugin reaches another teammate or customer.
Build a plugin once. Ship it to multiple AI agents from one repo. plugin-kit-ai is the home for our first-party plugin lineup and the open-source toolkit behind it.
Plain-language positioning, honest boundaries, and a workflow that stays manageable as the product grows.
Keep one plugin repo as the source of truth instead of copying the same logic into separate agent-specific folders.
Begin with the output that matters now, then expand to more supported agents when your product actually needs it.
Use a repeatable render and validate flow before another teammate, CI job, or end user touches the plugin.
plugin-kit-ai is explicit about what is production-ready, what is public beta, and where you should not promise fake parity yet.
Homebrew, npm, pipx when published, verified install script, GitHub releases, and docs all point to one clean starting flow.
Use the toolkit today, inspect the source, and follow a transparent workflow while our first-party plugin catalog grows.
A first-party lineup designed for real repo work, with clear badges for the agent ecosystems each idea is meant to support.
First-party plugin concept
Flag risky tool usage, missing checks, and policy drift before a plugin reaches another teammate or customer.
First-party plugin concept
Turn commits, diffs, and handoff context into clear release notes and changelog drafts for fast publishing.
First-party plugin concept
Keep README files, docs pages, and support notes aligned with what actually changed in the repo.
First-party plugin concept
Set up contributor guidance, repo instructions, and agent-ready context so new people can start faster.
First-party plugin concept
Block unsafe command patterns, offer safer alternatives, and make approval-sensitive operations easier to review.
First-party plugin concept
Prepare agent-specific config, workspace wiring, and shared defaults from one managed source repo.
Pick an install path, open the docs, and start from one clean plugin repo.
Latest release · v1.0.6 · Mar 30, 2026
This is the fastest supported path from install to a validated repo.
brew install 777genius/homebrew-plugin-kit-ai/plugin-kit-ai
plugin-kit-ai versionHomebrew is the recommended local install path for the CLI itself.
plugin-kit-ai init my-plugin
cd my-pluginThe default path starts with the strongest supported production story.
plugin-kit-ai render .Generate the managed target artifacts from one authored repo.
plugin-kit-ai validate . --platform codex-runtime --strictUse the strict validation gate before CI, teammate handoff, or release.
Real support depth today, based on the current support policy and target matrix.
Production-ready within the stable default hook subset, plus package metadata and settings surfaces.
Codex runtime notify lane and the official Codex package lane are both production-ready.
Extension packaging is supported, but the overall lane is still not production-ready.
Workspace config, plugins, and MCP are supported, but this is not a production-ready runtime target.
Project rules and MCP config are supported as a strict workspace-config lane.
Recommended local install for machines that already use Homebrew.
brew install 777genius/homebrew-plugin-kit-ai/plugin-kit-aiBest default when Homebrew is available.
OpenOfficial JavaScript ecosystem wrapper for teams that already center their workflow on npm.
npm i -g plugin-kit-aiPublic-beta wrapper that downloads the matching verified release binary.
OpenPython ecosystem wrapper when the corresponding release is published to PyPI.
pipx install plugin-kit-aiPublic-beta wrapper. Use this channel only when the target release is available on PyPI.
OpenFallback bootstrap path that resolves the latest published stable release and verifies checksums.
curl -fsSL https://raw.githubusercontent.com/777genius/plugin-kit-ai/main/scripts/install.sh | shGood when package-manager setup is not what you want first.
OpenBrowse published release notes, artifacts, and version history directly.
https://github.com/777genius/plugin-kit-ai/releasesUse this when you want the raw release surface.
OpenJump straight into the quickstart and the broader docs site.
plugin-kit-ai init my-pluginBest next step once the CLI is installed.
OpenNot a fight against competitors. Just a practical comparison against the three ways plugin teams usually create unnecessary drift.
The short version of what plugin-kit-ai is, what it is not, and how to start without guessing.