@codagent-ai/agent-plugin
v0.1.4
Published
Install agent plugins through native CLIs with skills fallback
Maintainers
Readme
agent-plugin
Install agent plugins through native CLIs when available, with Vercel skills
as the user-level fallback.
Usage
Install:
npm install -g @codagent-ai/agent-pluginagent-plugin add <source> [options]
agent-plugin install <source> [options]
agent-plugin update [plugin] [options]
agent-plugin list [options]<source> is a GitHub shorthand such as Codagent-AI/agent-skills.
Options:
-a, --agent <agents...> Target agents, repeatable or space-separated
-p, --project Request project-level native plugin install/update
-y, --yes Skip prompts
--json Emit machine-readable JSON
--dry-run Show planned actions without mutating anythingGlobal/user scope is the default. --project only applies to native plugin
CLIs where supported. Fallback installs are always global/user-level.
Routing
claude,claude-code: native Claude plugin CLIcopilot,github-copilot: native Copilot plugin CLIcodex: probecodex plugin add --help; use native Codexplugin marketplace add+plugin addwhen supported, otherwise Vercelskills- all other agent names: probe
<cli> plugin add --help; use nativeplugin marketplace add+plugin addwhen supported, otherwise Vercelskills
Fallback install calls:
npx --yes skills add <source> --global --yes --skill '*' --agent <agent>Generic native plugin install calls:
<cli> plugin marketplace add <source>
<cli> plugin add <plugin>@<marketplace>Dry runs print the exact commands for native agents. For fallback agents, dry runs report how many skills would be copied and the target global skills directory when known.
If a native plugin install command fails, agent-plugin falls back to the
global/user-level skills copy path.
Release
Releases use Changesets, but contributors do not need to create changesets on
normal PRs. The .claude/commands/release.md flow auto-generates changesets
from merged PRs, creates the release PR, and publishing happens when that
release PR merges to main.
