Add CoCounsel Legal partner plugin under external_plugins/

Adds the Thomson Reuters CoCounsel Legal plugin (Westlaw Deep Research)
as a vendor-maintained plugin under a new external_plugins/ directory,
following the partner-built layout used elsewhere.

- external_plugins/cocounsel-legal/: plugin.json, .mcp.json (HTTP MCP
  server with OAuth), deep-research skill, vendor README
- .claude-plugin/marketplace.json: register cocounsel-legal pointing at
  ./external_plugins/cocounsel-legal with Thomson Reuters as author
- README.md: document external_plugins/ in the repo layout, add an
  'External / partner-built' section, list the CoCounsel Legal connector,
  and add a skill reference entry
This commit is contained in:
tobin 2026-05-12 09:00:40 -07:00
parent 2d3259870a
commit d29d2ce0ca
No known key found for this signature in database
6 changed files with 223 additions and 0 deletions

View file

@ -99,6 +99,14 @@
"author": {
"name": "Anthropic"
}
},
{
"name": "cocounsel-legal",
"source": "./external_plugins/cocounsel-legal",
"description": "CoCounsel Legal delivers comprehensive Westlaw Deep Research reports with inline, linked citations to Westlaw and Practical Law sources.",
"author": {
"name": "Thomson Reuters"
}
}
]
}