777genius/plugin-kit-ai
Build your plugin once and easily export it to any AI agent, like Claude, Codex, or Gemini, without duplicating code.
Platform-specific configuration:
{
"mcpServers": {
"plugin-kit-ai": {
"command": "npx",
"args": [
"-y",
"plugin-kit-ai"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Build your plugin once and easily export it to any AI agent, like Claude, Codex, or Gemini, without duplicating code.
plugin-kit-ai helps you create, validate, and maintain a single plugin repo that can later cover supported outputs for Codex, Claude, Gemini, and other targets. Build it once, keep one workflow, start from init or a starter repo, pick Go, Node/TypeScript, or Python for the first path, and use validate --strict before handoff or CI.
Common use cases:
Docs site:
one repo / many supported outputs, not fake parity everywhereLoading reviews...