ulises-jeremias/agent-toolkit-core
v1.16.0MIT
Core orchestration skills, dev companion, output handshake, PR fallback, and code-reviewer agent. The baseline install for any project.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
githubstdio
{
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
}
}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-toolkit-core",
"version": "1.16.0",
"description": "Core orchestration skills, dev companion, output handshake, PR fallback, and code-reviewer agent. The baseline install for any project.",
"author": {
"name": "ulises-jeremias",
"url": "https://github.com/ulises-jeremias/agent-toolkit"
},
"homepage": "https://github.com/ulises-jeremias/agent-toolkit",
"repository": "https://github.com/ulises-jeremias/agent-toolkit",
"license": "MIT",
"keywords": [
"agent-toolkit",
"core",
"skills",
"agents"
]
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.anthropic.claude-codeships a directory of files