[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-cocounsel-legaldeep-research":3,"mdc--n40fpr-key":35,"related-repo-anthropic-cocounsel-legaldeep-research":867,"related-org-anthropic-cocounsel-legaldeep-research":965},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"cocounsel-legaldeep-research","cocounsel-legal:deep-research","conduct legal research with CoCounsel","Use this skill whenever a user specifically requests legal research or Westlaw Deep Research, asks for CoCounsel Legal or cocounsel legal support, or asks a question that requires explaining, analyzing, or synthesizing U.S. law.\n",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[14,18,21],{"name":15,"slug":16,"type":17},"Research","research","tag",{"name":19,"slug":20,"type":17},"Contracts","contracts",{"name":22,"slug":23,"type":17},"Legal","legal",8721,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal","2026-05-14T06:05:07.023188",null,1642,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"A suite of plugins for legal workflows","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal\u002Ftree\u002FHEAD\u002Fexternal_plugins\u002Fcocounsel-legal\u002Fskills\u002Fdeep-research","---\nname: cocounsel-legal:deep-research\nversion: 0.1.0\ndescription: >\n  Use this skill whenever a user specifically requests legal research or Westlaw Deep Research, asks for CoCounsel Legal or cocounsel legal support, or asks a question that requires explaining, analyzing, or synthesizing U.S. law.\nallowed-tools:\n  - mcp\n  - Bash\n---\n\n# Westlaw Deep Research\n\nWestlaw Deep Research searches Westlaw's database of caselaw, statutes, and administrative decisions and returns a written research report that explains, analyzes, or synthesizes relevant authority.\n\nDeep Research employs an agentic process that mirrors the methodology of human researchers, utilizing Westlaw's proprietary tools to systematically analyze the trusted content available on Westlaw and Practical Law.\n\nThis skill will autonomously run the full research cycle: start, poll, report.\n\n## Prerequisites\n\nThe `cocounsel-legal` MCP server must be connected. Verify it is available before starting research. If the server is not connected, inform the user and stop.\n\n## When to Use\n\n- Use for any questions answerable from caselaw, statutes, regulations, administrative materials, secondary sources, Practical Law documents and Current Awareness materials, including JD Supra. Examples include:\n- How courts have ruled on an issue or what authority supports or challenges a position\n- The elements or defenses of a claim, or the governing standard for an issue in a particular jurisdiction\n- How a statute, regulation, or doctrine is being interpreted and applied\n- The arguments on both sides of an unsettled question\n\n## When Not to Use\n\n- If the request falls into one of the categories below, briefly explain that this skill isn't the right fit and point the user to the suggested alternative.\n  - **Retrieving the full text of a specific document**\n    - _Instead:_ Suggest the traditional search box on Westlaw.\n  - **Summarizing what a specific statute, regulation, or treatise says on its own** (e.g., \"what does the California Evidence Code say about hearsay?\")\n    - _Instead:_ Suggest the traditional search box on Westlaw.\n  - **Analytics requests** (\"How often has Justice Scalia ruled in favor of…?\")\n    - _Instead:_ Suggest Litigation Analytics on Westlaw.\n  - **Calculations** (\"What is the last possible filing date if…?\")\n    - _Instead:_ This request is out of scope of Westlaw Deep Research\n  - **Outcome predictions**\n    - _Instead:_ This request is out of scope of Westlaw Deep Research\n  - **Drafting legal documents, forms, or templates**\n    - _Instead:_ Suggest CoCounsel\n  - **Information about specific judges, attorneys, or parties**\n    - _Instead:_ Suggest Litigation Analytics on Westlaw\n  - **Foreign or non-U.S. law**\n  - _Instead:_ Suggest country-specific version of Westlaw, such as Westlaw UK or Westlaw Canada, or use Westlaw International\n  - **Comparisons across more than three jurisdictions**\n    - _Instead:_ Suggest AI Jurisdictional Surveys on Westlaw\n  - **Terms and Connectors (boolean) search queries**\n    - _Instead:_ Suggest the traditional search box on Westlaw\n  - **Commands for execution of tasks**\n    - _Instead:_ Suggest CoCounsel\n  - **Obtaining an exhaustive list of results**\n    - _Instead:_ Suggest Boolean search or Precision Research on Westlaw\n  - **Identifying potential causes of action**\n    - _Instead:_ Suggest Claims Explorer on Westlaw.\n  - **An exhaustive review of fact patterns** (e.g., \"Find all cases discussing...\")\n    - _Instead:_ Suggest Precision Research on Westlaw.\n- If you suggest an alternative, do not attempt to use the Deep Research skill further for that task.\n\n## Communication Rules\n\n- Never mention tool calls, tool-call budgets, polling, status checks, internal limits, conversation IDs, percent_complete, or any other implementation details to the user. Always speak about the research itself, not the mechanics of how you are tracking it.\n- If you need to pause before the research completes (for any internal reason), do NOT explain why.\n- Let the user know that research is ongoing and that a report will be completed soon.\n\n## Research Workflow\n\n### 1. Frame the query\n\n- Extract the legal research question from the user's query using clear, natural language.\n- Use up to three jurisdictions if the user names them.\n- If no jurisdictions are mentioned, ask the user which jurisdiction(s) to use.\n\n### 2. Start Research\n\n- Call the MCP tool to initiate the research: `legal_research_start_deep_research(query, jurisdictions)`\n- Parameters:\n  - `query` (string, required): The legal research question\n  - `jurisdictions` (list of strings, optional): Up to 3 jurisdictions (e.g., [\"California\", \"New York\"])\n- This returns a `conversation_id` and initial `status`. Save the `conversation_id` for subsequent calls.\n- Next step: call check_deep_research_status with the conversation_id.\n- Before the first status check, wait ~10 seconds (the server is still setting up).\n\n#### Rendering\n\n- Inform the user that deep research is underway, briefly restating the legal question in natural, professional language.\n- Do not show the conversation_id to the user.\n\n### 3. Poll for Completion\n\n- Poll `legal_research_check_deep_research_status(conversation_id)`.\n- Always run a Bash `sleep` between polls. Never call check_deep_research_status back-to-back without sleeping.\n- Continue until `is_terminal` is true.\n- Decide the next action based on the response:\n  - (1) If is_terminal is true and status is 'complete', call get_deep_research_report with the conversation_id.\n  - (2) If status is 'failed', stop and report the error_type and failure_reason to the user in plain language, without exposing field names.\n  - (3) Otherwise, sleep for the duration in the response's `next_action_poll_backoff_ms` field (milliseconds), then poll again.\n- If percent_complete has not changed across two consecutive checks, add 5 seconds to the sleep.\n\n#### Rendering\n\n- Communicate in plain language as if narrating the research process.\n- Render research_plan as a markdown unordered list (one item per line, each line prefixed with '- '), so the steps display with clear visual separation.\n- Insert a blank line before and after the list so it renders cleanly.\n- Only update the user when there is something new to say (a step completed, or a new step started). Do not repeat the same status.\n\n### 4. Retrieve and Present Report **Verbatim**\n\n- Once status is \"complete\", fetch the final report: `legal_research_get_deep_research_report(conversation_id)`\n- The report is the `answer_text` field\n- This is the final output of the research lifecycle. No further tool calls are required.\n- If the user asks a follow-up question on the same topic, use follow_up_deep_research with the same conversation_id rather than starting a fresh research session.\n\n#### Rendering\n\n- Paste the contents of `answer_text` into your response with no edits, additions, removals, or restructuring. The payload contains markdown, HTML anchors, inline anchor citations, blockquoted source excerpts, and horizontal rules — every element is intentional and must remain.\n\n## Helpful information\n\nIf the system fails or the user has questions about access, share the following:\n\n- Support email: cocounselsupport@tr.com\n- Subscription required: CoCounsel Legal subscription with the MCP connector enabled for the user's account. Direct entitlement or access questions to cocounselsupport@tr.com.\n- Provider: Thomson Reuters\n- Relevant policies:\n  - Privacy: https:\u002F\u002Fwww.thomsonreuters.com\u002Fen\u002Fprivacy-statement.html\n  - Terms: https:\u002F\u002Fwww.thomsonreuters.com\u002Fen\u002Fterms-of-use.html\n  - Accessibility: https:\u002F\u002Fwww.thomsonreuters.com\u002Fen\u002Fpolicies\u002Faccessibility.html\n",{"data":36,"body":41},{"name":5,"version":37,"description":7,"allowed-tools":38},"0.1.0",[39,40],"mcp","Bash",{"type":42,"children":43},"root",[44,53,59,64,69,76,90,96,126,132,433,439,457,463,470,488,494,584,591,604,610,688,693,716,727,764,769,784,790,795],{"type":45,"tag":46,"props":47,"children":49},"element","h1",{"id":48},"westlaw-deep-research",[50],{"type":51,"value":52},"text","Westlaw Deep Research",{"type":45,"tag":54,"props":55,"children":56},"p",{},[57],{"type":51,"value":58},"Westlaw Deep Research searches Westlaw's database of caselaw, statutes, and administrative decisions and returns a written research report that explains, analyzes, or synthesizes relevant authority.",{"type":45,"tag":54,"props":60,"children":61},{},[62],{"type":51,"value":63},"Deep Research employs an agentic process that mirrors the methodology of human researchers, utilizing Westlaw's proprietary tools to systematically analyze the trusted content available on Westlaw and Practical Law.",{"type":45,"tag":54,"props":65,"children":66},{},[67],{"type":51,"value":68},"This skill will autonomously run the full research cycle: start, poll, report.",{"type":45,"tag":70,"props":71,"children":73},"h2",{"id":72},"prerequisites",[74],{"type":51,"value":75},"Prerequisites",{"type":45,"tag":54,"props":77,"children":78},{},[79,81,88],{"type":51,"value":80},"The ",{"type":45,"tag":82,"props":83,"children":85},"code",{"className":84},[],[86],{"type":51,"value":87},"cocounsel-legal",{"type":51,"value":89}," MCP server must be connected. Verify it is available before starting research. If the server is not connected, inform the user and stop.",{"type":45,"tag":70,"props":91,"children":93},{"id":92},"when-to-use",[94],{"type":51,"value":95},"When to Use",{"type":45,"tag":97,"props":98,"children":99},"ul",{},[100,106,111,116,121],{"type":45,"tag":101,"props":102,"children":103},"li",{},[104],{"type":51,"value":105},"Use for any questions answerable from caselaw, statutes, regulations, administrative materials, secondary sources, Practical Law documents and Current Awareness materials, including JD Supra. Examples include:",{"type":45,"tag":101,"props":107,"children":108},{},[109],{"type":51,"value":110},"How courts have ruled on an issue or what authority supports or challenges a position",{"type":45,"tag":101,"props":112,"children":113},{},[114],{"type":51,"value":115},"The elements or defenses of a claim, or the governing standard for an issue in a particular jurisdiction",{"type":45,"tag":101,"props":117,"children":118},{},[119],{"type":51,"value":120},"How a statute, regulation, or doctrine is being interpreted and applied",{"type":45,"tag":101,"props":122,"children":123},{},[124],{"type":51,"value":125},"The arguments on both sides of an unsettled question",{"type":45,"tag":70,"props":127,"children":129},{"id":128},"when-not-to-use",[130],{"type":51,"value":131},"When Not to Use",{"type":45,"tag":97,"props":133,"children":134},{},[135,428],{"type":45,"tag":101,"props":136,"children":137},{},[138,140],{"type":51,"value":139},"If the request falls into one of the categories below, briefly explain that this skill isn't the right fit and point the user to the suggested alternative.\n",{"type":45,"tag":97,"props":141,"children":142},{},[143,166,187,209,231,250,270,290,298,307,327,347,366,386,406],{"type":45,"tag":101,"props":144,"children":145},{},[146,152],{"type":45,"tag":147,"props":148,"children":149},"strong",{},[150],{"type":51,"value":151},"Retrieving the full text of a specific document",{"type":45,"tag":97,"props":153,"children":154},{},[155],{"type":45,"tag":101,"props":156,"children":157},{},[158,164],{"type":45,"tag":159,"props":160,"children":161},"em",{},[162],{"type":51,"value":163},"Instead:",{"type":51,"value":165}," Suggest the traditional search box on Westlaw.",{"type":45,"tag":101,"props":167,"children":168},{},[169,174,176],{"type":45,"tag":147,"props":170,"children":171},{},[172],{"type":51,"value":173},"Summarizing what a specific statute, regulation, or treatise says on its own",{"type":51,"value":175}," (e.g., \"what does the California Evidence Code say about hearsay?\")\n",{"type":45,"tag":97,"props":177,"children":178},{},[179],{"type":45,"tag":101,"props":180,"children":181},{},[182,186],{"type":45,"tag":159,"props":183,"children":184},{},[185],{"type":51,"value":163},{"type":51,"value":165},{"type":45,"tag":101,"props":188,"children":189},{},[190,195,197],{"type":45,"tag":147,"props":191,"children":192},{},[193],{"type":51,"value":194},"Analytics requests",{"type":51,"value":196}," (\"How often has Justice Scalia ruled in favor of…?\")\n",{"type":45,"tag":97,"props":198,"children":199},{},[200],{"type":45,"tag":101,"props":201,"children":202},{},[203,207],{"type":45,"tag":159,"props":204,"children":205},{},[206],{"type":51,"value":163},{"type":51,"value":208}," Suggest Litigation Analytics on Westlaw.",{"type":45,"tag":101,"props":210,"children":211},{},[212,217,219],{"type":45,"tag":147,"props":213,"children":214},{},[215],{"type":51,"value":216},"Calculations",{"type":51,"value":218}," (\"What is the last possible filing date if…?\")\n",{"type":45,"tag":97,"props":220,"children":221},{},[222],{"type":45,"tag":101,"props":223,"children":224},{},[225,229],{"type":45,"tag":159,"props":226,"children":227},{},[228],{"type":51,"value":163},{"type":51,"value":230}," This request is out of scope of Westlaw Deep Research",{"type":45,"tag":101,"props":232,"children":233},{},[234,239],{"type":45,"tag":147,"props":235,"children":236},{},[237],{"type":51,"value":238},"Outcome predictions",{"type":45,"tag":97,"props":240,"children":241},{},[242],{"type":45,"tag":101,"props":243,"children":244},{},[245,249],{"type":45,"tag":159,"props":246,"children":247},{},[248],{"type":51,"value":163},{"type":51,"value":230},{"type":45,"tag":101,"props":251,"children":252},{},[253,258],{"type":45,"tag":147,"props":254,"children":255},{},[256],{"type":51,"value":257},"Drafting legal documents, forms, or templates",{"type":45,"tag":97,"props":259,"children":260},{},[261],{"type":45,"tag":101,"props":262,"children":263},{},[264,268],{"type":45,"tag":159,"props":265,"children":266},{},[267],{"type":51,"value":163},{"type":51,"value":269}," Suggest CoCounsel",{"type":45,"tag":101,"props":271,"children":272},{},[273,278],{"type":45,"tag":147,"props":274,"children":275},{},[276],{"type":51,"value":277},"Information about specific judges, attorneys, or parties",{"type":45,"tag":97,"props":279,"children":280},{},[281],{"type":45,"tag":101,"props":282,"children":283},{},[284,288],{"type":45,"tag":159,"props":285,"children":286},{},[287],{"type":51,"value":163},{"type":51,"value":289}," Suggest Litigation Analytics on Westlaw",{"type":45,"tag":101,"props":291,"children":292},{},[293],{"type":45,"tag":147,"props":294,"children":295},{},[296],{"type":51,"value":297},"Foreign or non-U.S. law",{"type":45,"tag":101,"props":299,"children":300},{},[301,305],{"type":45,"tag":159,"props":302,"children":303},{},[304],{"type":51,"value":163},{"type":51,"value":306}," Suggest country-specific version of Westlaw, such as Westlaw UK or Westlaw Canada, or use Westlaw International",{"type":45,"tag":101,"props":308,"children":309},{},[310,315],{"type":45,"tag":147,"props":311,"children":312},{},[313],{"type":51,"value":314},"Comparisons across more than three jurisdictions",{"type":45,"tag":97,"props":316,"children":317},{},[318],{"type":45,"tag":101,"props":319,"children":320},{},[321,325],{"type":45,"tag":159,"props":322,"children":323},{},[324],{"type":51,"value":163},{"type":51,"value":326}," Suggest AI Jurisdictional Surveys on Westlaw",{"type":45,"tag":101,"props":328,"children":329},{},[330,335],{"type":45,"tag":147,"props":331,"children":332},{},[333],{"type":51,"value":334},"Terms and Connectors (boolean) search queries",{"type":45,"tag":97,"props":336,"children":337},{},[338],{"type":45,"tag":101,"props":339,"children":340},{},[341,345],{"type":45,"tag":159,"props":342,"children":343},{},[344],{"type":51,"value":163},{"type":51,"value":346}," Suggest the traditional search box on Westlaw",{"type":45,"tag":101,"props":348,"children":349},{},[350,355],{"type":45,"tag":147,"props":351,"children":352},{},[353],{"type":51,"value":354},"Commands for execution of tasks",{"type":45,"tag":97,"props":356,"children":357},{},[358],{"type":45,"tag":101,"props":359,"children":360},{},[361,365],{"type":45,"tag":159,"props":362,"children":363},{},[364],{"type":51,"value":163},{"type":51,"value":269},{"type":45,"tag":101,"props":367,"children":368},{},[369,374],{"type":45,"tag":147,"props":370,"children":371},{},[372],{"type":51,"value":373},"Obtaining an exhaustive list of results",{"type":45,"tag":97,"props":375,"children":376},{},[377],{"type":45,"tag":101,"props":378,"children":379},{},[380,384],{"type":45,"tag":159,"props":381,"children":382},{},[383],{"type":51,"value":163},{"type":51,"value":385}," Suggest Boolean search or Precision Research on Westlaw",{"type":45,"tag":101,"props":387,"children":388},{},[389,394],{"type":45,"tag":147,"props":390,"children":391},{},[392],{"type":51,"value":393},"Identifying potential causes of action",{"type":45,"tag":97,"props":395,"children":396},{},[397],{"type":45,"tag":101,"props":398,"children":399},{},[400,404],{"type":45,"tag":159,"props":401,"children":402},{},[403],{"type":51,"value":163},{"type":51,"value":405}," Suggest Claims Explorer on Westlaw.",{"type":45,"tag":101,"props":407,"children":408},{},[409,414,416],{"type":45,"tag":147,"props":410,"children":411},{},[412],{"type":51,"value":413},"An exhaustive review of fact patterns",{"type":51,"value":415}," (e.g., \"Find all cases discussing...\")\n",{"type":45,"tag":97,"props":417,"children":418},{},[419],{"type":45,"tag":101,"props":420,"children":421},{},[422,426],{"type":45,"tag":159,"props":423,"children":424},{},[425],{"type":51,"value":163},{"type":51,"value":427}," Suggest Precision Research on Westlaw.",{"type":45,"tag":101,"props":429,"children":430},{},[431],{"type":51,"value":432},"If you suggest an alternative, do not attempt to use the Deep Research skill further for that task.",{"type":45,"tag":70,"props":434,"children":436},{"id":435},"communication-rules",[437],{"type":51,"value":438},"Communication Rules",{"type":45,"tag":97,"props":440,"children":441},{},[442,447,452],{"type":45,"tag":101,"props":443,"children":444},{},[445],{"type":51,"value":446},"Never mention tool calls, tool-call budgets, polling, status checks, internal limits, conversation IDs, percent_complete, or any other implementation details to the user. Always speak about the research itself, not the mechanics of how you are tracking it.",{"type":45,"tag":101,"props":448,"children":449},{},[450],{"type":51,"value":451},"If you need to pause before the research completes (for any internal reason), do NOT explain why.",{"type":45,"tag":101,"props":453,"children":454},{},[455],{"type":51,"value":456},"Let the user know that research is ongoing and that a report will be completed soon.",{"type":45,"tag":70,"props":458,"children":460},{"id":459},"research-workflow",[461],{"type":51,"value":462},"Research Workflow",{"type":45,"tag":464,"props":465,"children":467},"h3",{"id":466},"_1-frame-the-query",[468],{"type":51,"value":469},"1. Frame the query",{"type":45,"tag":97,"props":471,"children":472},{},[473,478,483],{"type":45,"tag":101,"props":474,"children":475},{},[476],{"type":51,"value":477},"Extract the legal research question from the user's query using clear, natural language.",{"type":45,"tag":101,"props":479,"children":480},{},[481],{"type":51,"value":482},"Use up to three jurisdictions if the user names them.",{"type":45,"tag":101,"props":484,"children":485},{},[486],{"type":51,"value":487},"If no jurisdictions are mentioned, ask the user which jurisdiction(s) to use.",{"type":45,"tag":464,"props":489,"children":491},{"id":490},"_2-start-research",[492],{"type":51,"value":493},"2. Start Research",{"type":45,"tag":97,"props":495,"children":496},{},[497,508,546,574,579],{"type":45,"tag":101,"props":498,"children":499},{},[500,502],{"type":51,"value":501},"Call the MCP tool to initiate the research: ",{"type":45,"tag":82,"props":503,"children":505},{"className":504},[],[506],{"type":51,"value":507},"legal_research_start_deep_research(query, jurisdictions)",{"type":45,"tag":101,"props":509,"children":510},{},[511,513],{"type":51,"value":512},"Parameters:\n",{"type":45,"tag":97,"props":514,"children":515},{},[516,527],{"type":45,"tag":101,"props":517,"children":518},{},[519,525],{"type":45,"tag":82,"props":520,"children":522},{"className":521},[],[523],{"type":51,"value":524},"query",{"type":51,"value":526}," (string, required): The legal research question",{"type":45,"tag":101,"props":528,"children":529},{},[530,536,538,544],{"type":45,"tag":82,"props":531,"children":533},{"className":532},[],[534],{"type":51,"value":535},"jurisdictions",{"type":51,"value":537}," (list of strings, optional): Up to 3 jurisdictions (e.g., ",{"type":45,"tag":539,"props":540,"children":541},"span",{},[542],{"type":51,"value":543},"\"California\", \"New York\"",{"type":51,"value":545},")",{"type":45,"tag":101,"props":547,"children":548},{},[549,551,557,559,565,567,572],{"type":51,"value":550},"This returns a ",{"type":45,"tag":82,"props":552,"children":554},{"className":553},[],[555],{"type":51,"value":556},"conversation_id",{"type":51,"value":558}," and initial ",{"type":45,"tag":82,"props":560,"children":562},{"className":561},[],[563],{"type":51,"value":564},"status",{"type":51,"value":566},". Save the ",{"type":45,"tag":82,"props":568,"children":570},{"className":569},[],[571],{"type":51,"value":556},{"type":51,"value":573}," for subsequent calls.",{"type":45,"tag":101,"props":575,"children":576},{},[577],{"type":51,"value":578},"Next step: call check_deep_research_status with the conversation_id.",{"type":45,"tag":101,"props":580,"children":581},{},[582],{"type":51,"value":583},"Before the first status check, wait ~10 seconds (the server is still setting up).",{"type":45,"tag":585,"props":586,"children":588},"h4",{"id":587},"rendering",[589],{"type":51,"value":590},"Rendering",{"type":45,"tag":97,"props":592,"children":593},{},[594,599],{"type":45,"tag":101,"props":595,"children":596},{},[597],{"type":51,"value":598},"Inform the user that deep research is underway, briefly restating the legal question in natural, professional language.",{"type":45,"tag":101,"props":600,"children":601},{},[602],{"type":51,"value":603},"Do not show the conversation_id to the user.",{"type":45,"tag":464,"props":605,"children":607},{"id":606},"_3-poll-for-completion",[608],{"type":51,"value":609},"3. Poll for Completion",{"type":45,"tag":97,"props":611,"children":612},{},[613,626,639,652,683],{"type":45,"tag":101,"props":614,"children":615},{},[616,618,624],{"type":51,"value":617},"Poll ",{"type":45,"tag":82,"props":619,"children":621},{"className":620},[],[622],{"type":51,"value":623},"legal_research_check_deep_research_status(conversation_id)",{"type":51,"value":625},".",{"type":45,"tag":101,"props":627,"children":628},{},[629,631,637],{"type":51,"value":630},"Always run a Bash ",{"type":45,"tag":82,"props":632,"children":634},{"className":633},[],[635],{"type":51,"value":636},"sleep",{"type":51,"value":638}," between polls. Never call check_deep_research_status back-to-back without sleeping.",{"type":45,"tag":101,"props":640,"children":641},{},[642,644,650],{"type":51,"value":643},"Continue until ",{"type":45,"tag":82,"props":645,"children":647},{"className":646},[],[648],{"type":51,"value":649},"is_terminal",{"type":51,"value":651}," is true.",{"type":45,"tag":101,"props":653,"children":654},{},[655,657],{"type":51,"value":656},"Decide the next action based on the response:\n",{"type":45,"tag":97,"props":658,"children":659},{},[660,665,670],{"type":45,"tag":101,"props":661,"children":662},{},[663],{"type":51,"value":664},"(1) If is_terminal is true and status is 'complete', call get_deep_research_report with the conversation_id.",{"type":45,"tag":101,"props":666,"children":667},{},[668],{"type":51,"value":669},"(2) If status is 'failed', stop and report the error_type and failure_reason to the user in plain language, without exposing field names.",{"type":45,"tag":101,"props":671,"children":672},{},[673,675,681],{"type":51,"value":674},"(3) Otherwise, sleep for the duration in the response's ",{"type":45,"tag":82,"props":676,"children":678},{"className":677},[],[679],{"type":51,"value":680},"next_action_poll_backoff_ms",{"type":51,"value":682}," field (milliseconds), then poll again.",{"type":45,"tag":101,"props":684,"children":685},{},[686],{"type":51,"value":687},"If percent_complete has not changed across two consecutive checks, add 5 seconds to the sleep.",{"type":45,"tag":585,"props":689,"children":691},{"id":690},"rendering-1",[692],{"type":51,"value":590},{"type":45,"tag":97,"props":694,"children":695},{},[696,701,706,711],{"type":45,"tag":101,"props":697,"children":698},{},[699],{"type":51,"value":700},"Communicate in plain language as if narrating the research process.",{"type":45,"tag":101,"props":702,"children":703},{},[704],{"type":51,"value":705},"Render research_plan as a markdown unordered list (one item per line, each line prefixed with '- '), so the steps display with clear visual separation.",{"type":45,"tag":101,"props":707,"children":708},{},[709],{"type":51,"value":710},"Insert a blank line before and after the list so it renders cleanly.",{"type":45,"tag":101,"props":712,"children":713},{},[714],{"type":51,"value":715},"Only update the user when there is something new to say (a step completed, or a new step started). Do not repeat the same status.",{"type":45,"tag":464,"props":717,"children":719},{"id":718},"_4-retrieve-and-present-report-verbatim",[720,722],{"type":51,"value":721},"4. Retrieve and Present Report ",{"type":45,"tag":147,"props":723,"children":724},{},[725],{"type":51,"value":726},"Verbatim",{"type":45,"tag":97,"props":728,"children":729},{},[730,741,754,759],{"type":45,"tag":101,"props":731,"children":732},{},[733,735],{"type":51,"value":734},"Once status is \"complete\", fetch the final report: ",{"type":45,"tag":82,"props":736,"children":738},{"className":737},[],[739],{"type":51,"value":740},"legal_research_get_deep_research_report(conversation_id)",{"type":45,"tag":101,"props":742,"children":743},{},[744,746,752],{"type":51,"value":745},"The report is the ",{"type":45,"tag":82,"props":747,"children":749},{"className":748},[],[750],{"type":51,"value":751},"answer_text",{"type":51,"value":753}," field",{"type":45,"tag":101,"props":755,"children":756},{},[757],{"type":51,"value":758},"This is the final output of the research lifecycle. No further tool calls are required.",{"type":45,"tag":101,"props":760,"children":761},{},[762],{"type":51,"value":763},"If the user asks a follow-up question on the same topic, use follow_up_deep_research with the same conversation_id rather than starting a fresh research session.",{"type":45,"tag":585,"props":765,"children":767},{"id":766},"rendering-2",[768],{"type":51,"value":590},{"type":45,"tag":97,"props":770,"children":771},{},[772],{"type":45,"tag":101,"props":773,"children":774},{},[775,777,782],{"type":51,"value":776},"Paste the contents of ",{"type":45,"tag":82,"props":778,"children":780},{"className":779},[],[781],{"type":51,"value":751},{"type":51,"value":783}," into your response with no edits, additions, removals, or restructuring. The payload contains markdown, HTML anchors, inline anchor citations, blockquoted source excerpts, and horizontal rules — every element is intentional and must remain.",{"type":45,"tag":70,"props":785,"children":787},{"id":786},"helpful-information",[788],{"type":51,"value":789},"Helpful information",{"type":45,"tag":54,"props":791,"children":792},{},[793],{"type":51,"value":794},"If the system fails or the user has questions about access, share the following:",{"type":45,"tag":97,"props":796,"children":797},{},[798,810,820,825],{"type":45,"tag":101,"props":799,"children":800},{},[801,803],{"type":51,"value":802},"Support email: ",{"type":45,"tag":804,"props":805,"children":807},"a",{"href":806},"mailto:cocounselsupport@tr.com",[808],{"type":51,"value":809},"cocounselsupport@tr.com",{"type":45,"tag":101,"props":811,"children":812},{},[813,815,819],{"type":51,"value":814},"Subscription required: CoCounsel Legal subscription with the MCP connector enabled for the user's account. Direct entitlement or access questions to ",{"type":45,"tag":804,"props":816,"children":817},{"href":806},[818],{"type":51,"value":809},{"type":51,"value":625},{"type":45,"tag":101,"props":821,"children":822},{},[823],{"type":51,"value":824},"Provider: Thomson Reuters",{"type":45,"tag":101,"props":826,"children":827},{},[828,830],{"type":51,"value":829},"Relevant policies:\n",{"type":45,"tag":97,"props":831,"children":832},{},[833,845,856],{"type":45,"tag":101,"props":834,"children":835},{},[836,838],{"type":51,"value":837},"Privacy: ",{"type":45,"tag":804,"props":839,"children":843},{"href":840,"rel":841},"https:\u002F\u002Fwww.thomsonreuters.com\u002Fen\u002Fprivacy-statement.html",[842],"nofollow",[844],{"type":51,"value":840},{"type":45,"tag":101,"props":846,"children":847},{},[848,850],{"type":51,"value":849},"Terms: ",{"type":45,"tag":804,"props":851,"children":854},{"href":852,"rel":853},"https:\u002F\u002Fwww.thomsonreuters.com\u002Fen\u002Fterms-of-use.html",[842],[855],{"type":51,"value":852},{"type":45,"tag":101,"props":857,"children":858},{},[859,861],{"type":51,"value":860},"Accessibility: ",{"type":45,"tag":804,"props":862,"children":865},{"href":863,"rel":864},"https:\u002F\u002Fwww.thomsonreuters.com\u002Fen\u002Fpolicies\u002Faccessibility.html",[842],[866],{"type":51,"value":863},{"items":868,"total":964},[869,883,898,915,927,938,949],{"slug":870,"name":870,"fn":871,"description":872,"org":873,"tags":874,"stars":24,"repoUrl":25,"updatedAt":882},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[875,878,881],{"name":876,"slug":877,"type":17},"Compliance","compliance",{"name":879,"slug":880,"type":17},"Governance","governance",{"name":22,"slug":23,"type":17},"2026-05-14T06:02:19.677579",{"slug":884,"name":884,"fn":885,"description":886,"org":887,"tags":888,"stars":24,"repoUrl":25,"updatedAt":897},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[889,892,893,894],{"name":890,"slug":891,"type":17},"Automation","automation",{"name":19,"slug":20,"type":17},{"name":22,"slug":23,"type":17},{"name":895,"slug":896,"type":17},"QA","qa","2026-05-14T06:01:31.00555",{"slug":899,"name":899,"fn":900,"description":901,"org":902,"tags":903,"stars":24,"repoUrl":25,"updatedAt":914},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[904,905,908,911],{"name":22,"slug":23,"type":17},{"name":906,"slug":907,"type":17},"Policy","policy",{"name":909,"slug":910,"type":17},"Regulatory Compliance","regulatory-compliance",{"name":912,"slug":913,"type":17},"Risk Assessment","risk-assessment","2026-05-13T06:03:19.61029",{"slug":916,"name":916,"fn":917,"description":918,"org":919,"tags":920,"stars":24,"repoUrl":25,"updatedAt":926},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[921,922,925],{"name":19,"slug":20,"type":17},{"name":923,"slug":924,"type":17},"Documents","documents",{"name":22,"slug":23,"type":17},"2026-05-13T06:03:34.070339",{"slug":928,"name":928,"fn":929,"description":930,"org":931,"tags":932,"stars":24,"repoUrl":25,"updatedAt":937},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[933,934],{"name":890,"slug":891,"type":17},{"name":935,"slug":936,"type":17},"Plugin Development","plugin-development","2026-05-13T06:02:55.642269",{"slug":939,"name":939,"fn":940,"description":941,"org":942,"tags":943,"stars":24,"repoUrl":25,"updatedAt":948},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[944,947],{"name":945,"slug":946,"type":17},"Education","education",{"name":22,"slug":23,"type":17},"2026-07-24T05:41:43.01243",{"slug":950,"name":950,"fn":951,"description":952,"org":953,"tags":954,"stars":24,"repoUrl":25,"updatedAt":963},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[955,958,959,960],{"name":956,"slug":957,"type":17},"Documentation","documentation",{"name":879,"slug":880,"type":17},{"name":22,"slug":23,"type":17},{"name":961,"slug":962,"type":17},"Meetings","meetings","2026-05-14T06:01:29.792942",118,{"items":966,"total":1148},[967,988,1002,1014,1033,1044,1063,1083,1097,1111,1119,1132],{"slug":968,"name":968,"fn":969,"description":970,"org":971,"tags":972,"stars":985,"repoUrl":986,"updatedAt":987},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[973,976,979,982],{"name":974,"slug":975,"type":17},"Creative","creative",{"name":977,"slug":978,"type":17},"Design","design",{"name":980,"slug":981,"type":17},"Generative Art","generative-art",{"name":983,"slug":984,"type":17},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":989,"name":989,"fn":990,"description":991,"org":992,"tags":993,"stars":985,"repoUrl":986,"updatedAt":1001},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[994,997,998],{"name":995,"slug":996,"type":17},"Branding","branding",{"name":977,"slug":978,"type":17},{"name":999,"slug":1000,"type":17},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1003,"name":1003,"fn":1004,"description":1005,"org":1006,"tags":1007,"stars":985,"repoUrl":986,"updatedAt":1013},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1008,1009,1010],{"name":974,"slug":975,"type":17},{"name":977,"slug":978,"type":17},{"name":1011,"slug":1012,"type":17},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1015,"name":1015,"fn":1016,"description":1017,"org":1018,"tags":1019,"stars":985,"repoUrl":986,"updatedAt":1032},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1020,1023,1024,1027,1029],{"name":1021,"slug":1022,"type":17},"Agents","agents",{"name":10,"slug":9,"type":17},{"name":1025,"slug":1026,"type":17},"Anthropic SDK","anthropic-sdk",{"name":1028,"slug":1015,"type":17},"Claude API",{"name":1030,"slug":1031,"type":17},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1034,"name":1034,"fn":1035,"description":1036,"org":1037,"tags":1038,"stars":985,"repoUrl":986,"updatedAt":1043},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1039,1040],{"name":956,"slug":957,"type":17},{"name":1041,"slug":1042,"type":17},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1045,"name":1045,"fn":1046,"description":1047,"org":1048,"tags":1049,"stars":985,"repoUrl":986,"updatedAt":1062},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1050,1051,1053,1056,1059],{"name":923,"slug":924,"type":17},{"name":1052,"slug":1045,"type":17},"DOCX",{"name":1054,"slug":1055,"type":17},"Office","office",{"name":1057,"slug":1058,"type":17},"Templates","templates",{"name":1060,"slug":1061,"type":17},"Word","word","2026-07-18T05:16:23.136271",{"slug":1064,"name":1064,"fn":1065,"description":1066,"org":1067,"tags":1068,"stars":985,"repoUrl":986,"updatedAt":1082},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1069,1070,1073,1076,1079],{"name":977,"slug":978,"type":17},{"name":1071,"slug":1072,"type":17},"Frontend","frontend",{"name":1074,"slug":1075,"type":17},"React","react",{"name":1077,"slug":1078,"type":17},"Tailwind CSS","tailwind-css",{"name":1080,"slug":1081,"type":17},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1084,"name":1084,"fn":1085,"description":1086,"org":1087,"tags":1088,"stars":985,"repoUrl":986,"updatedAt":1096},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1089,1092,1093],{"name":1090,"slug":1091,"type":17},"Communications","communications",{"name":1057,"slug":1058,"type":17},{"name":1094,"slug":1095,"type":17},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":1098,"name":1098,"fn":1099,"description":1100,"org":1101,"tags":1102,"stars":985,"repoUrl":986,"updatedAt":1110},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1103,1104,1107,1108],{"name":1021,"slug":1022,"type":17},{"name":1105,"slug":1106,"type":17},"API Development","api-development",{"name":1030,"slug":1031,"type":17},{"name":1109,"slug":39,"type":17},"MCP","2026-04-06T17:56:10.357665",{"slug":1012,"name":1012,"fn":1112,"description":1113,"org":1114,"tags":1115,"stars":985,"repoUrl":986,"updatedAt":1118},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1116,1117],{"name":923,"slug":924,"type":17},{"name":1011,"slug":1012,"type":17},"2026-04-06T17:56:02.483316",{"slug":1120,"name":1120,"fn":1121,"description":1122,"org":1123,"tags":1124,"stars":985,"repoUrl":986,"updatedAt":1131},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1125,1128],{"name":1126,"slug":1127,"type":17},"PowerPoint","powerpoint",{"name":1129,"slug":1130,"type":17},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1133,"name":1133,"fn":1134,"description":1135,"org":1136,"tags":1137,"stars":985,"repoUrl":986,"updatedAt":1147},"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":9,"name":10,"logoUrl":11,"githubOrg":12},[1138,1139,1140,1143,1146],{"name":1021,"slug":1022,"type":17},{"name":956,"slug":957,"type":17},{"name":1141,"slug":1142,"type":17},"Evals","evals",{"name":1144,"slug":1145,"type":17},"Performance","performance",{"name":1041,"slug":1042,"type":17},"2026-04-19T06:45:40.804",490]