[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-material-contract-schedule":3,"mdc--t115qs-key":37,"related-org-anthropic-material-contract-schedule":1086,"related-repo-anthropic-material-contract-schedule":1273},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"material-contract-schedule","build material contracts disclosure schedules","Build the material contracts disclosure schedule from diligence findings, applying the purchase agreement's Material Contract definition and formatting per the agreement's schedule format. Use when user says \"build the contracts schedule\", \"disclosure schedule\", \"schedule 3.X\", \"material contracts list\", or when drafting disclosure schedules.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20,23],{"name":14,"slug":15,"type":16},"Contracts","contracts","tag",{"name":18,"slug":19,"type":16},"Compliance","compliance",{"name":21,"slug":22,"type":16},"Documents","documents",{"name":24,"slug":25,"type":16},"Legal","legal",8721,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal","2026-05-14T06:01:38.089633",null,1642,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"A suite of plugins for legal workflows","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal\u002Ftree\u002FHEAD\u002Fcorporate-legal\u002Fskills\u002Fmaterial-contract-schedule","---\nname: material-contract-schedule\ndescription: >\n  Build the material contracts disclosure schedule from diligence findings,\n  applying the purchase agreement's Material Contract definition and formatting\n  per the agreement's schedule format. Use when user says \"build the contracts\n  schedule\", \"disclosure schedule\", \"schedule 3.X\", \"material contracts list\",\n  or when drafting disclosure schedules.\nargument-hint: \"[purchase agreement path, or paste the Material Contract definition]\"\n---\n\n# \u002Fmaterial-contract-schedule\n\n1. Load purchase agreement → Material Contract definition + schedule format.\n2. Use the workflow below.\n3. Apply definition to diligence findings. Flag edge cases.\n4. Format per agreement. Consent overlay feeds closing checklist.\n\n---\n\n## Matter context\n\n**Matter context.** Check `## Matter workspaces` in the practice-level CLAUDE.md. If `Enabled` is `✗` (the default for in-house users), skip the rest of this paragraph — skills use practice-level context and the matter machinery is invisible. If enabled and there is no active matter, ask: \"Which matter is this for? Run `\u002Fcorporate-legal:matter-workspace switch \u003Cslug>` or say `practice-level`.\" Load the active matter's `matter.md` for matter-specific context and overrides. Write outputs to the matter folder at `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcorporate-legal\u002Fmatters\u002F\u003Cmatter-slug>\u002F`. Never read another matter's files unless `Cross-matter context` is `on`.\n\n---\n\n## Purpose\n\nThe purchase agreement has a rep: \"Schedule 3.X lists all Material Contracts.\" This skill builds that schedule from the diligence findings — which contracts are material per the agreement's definition, in the format the agreement requires.\n\n## Load context\n\n- Purchase agreement draft — for the definition of \"Material Contract\" and the schedule format\n- `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcorporate-legal\u002FCLAUDE.md` → materiality thresholds (may differ from the agreement definition — use the agreement's)\n- Diligence findings from diligence-issue-extraction — contract-level data\n\n## Workflow\n\n### Step 1: Get the definition\n\nPull the definition of \"Material Contract\" from the purchase agreement — the PA definition controls. Deal-structure differences (stock vs. asset vs. merger) can change how a prong is interpreted, and regulated-industry overlays (healthcare, defense, financial services, telecom, government contracting) can add consent requirements that live outside the PA. If the deal involves any of those overlays, research the applicable anti-assignment or novation rules (for example, federal contracts, government contracting novation, sector-specific consent statutes) and cite the controlling rule.\n\nCommon prong categories to look for in the PA definition — these are not a substitute for reading the PA, and the list the PA uses controls:\n\n- Dollar-value threshold (annual or aggregate)\n- Term length\n- Change-of-control or anti-assignment provision\n- Exclusivity or non-compete\n- Top N customer or supplier contracts\n- Real property leases\n- IP licenses (in-bound and out-bound)\n- Related-party agreements\n- Government contracts\n- Contracts outside the ordinary course\n\nThe PA's definition is the test. Apply it mechanically — every contract that meets any prong in the PA's definition goes on the schedule.\n\n### Step 2: Apply the definition to the findings\n\nFor each contract reviewed in diligence:\n\n| Contract | Meets prong(s) | Include |\n|---|---|---|\n| [name] | [$X+ annual value; CoC provision] | Yes |\n| [name] | [none] | No |\n\n**Edge cases to flag for human decision:**\n- Contract is $X-1 (just under threshold) but important to the business\n- Contract meets a prong but is being terminated anyway\n- Oral agreements or side letters that may or may not count\n\n### Step 3: Gather schedule data\n\nFor each included contract, the schedule typically needs:\n\n| Field | Source |\n|---|---|\n| Counterparty name | Contract |\n| Contract title\u002Ftype | Contract |\n| Date | Contract |\n| Term \u002F expiration | Contract |\n| Annual\u002Ftotal value | Contract or management data |\n| Which materiality prong it meets | Step 2 analysis |\n| Consent required for the deal | Diligence finding |\n| VDR reference | Diligence inventory |\n\nPull from existing diligence extractions. If a field is missing, flag it — don't guess.\n\n### Step 4: Format per the agreement\n\nDisclosure schedules have a format — usually a numbered list or a table, sometimes with sub-parts by contract type. Match the format of the other schedules in the draft agreement.\n\n```markdown\n## Schedule 3.[X] — Material Contracts\n\nThe following are the Material Contracts as of the date hereof:\n\n### (a) Customer Contracts\n\n1. [Agreement Title], dated [date], between [Target] and [Counterparty].\n   [Brief description if the format calls for it.]\n   [VDR: path]\n\n2. [...]\n\n### (b) Supplier Contracts\n\n[...]\n\n### (c) Real Property\n\n[...]\n\n[etc. — sub-parts per the agreement's definition structure]\n```\n\n### Step 5: Consent tracking overlay\n\nSeparately (not in the schedule itself — this is internal), track which scheduled contracts require consent.\n\n> The consent overlay and any pre-delivery working draft of the schedule are derived from privileged diligence materials and inherit their privilege and confidentiality status — distribution beyond the privilege circle can waive privilege. The schedule itself, once delivered as an exhibit to the executed PA, is a deal document and is not privileged; strip any internal annotations before delivery.\n\n\n| Schedule # | Counterparty | Consent required | Status | Owner | Due |\n|---|---|---|---|---|---|\n| 3.X(a)(1) | [name] | Yes — CoC §12.2 | Requested | [name] | [date] |\n\nThis feeds closing-checklist.\n\n## Cross-check\n\nBefore delivering:\n\n- Every contract that met a prong is on the schedule (completeness)\n- No contract is on the schedule that doesn't meet a prong (no over-disclosure — it's a rep, not a data dump)\n- Schedule is consistent with the other reps (a contract on Schedule 3.X that creates a lien should also be on the liens schedule)\n- Every entry has a VDR cite so buyer's counsel can find the underlying doc\n\n## Handoffs\n\n- **From diligence-issue-extraction:** Contract-level findings are the input.\n- **To closing-checklist:** Consent items go on the checklist.\n\n## What this skill does not do\n\n- It doesn't decide the materiality definition — that's in the purchase agreement.\n- It doesn't obtain consents — it tracks which ones are needed.\n- It doesn't draft the rep — it populates the schedule the rep references.\n",{"data":38,"body":40},{"name":4,"description":6,"argument-hint":39},"[purchase agreement path, or paste the Material Contract definition]",{"type":41,"children":42},"root",[43,51,76,80,87,171,174,180,185,191,216,222,229,234,239,292,297,303,308,389,397,415,421,426,548,553,559,564,888,894,899,908,988,993,999,1004,1027,1033,1056,1062,1080],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","\u002Fmaterial-contract-schedule",{"type":44,"tag":52,"props":53,"children":54},"ol",{},[55,61,66,71],{"type":44,"tag":56,"props":57,"children":58},"li",{},[59],{"type":49,"value":60},"Load purchase agreement → Material Contract definition + schedule format.",{"type":44,"tag":56,"props":62,"children":63},{},[64],{"type":49,"value":65},"Use the workflow below.",{"type":44,"tag":56,"props":67,"children":68},{},[69],{"type":49,"value":70},"Apply definition to diligence findings. Flag edge cases.",{"type":44,"tag":56,"props":72,"children":73},{},[74],{"type":49,"value":75},"Format per agreement. Consent overlay feeds closing checklist.",{"type":44,"tag":77,"props":78,"children":79},"hr",{},[],{"type":44,"tag":81,"props":82,"children":84},"h2",{"id":83},"matter-context",[85],{"type":49,"value":86},"Matter context",{"type":44,"tag":88,"props":89,"children":90},"p",{},[91,97,99,106,108,114,116,122,124,130,132,138,140,146,148,154,156,162,163,169],{"type":44,"tag":92,"props":93,"children":94},"strong",{},[95],{"type":49,"value":96},"Matter context.",{"type":49,"value":98}," Check ",{"type":44,"tag":100,"props":101,"children":103},"code",{"className":102},[],[104],{"type":49,"value":105},"## Matter workspaces",{"type":49,"value":107}," in the practice-level CLAUDE.md. If ",{"type":44,"tag":100,"props":109,"children":111},{"className":110},[],[112],{"type":49,"value":113},"Enabled",{"type":49,"value":115}," is ",{"type":44,"tag":100,"props":117,"children":119},{"className":118},[],[120],{"type":49,"value":121},"✗",{"type":49,"value":123}," (the default for in-house users), skip the rest of this paragraph — skills use practice-level context and the matter machinery is invisible. If enabled and there is no active matter, ask: \"Which matter is this for? Run ",{"type":44,"tag":100,"props":125,"children":127},{"className":126},[],[128],{"type":49,"value":129},"\u002Fcorporate-legal:matter-workspace switch \u003Cslug>",{"type":49,"value":131}," or say ",{"type":44,"tag":100,"props":133,"children":135},{"className":134},[],[136],{"type":49,"value":137},"practice-level",{"type":49,"value":139},".\" Load the active matter's ",{"type":44,"tag":100,"props":141,"children":143},{"className":142},[],[144],{"type":49,"value":145},"matter.md",{"type":49,"value":147}," for matter-specific context and overrides. Write outputs to the matter folder at ",{"type":44,"tag":100,"props":149,"children":151},{"className":150},[],[152],{"type":49,"value":153},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcorporate-legal\u002Fmatters\u002F\u003Cmatter-slug>\u002F",{"type":49,"value":155},". Never read another matter's files unless ",{"type":44,"tag":100,"props":157,"children":159},{"className":158},[],[160],{"type":49,"value":161},"Cross-matter context",{"type":49,"value":115},{"type":44,"tag":100,"props":164,"children":166},{"className":165},[],[167],{"type":49,"value":168},"on",{"type":49,"value":170},".",{"type":44,"tag":77,"props":172,"children":173},{},[],{"type":44,"tag":81,"props":175,"children":177},{"id":176},"purpose",[178],{"type":49,"value":179},"Purpose",{"type":44,"tag":88,"props":181,"children":182},{},[183],{"type":49,"value":184},"The purchase agreement has a rep: \"Schedule 3.X lists all Material Contracts.\" This skill builds that schedule from the diligence findings — which contracts are material per the agreement's definition, in the format the agreement requires.",{"type":44,"tag":81,"props":186,"children":188},{"id":187},"load-context",[189],{"type":49,"value":190},"Load context",{"type":44,"tag":192,"props":193,"children":194},"ul",{},[195,200,211],{"type":44,"tag":56,"props":196,"children":197},{},[198],{"type":49,"value":199},"Purchase agreement draft — for the definition of \"Material Contract\" and the schedule format",{"type":44,"tag":56,"props":201,"children":202},{},[203,209],{"type":44,"tag":100,"props":204,"children":206},{"className":205},[],[207],{"type":49,"value":208},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcorporate-legal\u002FCLAUDE.md",{"type":49,"value":210}," → materiality thresholds (may differ from the agreement definition — use the agreement's)",{"type":44,"tag":56,"props":212,"children":213},{},[214],{"type":49,"value":215},"Diligence findings from diligence-issue-extraction — contract-level data",{"type":44,"tag":81,"props":217,"children":219},{"id":218},"workflow",[220],{"type":49,"value":221},"Workflow",{"type":44,"tag":223,"props":224,"children":226},"h3",{"id":225},"step-1-get-the-definition",[227],{"type":49,"value":228},"Step 1: Get the definition",{"type":44,"tag":88,"props":230,"children":231},{},[232],{"type":49,"value":233},"Pull the definition of \"Material Contract\" from the purchase agreement — the PA definition controls. Deal-structure differences (stock vs. asset vs. merger) can change how a prong is interpreted, and regulated-industry overlays (healthcare, defense, financial services, telecom, government contracting) can add consent requirements that live outside the PA. If the deal involves any of those overlays, research the applicable anti-assignment or novation rules (for example, federal contracts, government contracting novation, sector-specific consent statutes) and cite the controlling rule.",{"type":44,"tag":88,"props":235,"children":236},{},[237],{"type":49,"value":238},"Common prong categories to look for in the PA definition — these are not a substitute for reading the PA, and the list the PA uses controls:",{"type":44,"tag":192,"props":240,"children":241},{},[242,247,252,257,262,267,272,277,282,287],{"type":44,"tag":56,"props":243,"children":244},{},[245],{"type":49,"value":246},"Dollar-value threshold (annual or aggregate)",{"type":44,"tag":56,"props":248,"children":249},{},[250],{"type":49,"value":251},"Term length",{"type":44,"tag":56,"props":253,"children":254},{},[255],{"type":49,"value":256},"Change-of-control or anti-assignment provision",{"type":44,"tag":56,"props":258,"children":259},{},[260],{"type":49,"value":261},"Exclusivity or non-compete",{"type":44,"tag":56,"props":263,"children":264},{},[265],{"type":49,"value":266},"Top N customer or supplier contracts",{"type":44,"tag":56,"props":268,"children":269},{},[270],{"type":49,"value":271},"Real property leases",{"type":44,"tag":56,"props":273,"children":274},{},[275],{"type":49,"value":276},"IP licenses (in-bound and out-bound)",{"type":44,"tag":56,"props":278,"children":279},{},[280],{"type":49,"value":281},"Related-party agreements",{"type":44,"tag":56,"props":283,"children":284},{},[285],{"type":49,"value":286},"Government contracts",{"type":44,"tag":56,"props":288,"children":289},{},[290],{"type":49,"value":291},"Contracts outside the ordinary course",{"type":44,"tag":88,"props":293,"children":294},{},[295],{"type":49,"value":296},"The PA's definition is the test. Apply it mechanically — every contract that meets any prong in the PA's definition goes on the schedule.",{"type":44,"tag":223,"props":298,"children":300},{"id":299},"step-2-apply-the-definition-to-the-findings",[301],{"type":49,"value":302},"Step 2: Apply the definition to the findings",{"type":44,"tag":88,"props":304,"children":305},{},[306],{"type":49,"value":307},"For each contract reviewed in diligence:",{"type":44,"tag":309,"props":310,"children":311},"table",{},[312,336],{"type":44,"tag":313,"props":314,"children":315},"thead",{},[316],{"type":44,"tag":317,"props":318,"children":319},"tr",{},[320,326,331],{"type":44,"tag":321,"props":322,"children":323},"th",{},[324],{"type":49,"value":325},"Contract",{"type":44,"tag":321,"props":327,"children":328},{},[329],{"type":49,"value":330},"Meets prong(s)",{"type":44,"tag":321,"props":332,"children":333},{},[334],{"type":49,"value":335},"Include",{"type":44,"tag":337,"props":338,"children":339},"tbody",{},[340,366],{"type":44,"tag":317,"props":341,"children":342},{},[343,353,361],{"type":44,"tag":344,"props":345,"children":346},"td",{},[347],{"type":44,"tag":348,"props":349,"children":350},"span",{},[351],{"type":49,"value":352},"name",{"type":44,"tag":344,"props":354,"children":355},{},[356],{"type":44,"tag":348,"props":357,"children":358},{},[359],{"type":49,"value":360},"$X+ annual value; CoC provision",{"type":44,"tag":344,"props":362,"children":363},{},[364],{"type":49,"value":365},"Yes",{"type":44,"tag":317,"props":367,"children":368},{},[369,376,384],{"type":44,"tag":344,"props":370,"children":371},{},[372],{"type":44,"tag":348,"props":373,"children":374},{},[375],{"type":49,"value":352},{"type":44,"tag":344,"props":377,"children":378},{},[379],{"type":44,"tag":348,"props":380,"children":381},{},[382],{"type":49,"value":383},"none",{"type":44,"tag":344,"props":385,"children":386},{},[387],{"type":49,"value":388},"No",{"type":44,"tag":88,"props":390,"children":391},{},[392],{"type":44,"tag":92,"props":393,"children":394},{},[395],{"type":49,"value":396},"Edge cases to flag for human decision:",{"type":44,"tag":192,"props":398,"children":399},{},[400,405,410],{"type":44,"tag":56,"props":401,"children":402},{},[403],{"type":49,"value":404},"Contract is $X-1 (just under threshold) but important to the business",{"type":44,"tag":56,"props":406,"children":407},{},[408],{"type":49,"value":409},"Contract meets a prong but is being terminated anyway",{"type":44,"tag":56,"props":411,"children":412},{},[413],{"type":49,"value":414},"Oral agreements or side letters that may or may not count",{"type":44,"tag":223,"props":416,"children":418},{"id":417},"step-3-gather-schedule-data",[419],{"type":49,"value":420},"Step 3: Gather schedule data",{"type":44,"tag":88,"props":422,"children":423},{},[424],{"type":49,"value":425},"For each included contract, the schedule typically needs:",{"type":44,"tag":309,"props":427,"children":428},{},[429,445],{"type":44,"tag":313,"props":430,"children":431},{},[432],{"type":44,"tag":317,"props":433,"children":434},{},[435,440],{"type":44,"tag":321,"props":436,"children":437},{},[438],{"type":49,"value":439},"Field",{"type":44,"tag":321,"props":441,"children":442},{},[443],{"type":49,"value":444},"Source",{"type":44,"tag":337,"props":446,"children":447},{},[448,460,472,484,496,509,522,535],{"type":44,"tag":317,"props":449,"children":450},{},[451,456],{"type":44,"tag":344,"props":452,"children":453},{},[454],{"type":49,"value":455},"Counterparty name",{"type":44,"tag":344,"props":457,"children":458},{},[459],{"type":49,"value":325},{"type":44,"tag":317,"props":461,"children":462},{},[463,468],{"type":44,"tag":344,"props":464,"children":465},{},[466],{"type":49,"value":467},"Contract title\u002Ftype",{"type":44,"tag":344,"props":469,"children":470},{},[471],{"type":49,"value":325},{"type":44,"tag":317,"props":473,"children":474},{},[475,480],{"type":44,"tag":344,"props":476,"children":477},{},[478],{"type":49,"value":479},"Date",{"type":44,"tag":344,"props":481,"children":482},{},[483],{"type":49,"value":325},{"type":44,"tag":317,"props":485,"children":486},{},[487,492],{"type":44,"tag":344,"props":488,"children":489},{},[490],{"type":49,"value":491},"Term \u002F expiration",{"type":44,"tag":344,"props":493,"children":494},{},[495],{"type":49,"value":325},{"type":44,"tag":317,"props":497,"children":498},{},[499,504],{"type":44,"tag":344,"props":500,"children":501},{},[502],{"type":49,"value":503},"Annual\u002Ftotal value",{"type":44,"tag":344,"props":505,"children":506},{},[507],{"type":49,"value":508},"Contract or management data",{"type":44,"tag":317,"props":510,"children":511},{},[512,517],{"type":44,"tag":344,"props":513,"children":514},{},[515],{"type":49,"value":516},"Which materiality prong it meets",{"type":44,"tag":344,"props":518,"children":519},{},[520],{"type":49,"value":521},"Step 2 analysis",{"type":44,"tag":317,"props":523,"children":524},{},[525,530],{"type":44,"tag":344,"props":526,"children":527},{},[528],{"type":49,"value":529},"Consent required for the deal",{"type":44,"tag":344,"props":531,"children":532},{},[533],{"type":49,"value":534},"Diligence finding",{"type":44,"tag":317,"props":536,"children":537},{},[538,543],{"type":44,"tag":344,"props":539,"children":540},{},[541],{"type":49,"value":542},"VDR reference",{"type":44,"tag":344,"props":544,"children":545},{},[546],{"type":49,"value":547},"Diligence inventory",{"type":44,"tag":88,"props":549,"children":550},{},[551],{"type":49,"value":552},"Pull from existing diligence extractions. If a field is missing, flag it — don't guess.",{"type":44,"tag":223,"props":554,"children":556},{"id":555},"step-4-format-per-the-agreement",[557],{"type":49,"value":558},"Step 4: Format per the agreement",{"type":44,"tag":88,"props":560,"children":561},{},[562],{"type":49,"value":563},"Disclosure schedules have a format — usually a numbered list or a table, sometimes with sub-parts by contract type. Match the format of the other schedules in the draft agreement.",{"type":44,"tag":565,"props":566,"children":571},"pre",{"className":567,"code":568,"language":569,"meta":570,"style":570},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","## Schedule 3.[X] — Material Contracts\n\nThe following are the Material Contracts as of the date hereof:\n\n### (a) Customer Contracts\n\n1. [Agreement Title], dated [date], between [Target] and [Counterparty].\n   [Brief description if the format calls for it.]\n   [VDR: path]\n\n2. [...]\n\n### (b) Supplier Contracts\n\n[...]\n\n### (c) Real Property\n\n[...]\n\n[etc. — sub-parts per the agreement's definition structure]\n","markdown","",[572],{"type":44,"tag":100,"props":573,"children":574},{"__ignoreMap":570},[575,613,623,633,641,655,663,731,740,749,757,781,789,802,810,826,834,847,855,871,879],{"type":44,"tag":348,"props":576,"children":579},{"class":577,"line":578},"line",1,[580,586,592,597,603,608],{"type":44,"tag":348,"props":581,"children":583},{"style":582},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[584],{"type":49,"value":585},"## ",{"type":44,"tag":348,"props":587,"children":589},{"style":588},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[590],{"type":49,"value":591},"Schedule 3.",{"type":44,"tag":348,"props":593,"children":594},{"style":582},[595],{"type":49,"value":596},"[",{"type":44,"tag":348,"props":598,"children":600},{"style":599},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[601],{"type":49,"value":602},"X",{"type":44,"tag":348,"props":604,"children":605},{"style":582},[606],{"type":49,"value":607},"]",{"type":44,"tag":348,"props":609,"children":610},{"style":588},[611],{"type":49,"value":612}," — Material Contracts\n",{"type":44,"tag":348,"props":614,"children":616},{"class":577,"line":615},2,[617],{"type":44,"tag":348,"props":618,"children":620},{"emptyLinePlaceholder":619},true,[621],{"type":49,"value":622},"\n",{"type":44,"tag":348,"props":624,"children":626},{"class":577,"line":625},3,[627],{"type":44,"tag":348,"props":628,"children":630},{"style":629},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[631],{"type":49,"value":632},"The following are the Material Contracts as of the date hereof:\n",{"type":44,"tag":348,"props":634,"children":636},{"class":577,"line":635},4,[637],{"type":44,"tag":348,"props":638,"children":639},{"emptyLinePlaceholder":619},[640],{"type":49,"value":622},{"type":44,"tag":348,"props":642,"children":644},{"class":577,"line":643},5,[645,650],{"type":44,"tag":348,"props":646,"children":647},{"style":582},[648],{"type":49,"value":649},"### ",{"type":44,"tag":348,"props":651,"children":652},{"style":588},[653],{"type":49,"value":654},"(a) Customer Contracts\n",{"type":44,"tag":348,"props":656,"children":658},{"class":577,"line":657},6,[659],{"type":44,"tag":348,"props":660,"children":661},{"emptyLinePlaceholder":619},[662],{"type":49,"value":622},{"type":44,"tag":348,"props":664,"children":666},{"class":577,"line":665},7,[667,672,677,681,686,690,695,699,704,708,713,717,722,726],{"type":44,"tag":348,"props":668,"children":669},{"style":582},[670],{"type":49,"value":671},"1.",{"type":44,"tag":348,"props":673,"children":674},{"style":629},[675],{"type":49,"value":676}," [Agreement Title], dated ",{"type":44,"tag":348,"props":678,"children":679},{"style":582},[680],{"type":49,"value":596},{"type":44,"tag":348,"props":682,"children":683},{"style":599},[684],{"type":49,"value":685},"date",{"type":44,"tag":348,"props":687,"children":688},{"style":582},[689],{"type":49,"value":607},{"type":44,"tag":348,"props":691,"children":692},{"style":629},[693],{"type":49,"value":694},", between ",{"type":44,"tag":348,"props":696,"children":697},{"style":582},[698],{"type":49,"value":596},{"type":44,"tag":348,"props":700,"children":701},{"style":599},[702],{"type":49,"value":703},"Target",{"type":44,"tag":348,"props":705,"children":706},{"style":582},[707],{"type":49,"value":607},{"type":44,"tag":348,"props":709,"children":710},{"style":629},[711],{"type":49,"value":712}," and ",{"type":44,"tag":348,"props":714,"children":715},{"style":582},[716],{"type":49,"value":596},{"type":44,"tag":348,"props":718,"children":719},{"style":599},[720],{"type":49,"value":721},"Counterparty",{"type":44,"tag":348,"props":723,"children":724},{"style":582},[725],{"type":49,"value":607},{"type":44,"tag":348,"props":727,"children":728},{"style":629},[729],{"type":49,"value":730},".\n",{"type":44,"tag":348,"props":732,"children":734},{"class":577,"line":733},8,[735],{"type":44,"tag":348,"props":736,"children":737},{"style":629},[738],{"type":49,"value":739},"   [Brief description if the format calls for it.]\n",{"type":44,"tag":348,"props":741,"children":743},{"class":577,"line":742},9,[744],{"type":44,"tag":348,"props":745,"children":746},{"style":629},[747],{"type":49,"value":748},"   [VDR: path]\n",{"type":44,"tag":348,"props":750,"children":752},{"class":577,"line":751},10,[753],{"type":44,"tag":348,"props":754,"children":755},{"emptyLinePlaceholder":619},[756],{"type":49,"value":622},{"type":44,"tag":348,"props":758,"children":760},{"class":577,"line":759},11,[761,766,771,776],{"type":44,"tag":348,"props":762,"children":763},{"style":582},[764],{"type":49,"value":765},"2.",{"type":44,"tag":348,"props":767,"children":768},{"style":582},[769],{"type":49,"value":770}," [",{"type":44,"tag":348,"props":772,"children":773},{"style":599},[774],{"type":49,"value":775},"...",{"type":44,"tag":348,"props":777,"children":778},{"style":582},[779],{"type":49,"value":780},"]\n",{"type":44,"tag":348,"props":782,"children":784},{"class":577,"line":783},12,[785],{"type":44,"tag":348,"props":786,"children":787},{"emptyLinePlaceholder":619},[788],{"type":49,"value":622},{"type":44,"tag":348,"props":790,"children":792},{"class":577,"line":791},13,[793,797],{"type":44,"tag":348,"props":794,"children":795},{"style":582},[796],{"type":49,"value":649},{"type":44,"tag":348,"props":798,"children":799},{"style":588},[800],{"type":49,"value":801},"(b) Supplier Contracts\n",{"type":44,"tag":348,"props":803,"children":805},{"class":577,"line":804},14,[806],{"type":44,"tag":348,"props":807,"children":808},{"emptyLinePlaceholder":619},[809],{"type":49,"value":622},{"type":44,"tag":348,"props":811,"children":813},{"class":577,"line":812},15,[814,818,822],{"type":44,"tag":348,"props":815,"children":816},{"style":582},[817],{"type":49,"value":596},{"type":44,"tag":348,"props":819,"children":820},{"style":599},[821],{"type":49,"value":775},{"type":44,"tag":348,"props":823,"children":824},{"style":582},[825],{"type":49,"value":780},{"type":44,"tag":348,"props":827,"children":829},{"class":577,"line":828},16,[830],{"type":44,"tag":348,"props":831,"children":832},{"emptyLinePlaceholder":619},[833],{"type":49,"value":622},{"type":44,"tag":348,"props":835,"children":837},{"class":577,"line":836},17,[838,842],{"type":44,"tag":348,"props":839,"children":840},{"style":582},[841],{"type":49,"value":649},{"type":44,"tag":348,"props":843,"children":844},{"style":588},[845],{"type":49,"value":846},"(c) Real Property\n",{"type":44,"tag":348,"props":848,"children":850},{"class":577,"line":849},18,[851],{"type":44,"tag":348,"props":852,"children":853},{"emptyLinePlaceholder":619},[854],{"type":49,"value":622},{"type":44,"tag":348,"props":856,"children":858},{"class":577,"line":857},19,[859,863,867],{"type":44,"tag":348,"props":860,"children":861},{"style":582},[862],{"type":49,"value":596},{"type":44,"tag":348,"props":864,"children":865},{"style":599},[866],{"type":49,"value":775},{"type":44,"tag":348,"props":868,"children":869},{"style":582},[870],{"type":49,"value":780},{"type":44,"tag":348,"props":872,"children":874},{"class":577,"line":873},20,[875],{"type":44,"tag":348,"props":876,"children":877},{"emptyLinePlaceholder":619},[878],{"type":49,"value":622},{"type":44,"tag":348,"props":880,"children":882},{"class":577,"line":881},21,[883],{"type":44,"tag":348,"props":884,"children":885},{"style":629},[886],{"type":49,"value":887},"[etc. — sub-parts per the agreement's definition structure]\n",{"type":44,"tag":223,"props":889,"children":891},{"id":890},"step-5-consent-tracking-overlay",[892],{"type":49,"value":893},"Step 5: Consent tracking overlay",{"type":44,"tag":88,"props":895,"children":896},{},[897],{"type":49,"value":898},"Separately (not in the schedule itself — this is internal), track which scheduled contracts require consent.",{"type":44,"tag":900,"props":901,"children":902},"blockquote",{},[903],{"type":44,"tag":88,"props":904,"children":905},{},[906],{"type":49,"value":907},"The consent overlay and any pre-delivery working draft of the schedule are derived from privileged diligence materials and inherit their privilege and confidentiality status — distribution beyond the privilege circle can waive privilege. The schedule itself, once delivered as an exhibit to the executed PA, is a deal document and is not privileged; strip any internal annotations before delivery.",{"type":44,"tag":309,"props":909,"children":910},{},[911,946],{"type":44,"tag":313,"props":912,"children":913},{},[914],{"type":44,"tag":317,"props":915,"children":916},{},[917,922,926,931,936,941],{"type":44,"tag":321,"props":918,"children":919},{},[920],{"type":49,"value":921},"Schedule #",{"type":44,"tag":321,"props":923,"children":924},{},[925],{"type":49,"value":721},{"type":44,"tag":321,"props":927,"children":928},{},[929],{"type":49,"value":930},"Consent required",{"type":44,"tag":321,"props":932,"children":933},{},[934],{"type":49,"value":935},"Status",{"type":44,"tag":321,"props":937,"children":938},{},[939],{"type":49,"value":940},"Owner",{"type":44,"tag":321,"props":942,"children":943},{},[944],{"type":49,"value":945},"Due",{"type":44,"tag":337,"props":947,"children":948},{},[949],{"type":44,"tag":317,"props":950,"children":951},{},[952,957,964,969,974,981],{"type":44,"tag":344,"props":953,"children":954},{},[955],{"type":49,"value":956},"3.X(a)(1)",{"type":44,"tag":344,"props":958,"children":959},{},[960],{"type":44,"tag":348,"props":961,"children":962},{},[963],{"type":49,"value":352},{"type":44,"tag":344,"props":965,"children":966},{},[967],{"type":49,"value":968},"Yes — CoC §12.2",{"type":44,"tag":344,"props":970,"children":971},{},[972],{"type":49,"value":973},"Requested",{"type":44,"tag":344,"props":975,"children":976},{},[977],{"type":44,"tag":348,"props":978,"children":979},{},[980],{"type":49,"value":352},{"type":44,"tag":344,"props":982,"children":983},{},[984],{"type":44,"tag":348,"props":985,"children":986},{},[987],{"type":49,"value":685},{"type":44,"tag":88,"props":989,"children":990},{},[991],{"type":49,"value":992},"This feeds closing-checklist.",{"type":44,"tag":81,"props":994,"children":996},{"id":995},"cross-check",[997],{"type":49,"value":998},"Cross-check",{"type":44,"tag":88,"props":1000,"children":1001},{},[1002],{"type":49,"value":1003},"Before delivering:",{"type":44,"tag":192,"props":1005,"children":1006},{},[1007,1012,1017,1022],{"type":44,"tag":56,"props":1008,"children":1009},{},[1010],{"type":49,"value":1011},"Every contract that met a prong is on the schedule (completeness)",{"type":44,"tag":56,"props":1013,"children":1014},{},[1015],{"type":49,"value":1016},"No contract is on the schedule that doesn't meet a prong (no over-disclosure — it's a rep, not a data dump)",{"type":44,"tag":56,"props":1018,"children":1019},{},[1020],{"type":49,"value":1021},"Schedule is consistent with the other reps (a contract on Schedule 3.X that creates a lien should also be on the liens schedule)",{"type":44,"tag":56,"props":1023,"children":1024},{},[1025],{"type":49,"value":1026},"Every entry has a VDR cite so buyer's counsel can find the underlying doc",{"type":44,"tag":81,"props":1028,"children":1030},{"id":1029},"handoffs",[1031],{"type":49,"value":1032},"Handoffs",{"type":44,"tag":192,"props":1034,"children":1035},{},[1036,1046],{"type":44,"tag":56,"props":1037,"children":1038},{},[1039,1044],{"type":44,"tag":92,"props":1040,"children":1041},{},[1042],{"type":49,"value":1043},"From diligence-issue-extraction:",{"type":49,"value":1045}," Contract-level findings are the input.",{"type":44,"tag":56,"props":1047,"children":1048},{},[1049,1054],{"type":44,"tag":92,"props":1050,"children":1051},{},[1052],{"type":49,"value":1053},"To closing-checklist:",{"type":49,"value":1055}," Consent items go on the checklist.",{"type":44,"tag":81,"props":1057,"children":1059},{"id":1058},"what-this-skill-does-not-do",[1060],{"type":49,"value":1061},"What this skill does not do",{"type":44,"tag":192,"props":1063,"children":1064},{},[1065,1070,1075],{"type":44,"tag":56,"props":1066,"children":1067},{},[1068],{"type":49,"value":1069},"It doesn't decide the materiality definition — that's in the purchase agreement.",{"type":44,"tag":56,"props":1071,"children":1072},{},[1073],{"type":49,"value":1074},"It doesn't obtain consents — it tracks which ones are needed.",{"type":44,"tag":56,"props":1076,"children":1077},{},[1078],{"type":49,"value":1079},"It doesn't draft the rep — it populates the schedule the rep references.",{"type":44,"tag":1081,"props":1082,"children":1083},"style",{},[1084],{"type":49,"value":1085},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1087,"total":1272},[1088,1109,1123,1135,1154,1167,1186,1206,1220,1235,1243,1256],{"slug":1089,"name":1089,"fn":1090,"description":1091,"org":1092,"tags":1093,"stars":1106,"repoUrl":1107,"updatedAt":1108},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1094,1097,1100,1103],{"name":1095,"slug":1096,"type":16},"Creative","creative",{"name":1098,"slug":1099,"type":16},"Design","design",{"name":1101,"slug":1102,"type":16},"Generative Art","generative-art",{"name":1104,"slug":1105,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1110,"name":1110,"fn":1111,"description":1112,"org":1113,"tags":1114,"stars":1106,"repoUrl":1107,"updatedAt":1122},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1115,1118,1119],{"name":1116,"slug":1117,"type":16},"Branding","branding",{"name":1098,"slug":1099,"type":16},{"name":1120,"slug":1121,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1124,"name":1124,"fn":1125,"description":1126,"org":1127,"tags":1128,"stars":1106,"repoUrl":1107,"updatedAt":1134},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1129,1130,1131],{"name":1095,"slug":1096,"type":16},{"name":1098,"slug":1099,"type":16},{"name":1132,"slug":1133,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1136,"name":1136,"fn":1137,"description":1138,"org":1139,"tags":1140,"stars":1106,"repoUrl":1107,"updatedAt":1153},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1141,1144,1145,1148,1150],{"name":1142,"slug":1143,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1146,"slug":1147,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1149,"slug":1136,"type":16},"Claude API",{"name":1151,"slug":1152,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1155,"name":1155,"fn":1156,"description":1157,"org":1158,"tags":1159,"stars":1106,"repoUrl":1107,"updatedAt":1166},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1160,1163],{"name":1161,"slug":1162,"type":16},"Documentation","documentation",{"name":1164,"slug":1165,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1168,"name":1168,"fn":1169,"description":1170,"org":1171,"tags":1172,"stars":1106,"repoUrl":1107,"updatedAt":1185},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1173,1174,1176,1179,1182],{"name":21,"slug":22,"type":16},{"name":1175,"slug":1168,"type":16},"DOCX",{"name":1177,"slug":1178,"type":16},"Office","office",{"name":1180,"slug":1181,"type":16},"Templates","templates",{"name":1183,"slug":1184,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1187,"name":1187,"fn":1188,"description":1189,"org":1190,"tags":1191,"stars":1106,"repoUrl":1107,"updatedAt":1205},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1192,1193,1196,1199,1202],{"name":1098,"slug":1099,"type":16},{"name":1194,"slug":1195,"type":16},"Frontend","frontend",{"name":1197,"slug":1198,"type":16},"React","react",{"name":1200,"slug":1201,"type":16},"Tailwind CSS","tailwind-css",{"name":1203,"slug":1204,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1207,"name":1207,"fn":1208,"description":1209,"org":1210,"tags":1211,"stars":1106,"repoUrl":1107,"updatedAt":1219},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1212,1215,1216],{"name":1213,"slug":1214,"type":16},"Communications","communications",{"name":1180,"slug":1181,"type":16},{"name":1217,"slug":1218,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":1221,"name":1221,"fn":1222,"description":1223,"org":1224,"tags":1225,"stars":1106,"repoUrl":1107,"updatedAt":1234},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1226,1227,1230,1231],{"name":1142,"slug":1143,"type":16},{"name":1228,"slug":1229,"type":16},"API Development","api-development",{"name":1151,"slug":1152,"type":16},{"name":1232,"slug":1233,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1133,"name":1133,"fn":1236,"description":1237,"org":1238,"tags":1239,"stars":1106,"repoUrl":1107,"updatedAt":1242},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1240,1241],{"name":21,"slug":22,"type":16},{"name":1132,"slug":1133,"type":16},"2026-04-06T17:56:02.483316",{"slug":1244,"name":1244,"fn":1245,"description":1246,"org":1247,"tags":1248,"stars":1106,"repoUrl":1107,"updatedAt":1255},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1249,1252],{"name":1250,"slug":1251,"type":16},"PowerPoint","powerpoint",{"name":1253,"slug":1254,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1257,"name":1257,"fn":1258,"description":1259,"org":1260,"tags":1261,"stars":1106,"repoUrl":1107,"updatedAt":1271},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1262,1263,1264,1267,1270],{"name":1142,"slug":1143,"type":16},{"name":1161,"slug":1162,"type":16},{"name":1265,"slug":1266,"type":16},"Evals","evals",{"name":1268,"slug":1269,"type":16},"Performance","performance",{"name":1164,"slug":1165,"type":16},"2026-04-19T06:45:40.804",490,{"items":1274,"total":1364},[1275,1287,1302,1319,1329,1340,1351],{"slug":1276,"name":1276,"fn":1277,"description":1278,"org":1279,"tags":1280,"stars":26,"repoUrl":27,"updatedAt":1286},"ai-inventory","track AI systems for EU AI Act","EU AI Act per-system inventory — track each AI system's role (provider, deployer, importer, distributor, authorized representative, product manufacturer) and risk tier (prohibited, high-risk, limited, minimal, GPAI, GPAI+systemic). Role and tier are assessed per system, not per company. Use when the user says \"ai inventory\", \"add an ai system\", \"what systems do we have\", \"classify this ai system\", \"eu ai act register\", or \"ai system registry\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1281,1282,1285],{"name":18,"slug":19,"type":16},{"name":1283,"slug":1284,"type":16},"Governance","governance",{"name":24,"slug":25,"type":16},"2026-05-14T06:02:19.677579",{"slug":1288,"name":1288,"fn":1289,"description":1290,"org":1291,"tags":1292,"stars":26,"repoUrl":27,"updatedAt":1301},"ai-tool-handoff","manage handoff to bulk legal review tools","Detects when Luminance, Kira, or a similar bulk-review tool is in use, hands off the high-volume clause extraction to it, and QAs its output per the trust level in `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcorporate-legal\u002FCLAUDE.md`. Use when user says \"send to Luminance\", \"bulk review\", \"AI extraction\", or when diligence-issue-extraction hits a high-volume category.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1293,1296,1297,1298],{"name":1294,"slug":1295,"type":16},"Automation","automation",{"name":14,"slug":15,"type":16},{"name":24,"slug":25,"type":16},{"name":1299,"slug":1300,"type":16},"QA","qa","2026-05-14T06:01:31.00555",{"slug":1303,"name":1303,"fn":1304,"description":1305,"org":1306,"tags":1307,"stars":26,"repoUrl":27,"updatedAt":1318},"aia-generation","run AI impact assessments","Run an AI impact assessment — structured intake, risk analysis, regulatory classification per regime in scope, policy consistency diff, and recommendation with conditions. Uses the house-style structure learned from the seed impact assessment in `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fai-governance-legal\u002FCLAUDE.md`. Use when user says \"impact assessment for\", \"assess this AI use case\", \"run an AIA\", \"generate an AIA\", \"we need to document this AI system\", \"AI risk assessment for X\", or follows a conditional triage result.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1308,1309,1312,1315],{"name":24,"slug":25,"type":16},{"name":1310,"slug":1311,"type":16},"Policy","policy",{"name":1313,"slug":1314,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":1316,"slug":1317,"type":16},"Risk Assessment","risk-assessment","2026-05-13T06:03:19.61029",{"slug":1320,"name":1320,"fn":1321,"description":1322,"org":1323,"tags":1324,"stars":26,"repoUrl":27,"updatedAt":1328},"amendment-history","trace contract amendment history","Trace how a contract has changed across its base agreement and all amendments — either a summary of all changes over time, or a provision trace for a specific clause. Use when the user says \"what changed in this contract over time\", \"show me the amendment history\", \"where's the latest [clause]\", \"how has [provision] evolved\", or uploads multiple versions of an agreement.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1325,1326,1327],{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},{"name":24,"slug":25,"type":16},"2026-05-13T06:03:34.070339",{"slug":1330,"name":1330,"fn":1331,"description":1332,"org":1333,"tags":1334,"stars":26,"repoUrl":27,"updatedAt":1339},"auto-updater","check for community skill updates","Check installed community skills for updates. Shows a diff and requires explicit approval before applying. Use when the user says \"check for updates\", \"update my skills\", \"anything new for my installed skills\", or when invoked from the registry-sync agent.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1335,1336],{"name":1294,"slug":1295,"type":16},{"name":1337,"slug":1338,"type":16},"Plugin Development","plugin-development","2026-05-13T06:02:55.642269",{"slug":1341,"name":1341,"fn":1342,"description":1343,"org":1344,"tags":1345,"stars":26,"repoUrl":27,"updatedAt":1350},"bar-prep-questions","provide bar exam practice questions","Bar prep questions — MBE or essay, targeted at your weak subjects and bar jurisdiction. Tracks misses and comes back to patterns. Use when the user says \"bar prep\", \"MBE questions\", \"practice essay\", or \"test me for the bar\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1346,1349],{"name":1347,"slug":1348,"type":16},"Education","education",{"name":24,"slug":25,"type":16},"2026-07-24T05:41:43.01243",{"slug":1352,"name":1352,"fn":1353,"description":1354,"org":1355,"tags":1356,"stars":26,"repoUrl":27,"updatedAt":1363},"board-minutes","draft board and committee meeting minutes","Drafts board or committee meeting minutes in your house format. Auto-detects upcoming board and committee meetings from your calendar, asks for the agenda and any slides or pre-read materials, and produces a complete draft in the format learned from your seed minutes. Also handles written consents in lieu of meetings. Trigger: \"board minutes\", \"draft minutes\", \"upcoming board meeting\", \"committee minutes\", \"written consent\", or calendar detection of an upcoming board or committee event.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1357,1358,1359,1360],{"name":1161,"slug":1162,"type":16},{"name":1283,"slug":1284,"type":16},{"name":24,"slug":25,"type":16},{"name":1361,"slug":1362,"type":16},"Meetings","meetings","2026-05-14T06:01:29.792942",118]