lc4t/agent-pack
v1.5.0
Deterministic Agent-extension capability management: inventory, doctor, bootstrap, sync, transfer, and reconcile Agent Plugins / Skills / MCP servers across Codex, Cursor, Claude Code, and project sources. Ships a stdio MCP.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
agent-packstdio
{
"type": "stdio",
"command": "python3",
"args": [
"${PLUGIN_ROOT}/runtime/mcp_server.py"
],
"env": {
"PYTHONPATH": "${PLUGIN_ROOT}/runtime"
},
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-pack",
"version": "1.5.0",
"description": "Deterministic Agent-extension capability management: inventory, doctor, bootstrap, sync, transfer, and reconcile Agent Plugins / Skills / MCP servers across Codex, Cursor, Claude Code, and project sources. Ships a stdio MCP.",
"author": {
"name": "lc4t"
},
"repository": "https://github.com/lc4t/skill",
"keywords": [
"agent-pack",
"agent-plugins",
"mcp",
"capability-management",
"inventory",
"doctor",
"bootstrap"
]
}