Pluginpack Build And Verify
Use when working in a repo that uses pluginpack (it has a pluginpack.config.ts) and you need to build the native plugin outputs, validate them, prune stale files, or check whether a generated plugin repo has drifted — i.e. driving the pluginpack CLI and interpreting its exit codes.
Add Pluginpack Target
Use when extending pluginpack itself with support for a new AI app or plugin format — i.e. adding a target adapter to the pluginpack codebase. This is for contributors hacking ON pluginpack, not for end users packaging their plugins.
Migrate To Pluginpack
Use when someone has an existing native plugin repo (a Claude Code marketplace, a Cursor plugin, an Antigravity CLI plugin, a GitHub Copilot plugin, or an OpenAI Codex CLI plugin) and wants to manage it from one portable source via pluginpack — generating the source layout and config, then proving the output matches the original with diff.
Configure Mcp Server
MCP server configurator CLI for Glean
Mcp Server Tester
Playwright-based testing and eval framework for MCP servers with LLM-as-a-judge
Remote Mcp Server
Remote MCP Server that securely connects Enterprise context with your LLM, IDE, or agent platform of choice.
Authoring Pluginpack Config
Use when someone wants to ship one set of agent skills/plugins to multiple AI apps (Claude Code, Cursor, Antigravity CLI, GitHub Copilot, OpenAI Codex CLI) from a single source, and needs to create or update a pluginpack.config.ts — choosing targets, source layout, MCP servers, and output directories.
Gleanwork Mcp Server
MCP server for Glean API integration