Skip to content

ulises-jeremias/agent-toolkit-complete

v1.16.0MIT

Full stable skill catalog coverage for consumers who want everything (

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}"
}
slackstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-slack"
  ],
  "cwd": "${PLUGIN_ROOT}"
}
notionstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@notionhq/notion-mcp-server"
  ],
  "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-toolkit-complete",
  "version": "1.16.0",
  "description": "Full stable skill catalog coverage for consumers who want everything (",
  "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",
    "complete",
    "skills",
    "agents",
    "mcp"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

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