Skip to content

amanprojects/portable-doc-toolkit

v1.0.0MIT

The same readability skill and stats server, packaged to the vendor-neutral Agent Plugins v1.0.0 spec.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

docstatsstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/mcp/docstats-server.js"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "CACHE_DIR": "${PLUGIN_DATA}/cache"
  }
}
team-docs-apistreamable-http
{
  "type": "streamable-http",
  "url": "https://example.com/mcp",
  "headers": {
    "X-Client": "portable-doc-toolkit"
  }
}

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": "portable-doc-toolkit",
  "version": "1.0.0",
  "description": "The same readability skill and stats server, packaged to the vendor-neutral Agent Plugins v1.0.0 spec.",
  "author": {
    "name": "Aman Talwar",
    "email": "amandeep.talwar@gmail.com",
    "url": "https://github.com/AmanProjects"
  },
  "homepage": "https://agent-plugins.org",
  "repository": "https://github.com/AmanProjects/twtai-skill",
  "license": "MIT",
  "keywords": ["documentation", "readability"],
  "extensions": {
    "com.anthropic.claude-code": {
      "note": "Client-specific data lives here. Everything above is portable across ChatGPT, Codex, Cursor, Copilot, Kiro, and VS Code."
    }
  }
}

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.

  • hooks.json
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