Merge pull request #59 from anthropics/add-plugin-display-names
Add displayName to all marketplace plugin entries
This commit is contained in:
commit
2859912482
1 changed files with 12 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
"plugins": [
|
||||
{
|
||||
"name": "commercial-legal",
|
||||
"displayName": "Commercial Legal",
|
||||
"source": "./commercial-legal",
|
||||
"description": "Reviews vendor agreements, NDAs, and SaaS subscriptions against your sales-side or purchasing-side playbook, tracks renewals and cancel-by deadlines before they're missed, routes escalations to the right approver, and translates reviews into summaries business stakeholders will actually read.",
|
||||
"author": {
|
||||
|
|
@ -16,6 +17,7 @@
|
|||
},
|
||||
{
|
||||
"name": "privacy-legal",
|
||||
"displayName": "Privacy Legal",
|
||||
"source": "./privacy-legal",
|
||||
"description": "Triages processing activities, generates PIAs, reviews DPAs as controller or processor, drafts DSAR responses within statutory timelines, and monitors policy drift against practice.",
|
||||
"author": {
|
||||
|
|
@ -24,6 +26,7 @@
|
|||
},
|
||||
{
|
||||
"name": "product-legal",
|
||||
"displayName": "Product Legal",
|
||||
"source": "./product-legal",
|
||||
"description": "Reviews product launches against your risk calibration, answers 'is this a problem?' questions in minutes, checks marketing copy for claims that need substantiation, and flags upcoming launches that need legal eyes before anyone asks.",
|
||||
"author": {
|
||||
|
|
@ -32,6 +35,7 @@
|
|||
},
|
||||
{
|
||||
"name": "corporate-legal",
|
||||
"displayName": "Corporate Legal",
|
||||
"source": "./corporate-legal",
|
||||
"description": "Runs M&A diligence at scale with cited tabular review, builds disclosure schedules and closing checklists, drafts board consents and minutes in house format, and tracks entity compliance deadlines across jurisdictions.",
|
||||
"author": {
|
||||
|
|
@ -40,6 +44,7 @@
|
|||
},
|
||||
{
|
||||
"name": "employment-legal",
|
||||
"displayName": "Employment Legal",
|
||||
"source": "./employment-legal",
|
||||
"description": "Reviews hires and terminations for jurisdiction-specific risk flags, classifies workers against the controlling state test, tracks leave deadlines before they're missed, runs internal investigations, and drafts policies with state supplements where the law differs.",
|
||||
"author": {
|
||||
|
|
@ -48,6 +53,7 @@
|
|||
},
|
||||
{
|
||||
"name": "regulatory-legal",
|
||||
"displayName": "Regulatory Legal",
|
||||
"source": "./regulatory-legal",
|
||||
"description": "Watches regulatory feeds, diffs new rules against your policy library, tracks comment deadlines and open gaps, and writes the digest your team reads Monday morning.",
|
||||
"author": {
|
||||
|
|
@ -56,6 +62,7 @@
|
|||
},
|
||||
{
|
||||
"name": "ai-governance-legal",
|
||||
"displayName": "AI Governance Legal",
|
||||
"source": "./ai-governance-legal",
|
||||
"description": "Triages proposed AI use cases against your registry, runs impact assessments across the regimes in scope, reviews vendor AI terms for training-on-data and liability gaps, and keeps your AI policy current with practice.",
|
||||
"author": {
|
||||
|
|
@ -64,6 +71,7 @@
|
|||
},
|
||||
{
|
||||
"name": "litigation-legal",
|
||||
"displayName": "Litigation Legal",
|
||||
"source": "./litigation-legal",
|
||||
"description": "Manages the litigation portfolio — matters, deadlines, holds, demands, outside counsel — and does the work: claim charts (patent and civil), chronologies, depo prep, privilege logs, brief drafting. Adapts to how you work litigation: in-house, firm, or solo.",
|
||||
"author": {
|
||||
|
|
@ -72,6 +80,7 @@
|
|||
},
|
||||
{
|
||||
"name": "law-student",
|
||||
"displayName": "Law Student",
|
||||
"source": "./law-student",
|
||||
"description": "Drills Socratically, briefs cases, builds outlines, runs bar prep sessions tuned to your jurisdiction, grades IRAC practice, and plans the study schedule — without ever writing it for you.",
|
||||
"author": {
|
||||
|
|
@ -80,6 +89,7 @@
|
|||
},
|
||||
{
|
||||
"name": "legal-clinic",
|
||||
"displayName": "Legal Clinic",
|
||||
"source": "./legal-clinic",
|
||||
"description": "Sets up the clinic, onboards students, runs structured intake, tracks deadlines with malpractice-aware caution, and hands off cases at semester end — built within ABA Formal Op. 512.",
|
||||
"author": {
|
||||
|
|
@ -88,6 +98,7 @@
|
|||
},
|
||||
{
|
||||
"name": "legal-builder-hub",
|
||||
"displayName": "Legal Builder Hub",
|
||||
"source": "./legal-builder-hub",
|
||||
"description": "Finds, evaluates, and installs community legal skills — with a security review gate before anything lands in your environment.",
|
||||
"author": {
|
||||
|
|
@ -96,6 +107,7 @@
|
|||
},
|
||||
{
|
||||
"name": "ip-legal",
|
||||
"displayName": "IP Legal",
|
||||
"source": "./ip-legal",
|
||||
"description": "Runs first-pass trademark clearance and freedom-to-operate triage, screens invention disclosures for initial patentability, drafts and triages cease-and-desist letters and DMCA takedowns (send and respond), checks open source compliance, reviews IP clauses, and tracks registrations and renewal deadlines.",
|
||||
"author": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue