Plugin Kit Ai banner
777genius 777genius

Plugin Kit Ai

AI community

Description

Build your plugin once and easily export/install it to any AI agent, like Claude, Codex, Gemini or Cursor, without duplicating code.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

plugin-kit-ai

[![Required](https://github.com/777genius/plugin-kit-ai/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/777genius/plugin-kit-ai/actions/workflows/ci.yml) [![Docs](https://github.com/777genius/plugin-kit-ai/actions/workflows/docs.yml/badge.svg?branch=main)](https://github.com/777genius/plugin-kit-ai/actions/workflows/docs.yml) [![Polyglot Smoke](https://github.com/777genius/plugin-kit-ai/actions/workflows/polyglot-smoke.yml/badge.svg?branch=main)](https://github.com/777genius/plugin-kit-ai/actions/workflows/polyglot-smoke.yml) [![Release](https://img.shields.io/github/v/release/777genius/plugin-kit-ai?label=release)](https://github.com/777genius/plugin-kit-ai/releases) [![npm](https://img.shields.io/npm/v/plugin-kit-ai?label=npm)](https://www.npmjs.com/package/plugin-kit-ai) [![Go Reference](https://pkg.go.dev/badge/github.com/777genius/plugin-kit-ai/sdk.svg)](https://pkg.go.dev/github.com/777genius/plugin-kit-ai/sdk) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Build one plugin and ship it to many AI agents.

`plugin-kit-ai` keeps authored source under `plugin/`, generates the supported outputs you need, and helps you validate the repo before handoff. The honest promise is `one repo / many supported outputs`, not fake parity everywhere.

Install Agent Plugins 1.0

Want to use a plugin rather than author one? `universal-agent-plugins` is the public npm package. It installs the `agentplugins` binary; both names run the same installer and lifecycle manager (Node.js 22+):

npx universal-agent-plugins add context7

Short names resolve to immutable releases through the signed [Universal Agent Plugins Directory](https://github.com/777genius/universal-agent-plugins). The command shows the selected publisher, source, and verification status, so a community bridge is not mistaken for its upstream project. Direct local paths and exact GitHub revisions work without Directory submission.