[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-matter-workspace":3,"mdc-e73nt1-key":34,"related-org-anthropic-matter-workspace":1809,"related-repo-anthropic-matter-workspace":1998},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"matter-workspace","manage legal matter workspaces","Manage matter workspaces — create, list, switch, close, or detach the active matter (practice-level). Use when working across multiple clients or matters and you need to keep one engagement's context separate from another, or when a substantive skill needs to know which matter it's working in.",{"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],{"name":14,"slug":15,"type":16},"Operations","operations","tag",{"name":18,"slug":19,"type":16},"Productivity","productivity",{"name":21,"slug":22,"type":16},"Legal","legal",8721,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal","2026-05-13T06:02:45.308053",null,1642,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"A suite of plugins for legal workflows","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal\u002Ftree\u002FHEAD\u002Fregulatory-legal\u002Fskills\u002Fmatter-workspace","---\nname: matter-workspace\ndescription: Manage matter workspaces — create, list, switch, close, or detach the active matter (practice-level). Use when working across multiple clients or matters and you need to keep one engagement's context separate from another, or when a substantive skill needs to know which matter it's working in.\nargument-hint: \"\u003Cnew | list | switch | close | none> [slug]\"\n---\n\n# \u002Fmatter-workspace\n\nPractitioners work across multiple clients and matters. A matter workspace keeps one client or engagement's context separate from every other. This skill manages those workspaces.\n\n## Subcommands\n\n- `\u002Fregulatory-legal:matter-workspace new \u003Cslug>` — create a new matter workspace, run a short intake, write `matter.md`\n- `\u002Fregulatory-legal:matter-workspace list` — list matters with status and active flag\n- `\u002Fregulatory-legal:matter-workspace switch \u003Cslug>` — set the active matter\n- `\u002Fregulatory-legal:matter-workspace close \u003Cslug>` — archive a matter (move to `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F_archived\u002F`, never delete)\n- `\u002Fregulatory-legal:matter-workspace none` — detach from any active matter, work at practice-level only\n\n## Instructions\n\n1. Read `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002FCLAUDE.md` — confirm the `## Matter workspaces` section is populated. If `Enabled` is `✗`, tell the user: \"Matter workspaces are off — you're configured as an in-house practice with one client, so the plugin works from practice-level context automatically. If you actually work across multiple clients, re-run `\u002Fregulatory-legal:cold-start-interview --redo` and select a private-practice setting. Otherwise, you don't need `\u002Fmatter-workspace` at all.\" Don't error — the disabled state is the expected one for in-house users.\n2. Use the file-management logic below.\n3. Dispatch on the first token of `$ARGUMENTS`:\n   - `new` → run the intake interview, write `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F\u003Cslug>\u002Fmatter.md`, seed `history.md` and `notes.md`.\n   - `list` → enumerate `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F*\u002Fmatter.md`, print a table, mark the active matter.\n   - `switch` → update the `Active matter:` line in the practice-level CLAUDE.md.\n   - `close` → move `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F\u003Cslug>\u002F` to `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F_archived\u002F\u003Cslug>\u002F`, log the close date in `history.md`.\n   - `none` → set `Active matter:` to `none — practice-level context only`.\n4. Show the user what changed and confirm before writing.\n\n## Notes\n\n- The skill never reads across matters unless `Cross-matter context` is `on` in the practice-level CLAUDE.md.\n- Archiving is not deletion — closed matters remain readable for retention\u002Fconflicts purposes.\n- Slugs are lowercase with hyphens. If a slug is reused across archived and active, the archived one is preserved under `_archived\u002F\u003Cslug>\u002F`.\n\n---\n\nMulti-client practitioners (private practice — solo, small firm, large firm) work across many matters. Context from one must not leak into another. This skill is the thin file-management layer that makes that true.\n\n**Default state is off.** In-house users never see this — they run at practice-level only. Matter workspaces turn on at cold-start for private-practice users, or by editing `## Matter workspaces` in the practice-level CLAUDE.md. If `Enabled` is `✗`, this skill does not run; it explains the disabled state and suggests `\u002Fregulatory-legal:cold-start-interview --redo` for users who actually need matter isolation.\n\n## Storage layout\n\nAll matter data lives under:\n\n```\n~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002F\n├── CLAUDE.md                       # practice-level practice profile\n└── matters\u002F\n    ├── \u003Cslug>\u002F\n    │   ├── matter.md               # client, counterparty, matter type, key facts, overrides\n    │   ├── history.md              # dated log of events, decisions, drafts, reviews\n    │   ├── notes.md                # free-form working notes\n    │   └── outputs\u002F                # skill outputs for this matter (optional subfolder)\n    └── _archived\u002F\n        └── \u003Cslug>\u002F                 # closed matters — readable but not active\n```\n\nSlugs are lowercase with hyphens. Examples: `acme-msa-2026`, `zenith-renewal`, `vendor-xyz-nda`.\n\n## Active matter is in the practice CLAUDE.md\n\nThe `Active matter:` line under `## Matter workspaces` in the practice-level CLAUDE.md is the single source of truth. Switching a matter edits that line. No separate state file.\n\n## Subcommand logic\n\n### `new \u003Cslug>`\n\n1. Confirm slug is not already present in `matters\u002F\u003Cslug>\u002F` or `matters\u002F_archived\u002F\u003Cslug>\u002F`. If reused, ask the user to pick a different slug.\n2. Run the intake interview:\n   - **Client** (the party we represent, or the internal business unit if in-house)\n   - **Counterparty** (the other side — may be multiple)\n   - **Matter type** (read the plugin's practice profile for typical categories; for regulatory-legal: rulemaking | comment period | gap remediation | agency inquiry | enforcement response | standing topic | other)\n   - **Confidentiality level** (standard | heightened | clean-team — heightened prompts extra care in cross-matter settings)\n   - **Key facts** (2–5 sentences: what this matter is about, who the stakeholders are, what's at stake)\n   - **Matter-specific overrides to the practice playbook** (e.g., \"client requires 24-month LoL cap not 12\", \"counterparty is a strategic partner — relationship-preserving tone\")\n   - **Related matters** (slugs of any connected matters)\n3. Write `matters\u002F\u003Cslug>\u002Fmatter.md` using the template below.\n4. Seed `matters\u002F\u003Cslug>\u002Fhistory.md` with a single \"Opened\" entry.\n5. Create an empty `matters\u002F\u003Cslug>\u002Fnotes.md`.\n6. Do **not** auto-switch to the new matter. Ask: \"Want to switch to `\u003Cslug>` now? (`\u002Fregulatory-legal:matter-workspace switch \u003Cslug>`)\"\n\n### `list`\n\nEnumerate `matters\u002F*\u002Fmatter.md`. Read each file's front-matter or first few lines to extract status. Print a table:\n\n| Slug | Client | Matter type | Status | Opened | Active |\n|---|---|---|---|---|---|\n\nMark the currently-active matter with `*`. Include `_archived\u002F*` under a separate \"Archived\" heading if any exist.\n\n### `switch \u003Cslug>`\n\n1. Confirm `matters\u002F\u003Cslug>\u002Fmatter.md` exists. If not, offer `\u002Fregulatory-legal:matter-workspace new \u003Cslug>`.\n2. Edit the `Active matter:` line in the practice-level CLAUDE.md to `Active matter: \u003Cslug>`.\n3. Show the user the matter.md summary so they can confirm they're on the right matter.\n\n### `close \u003Cslug>`\n\n1. Confirm `matters\u002F\u003Cslug>\u002F` exists.\n2. Append a \"Closed\" entry to `matters\u002F\u003Cslug>\u002Fhistory.md` with today's date.\n3. Move `matters\u002F\u003Cslug>\u002F` → `matters\u002F_archived\u002F\u003Cslug>\u002F`.\n4. If the closed matter was the active matter, set `Active matter:` to `none — practice-level context only`.\n\n### `none`\n\nSet `Active matter:` in the practice-level CLAUDE.md to `none — practice-level context only`. Confirm with the user.\n\n## `matter.md` template\n\n```markdown\n[WORK-PRODUCT HEADER — per plugin config ## Outputs — differs by role; see `## Who's using this` in the practice-level CLAUDE.md]\n\n# Matter: [Client] — [short description]\n\n**Slug:** [slug]\n**Opened:** [YYYY-MM-DD]\n**Status:** active\n**Confidentiality:** [standard \u002F heightened \u002F clean-team]\n\n---\n\n## Parties\n\n**Client:** [name]\n**Counterparty:** [name(s)]\n\n## Matter type\n\n[vendor MSA | customer agreement | NDA | SaaS subscription | amendment | renewal | other — with one-line rationale]\n\n## Key facts\n\n[2–5 sentences. What this matter is about. Who the stakeholders are. What's at stake. What makes it different from the default playbook.]\n\n## Matter-specific overrides\n\n*Any deviation from the practice-level playbook that applies to this matter and only this matter.*\n\n- [e.g., \"LoL cap: client requires 24 months, not house standard 12.\"]\n- [e.g., \"Tone: relationship-preserving — counterparty is a strategic partner.\"]\n- [e.g., \"Governing law: must be English law, not Delaware.\"]\n\n## Related matters\n\n- [slug — one line why related]\n\n## Notes on confidentiality\n\n[If heightened or clean-team, describe why. Who may see matter files. Whether cross-matter context is permissible even if globally on.]\n```\n\n## `history.md` seed\n\n```markdown\n# History: [Client] — [short description]\n\nAppend-only event log. Most recent at top.\n\n---\n\n## [YYYY-MM-DD] — Matter opened\n\nIntake completed. Slug: `[slug]`. Status: active.\n[Any initial context worth preserving beyond matter.md — e.g., \"Opened in response to inbound MSA draft from [counterparty].\"]\n```\n\n## Cross-matter context\n\nThe practice-level CLAUDE.md has a `Cross-matter context:` flag. When it's `off` (the default), a skill working in matter A **never reads** files in `matters\u002FB\u002F` for any other `B`. Period. This is the confidentiality guarantee the setting exists to provide.\n\nWhen it's `on`, a skill may read files across matter folders only when the user explicitly asks it to (e.g., \"compare our position on liability caps across the last five vendor matters\"). Even when `on`, the default is to load only the active matter unless the user asks for a cross-matter view.\n\n## What this skill does not do\n\n- **Run a conflicts check.** Conflicts are the practitioner's\u002Ffirm's job; the intake captures what the user declares.\n- **Enforce retention.** Closing archives a matter; it does not delete. Retention policy is out of scope.\n- **Auto-route outputs.** The substantive skill decides where to write; this skill tells it *which folder* is active, not what to put in it.\n- **Decide whether cross-matter is appropriate.** It reads the flag and obeys.\n",{"data":35,"body":37},{"name":4,"description":6,"argument-hint":36},"\u003Cnew | list | switch | close | none> [slug]",{"type":38,"children":39},"root",[40,48,54,61,136,142,354,360,400,404,409,447,453,458,470,497,503,522,528,539,706,714,727,768,789,799,844,854,915,923,942,953,1516,1527,1678,1683,1727,1746,1752,1803],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":47},"text","\u002Fmatter-workspace",{"type":41,"tag":49,"props":50,"children":51},"p",{},[52],{"type":46,"value":53},"Practitioners work across multiple clients and matters. A matter workspace keeps one client or engagement's context separate from every other. This skill manages those workspaces.",{"type":41,"tag":55,"props":56,"children":58},"h2",{"id":57},"subcommands",[59],{"type":46,"value":60},"Subcommands",{"type":41,"tag":62,"props":63,"children":64},"ul",{},[65,84,95,106,125],{"type":41,"tag":66,"props":67,"children":68},"li",{},[69,76,78],{"type":41,"tag":70,"props":71,"children":73},"code",{"className":72},[],[74],{"type":46,"value":75},"\u002Fregulatory-legal:matter-workspace new \u003Cslug>",{"type":46,"value":77}," — create a new matter workspace, run a short intake, write ",{"type":41,"tag":70,"props":79,"children":81},{"className":80},[],[82],{"type":46,"value":83},"matter.md",{"type":41,"tag":66,"props":85,"children":86},{},[87,93],{"type":41,"tag":70,"props":88,"children":90},{"className":89},[],[91],{"type":46,"value":92},"\u002Fregulatory-legal:matter-workspace list",{"type":46,"value":94}," — list matters with status and active flag",{"type":41,"tag":66,"props":96,"children":97},{},[98,104],{"type":41,"tag":70,"props":99,"children":101},{"className":100},[],[102],{"type":46,"value":103},"\u002Fregulatory-legal:matter-workspace switch \u003Cslug>",{"type":46,"value":105}," — set the active matter",{"type":41,"tag":66,"props":107,"children":108},{},[109,115,117,123],{"type":41,"tag":70,"props":110,"children":112},{"className":111},[],[113],{"type":46,"value":114},"\u002Fregulatory-legal:matter-workspace close \u003Cslug>",{"type":46,"value":116}," — archive a matter (move to ",{"type":41,"tag":70,"props":118,"children":120},{"className":119},[],[121],{"type":46,"value":122},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F_archived\u002F",{"type":46,"value":124},", never delete)",{"type":41,"tag":66,"props":126,"children":127},{},[128,134],{"type":41,"tag":70,"props":129,"children":131},{"className":130},[],[132],{"type":46,"value":133},"\u002Fregulatory-legal:matter-workspace none",{"type":46,"value":135}," — detach from any active matter, work at practice-level only",{"type":41,"tag":55,"props":137,"children":139},{"id":138},"instructions",[140],{"type":46,"value":141},"Instructions",{"type":41,"tag":143,"props":144,"children":145},"ol",{},[146,198,203,349],{"type":41,"tag":66,"props":147,"children":148},{},[149,151,157,159,165,167,173,175,181,183,189,191,196],{"type":46,"value":150},"Read ",{"type":41,"tag":70,"props":152,"children":154},{"className":153},[],[155],{"type":46,"value":156},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002FCLAUDE.md",{"type":46,"value":158}," — confirm the ",{"type":41,"tag":70,"props":160,"children":162},{"className":161},[],[163],{"type":46,"value":164},"## Matter workspaces",{"type":46,"value":166}," section is populated. If ",{"type":41,"tag":70,"props":168,"children":170},{"className":169},[],[171],{"type":46,"value":172},"Enabled",{"type":46,"value":174}," is ",{"type":41,"tag":70,"props":176,"children":178},{"className":177},[],[179],{"type":46,"value":180},"✗",{"type":46,"value":182},", tell the user: \"Matter workspaces are off — you're configured as an in-house practice with one client, so the plugin works from practice-level context automatically. If you actually work across multiple clients, re-run ",{"type":41,"tag":70,"props":184,"children":186},{"className":185},[],[187],{"type":46,"value":188},"\u002Fregulatory-legal:cold-start-interview --redo",{"type":46,"value":190}," and select a private-practice setting. Otherwise, you don't need ",{"type":41,"tag":70,"props":192,"children":194},{"className":193},[],[195],{"type":46,"value":47},{"type":46,"value":197}," at all.\" Don't error — the disabled state is the expected one for in-house users.",{"type":41,"tag":66,"props":199,"children":200},{},[201],{"type":46,"value":202},"Use the file-management logic below.",{"type":41,"tag":66,"props":204,"children":205},{},[206,208,214,216],{"type":46,"value":207},"Dispatch on the first token of ",{"type":41,"tag":70,"props":209,"children":211},{"className":210},[],[212],{"type":46,"value":213},"$ARGUMENTS",{"type":46,"value":215},":\n",{"type":41,"tag":62,"props":217,"children":218},{},[219,254,273,292,325],{"type":41,"tag":66,"props":220,"children":221},{},[222,228,230,236,238,244,246,252],{"type":41,"tag":70,"props":223,"children":225},{"className":224},[],[226],{"type":46,"value":227},"new",{"type":46,"value":229}," → run the intake interview, write ",{"type":41,"tag":70,"props":231,"children":233},{"className":232},[],[234],{"type":46,"value":235},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F\u003Cslug>\u002Fmatter.md",{"type":46,"value":237},", seed ",{"type":41,"tag":70,"props":239,"children":241},{"className":240},[],[242],{"type":46,"value":243},"history.md",{"type":46,"value":245}," and ",{"type":41,"tag":70,"props":247,"children":249},{"className":248},[],[250],{"type":46,"value":251},"notes.md",{"type":46,"value":253},".",{"type":41,"tag":66,"props":255,"children":256},{},[257,263,265,271],{"type":41,"tag":70,"props":258,"children":260},{"className":259},[],[261],{"type":46,"value":262},"list",{"type":46,"value":264}," → enumerate ",{"type":41,"tag":70,"props":266,"children":268},{"className":267},[],[269],{"type":46,"value":270},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F*\u002Fmatter.md",{"type":46,"value":272},", print a table, mark the active matter.",{"type":41,"tag":66,"props":274,"children":275},{},[276,282,284,290],{"type":41,"tag":70,"props":277,"children":279},{"className":278},[],[280],{"type":46,"value":281},"switch",{"type":46,"value":283}," → update the ",{"type":41,"tag":70,"props":285,"children":287},{"className":286},[],[288],{"type":46,"value":289},"Active matter:",{"type":46,"value":291}," line in the practice-level CLAUDE.md.",{"type":41,"tag":66,"props":293,"children":294},{},[295,301,303,309,311,317,319,324],{"type":41,"tag":70,"props":296,"children":298},{"className":297},[],[299],{"type":46,"value":300},"close",{"type":46,"value":302}," → move ",{"type":41,"tag":70,"props":304,"children":306},{"className":305},[],[307],{"type":46,"value":308},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F\u003Cslug>\u002F",{"type":46,"value":310}," to ",{"type":41,"tag":70,"props":312,"children":314},{"className":313},[],[315],{"type":46,"value":316},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002Fmatters\u002F_archived\u002F\u003Cslug>\u002F",{"type":46,"value":318},", log the close date in ",{"type":41,"tag":70,"props":320,"children":322},{"className":321},[],[323],{"type":46,"value":243},{"type":46,"value":253},{"type":41,"tag":66,"props":326,"children":327},{},[328,334,336,341,342,348],{"type":41,"tag":70,"props":329,"children":331},{"className":330},[],[332],{"type":46,"value":333},"none",{"type":46,"value":335}," → set ",{"type":41,"tag":70,"props":337,"children":339},{"className":338},[],[340],{"type":46,"value":289},{"type":46,"value":310},{"type":41,"tag":70,"props":343,"children":345},{"className":344},[],[346],{"type":46,"value":347},"none — practice-level context only",{"type":46,"value":253},{"type":41,"tag":66,"props":350,"children":351},{},[352],{"type":46,"value":353},"Show the user what changed and confirm before writing.",{"type":41,"tag":55,"props":355,"children":357},{"id":356},"notes",[358],{"type":46,"value":359},"Notes",{"type":41,"tag":62,"props":361,"children":362},{},[363,383,388],{"type":41,"tag":66,"props":364,"children":365},{},[366,368,374,375,381],{"type":46,"value":367},"The skill never reads across matters unless ",{"type":41,"tag":70,"props":369,"children":371},{"className":370},[],[372],{"type":46,"value":373},"Cross-matter context",{"type":46,"value":174},{"type":41,"tag":70,"props":376,"children":378},{"className":377},[],[379],{"type":46,"value":380},"on",{"type":46,"value":382}," in the practice-level CLAUDE.md.",{"type":41,"tag":66,"props":384,"children":385},{},[386],{"type":46,"value":387},"Archiving is not deletion — closed matters remain readable for retention\u002Fconflicts purposes.",{"type":41,"tag":66,"props":389,"children":390},{},[391,393,399],{"type":46,"value":392},"Slugs are lowercase with hyphens. If a slug is reused across archived and active, the archived one is preserved under ",{"type":41,"tag":70,"props":394,"children":396},{"className":395},[],[397],{"type":46,"value":398},"_archived\u002F\u003Cslug>\u002F",{"type":46,"value":253},{"type":41,"tag":401,"props":402,"children":403},"hr",{},[],{"type":41,"tag":49,"props":405,"children":406},{},[407],{"type":46,"value":408},"Multi-client practitioners (private practice — solo, small firm, large firm) work across many matters. Context from one must not leak into another. This skill is the thin file-management layer that makes that true.",{"type":41,"tag":49,"props":410,"children":411},{},[412,418,420,425,427,432,433,438,440,445],{"type":41,"tag":413,"props":414,"children":415},"strong",{},[416],{"type":46,"value":417},"Default state is off.",{"type":46,"value":419}," In-house users never see this — they run at practice-level only. Matter workspaces turn on at cold-start for private-practice users, or by editing ",{"type":41,"tag":70,"props":421,"children":423},{"className":422},[],[424],{"type":46,"value":164},{"type":46,"value":426}," in the practice-level CLAUDE.md. If ",{"type":41,"tag":70,"props":428,"children":430},{"className":429},[],[431],{"type":46,"value":172},{"type":46,"value":174},{"type":41,"tag":70,"props":434,"children":436},{"className":435},[],[437],{"type":46,"value":180},{"type":46,"value":439},", this skill does not run; it explains the disabled state and suggests ",{"type":41,"tag":70,"props":441,"children":443},{"className":442},[],[444],{"type":46,"value":188},{"type":46,"value":446}," for users who actually need matter isolation.",{"type":41,"tag":55,"props":448,"children":450},{"id":449},"storage-layout",[451],{"type":46,"value":452},"Storage layout",{"type":41,"tag":49,"props":454,"children":455},{},[456],{"type":46,"value":457},"All matter data lives under:",{"type":41,"tag":459,"props":460,"children":464},"pre",{"className":461,"code":463,"language":46},[462],"language-text","~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fregulatory-legal\u002F\n├── CLAUDE.md                       # practice-level practice profile\n└── matters\u002F\n    ├── \u003Cslug>\u002F\n    │   ├── matter.md               # client, counterparty, matter type, key facts, overrides\n    │   ├── history.md              # dated log of events, decisions, drafts, reviews\n    │   ├── notes.md                # free-form working notes\n    │   └── outputs\u002F                # skill outputs for this matter (optional subfolder)\n    └── _archived\u002F\n        └── \u003Cslug>\u002F                 # closed matters — readable but not active\n",[465],{"type":41,"tag":70,"props":466,"children":468},{"__ignoreMap":467},"",[469],{"type":46,"value":463},{"type":41,"tag":49,"props":471,"children":472},{},[473,475,481,483,489,490,496],{"type":46,"value":474},"Slugs are lowercase with hyphens. Examples: ",{"type":41,"tag":70,"props":476,"children":478},{"className":477},[],[479],{"type":46,"value":480},"acme-msa-2026",{"type":46,"value":482},", ",{"type":41,"tag":70,"props":484,"children":486},{"className":485},[],[487],{"type":46,"value":488},"zenith-renewal",{"type":46,"value":482},{"type":41,"tag":70,"props":491,"children":493},{"className":492},[],[494],{"type":46,"value":495},"vendor-xyz-nda",{"type":46,"value":253},{"type":41,"tag":55,"props":498,"children":500},{"id":499},"active-matter-is-in-the-practice-claudemd",[501],{"type":46,"value":502},"Active matter is in the practice CLAUDE.md",{"type":41,"tag":49,"props":504,"children":505},{},[506,508,513,515,520],{"type":46,"value":507},"The ",{"type":41,"tag":70,"props":509,"children":511},{"className":510},[],[512],{"type":46,"value":289},{"type":46,"value":514}," line under ",{"type":41,"tag":70,"props":516,"children":518},{"className":517},[],[519],{"type":46,"value":164},{"type":46,"value":521}," in the practice-level CLAUDE.md is the single source of truth. Switching a matter edits that line. No separate state file.",{"type":41,"tag":55,"props":523,"children":525},{"id":524},"subcommand-logic",[526],{"type":46,"value":527},"Subcommand logic",{"type":41,"tag":529,"props":530,"children":532},"h3",{"id":531},"new-slug",[533],{"type":41,"tag":70,"props":534,"children":536},{"className":535},[],[537],{"type":46,"value":538},"new \u003Cslug>",{"type":41,"tag":143,"props":540,"children":541},{},[542,563,641,654,667,679],{"type":41,"tag":66,"props":543,"children":544},{},[545,547,553,555,561],{"type":46,"value":546},"Confirm slug is not already present in ",{"type":41,"tag":70,"props":548,"children":550},{"className":549},[],[551],{"type":46,"value":552},"matters\u002F\u003Cslug>\u002F",{"type":46,"value":554}," or ",{"type":41,"tag":70,"props":556,"children":558},{"className":557},[],[559],{"type":46,"value":560},"matters\u002F_archived\u002F\u003Cslug>\u002F",{"type":46,"value":562},". If reused, ask the user to pick a different slug.",{"type":41,"tag":66,"props":564,"children":565},{},[566,568],{"type":46,"value":567},"Run the intake interview:\n",{"type":41,"tag":62,"props":569,"children":570},{},[571,581,591,601,611,621,631],{"type":41,"tag":66,"props":572,"children":573},{},[574,579],{"type":41,"tag":413,"props":575,"children":576},{},[577],{"type":46,"value":578},"Client",{"type":46,"value":580}," (the party we represent, or the internal business unit if in-house)",{"type":41,"tag":66,"props":582,"children":583},{},[584,589],{"type":41,"tag":413,"props":585,"children":586},{},[587],{"type":46,"value":588},"Counterparty",{"type":46,"value":590}," (the other side — may be multiple)",{"type":41,"tag":66,"props":592,"children":593},{},[594,599],{"type":41,"tag":413,"props":595,"children":596},{},[597],{"type":46,"value":598},"Matter type",{"type":46,"value":600}," (read the plugin's practice profile for typical categories; for regulatory-legal: rulemaking | comment period | gap remediation | agency inquiry | enforcement response | standing topic | other)",{"type":41,"tag":66,"props":602,"children":603},{},[604,609],{"type":41,"tag":413,"props":605,"children":606},{},[607],{"type":46,"value":608},"Confidentiality level",{"type":46,"value":610}," (standard | heightened | clean-team — heightened prompts extra care in cross-matter settings)",{"type":41,"tag":66,"props":612,"children":613},{},[614,619],{"type":41,"tag":413,"props":615,"children":616},{},[617],{"type":46,"value":618},"Key facts",{"type":46,"value":620}," (2–5 sentences: what this matter is about, who the stakeholders are, what's at stake)",{"type":41,"tag":66,"props":622,"children":623},{},[624,629],{"type":41,"tag":413,"props":625,"children":626},{},[627],{"type":46,"value":628},"Matter-specific overrides to the practice playbook",{"type":46,"value":630}," (e.g., \"client requires 24-month LoL cap not 12\", \"counterparty is a strategic partner — relationship-preserving tone\")",{"type":41,"tag":66,"props":632,"children":633},{},[634,639],{"type":41,"tag":413,"props":635,"children":636},{},[637],{"type":46,"value":638},"Related matters",{"type":46,"value":640}," (slugs of any connected matters)",{"type":41,"tag":66,"props":642,"children":643},{},[644,646,652],{"type":46,"value":645},"Write ",{"type":41,"tag":70,"props":647,"children":649},{"className":648},[],[650],{"type":46,"value":651},"matters\u002F\u003Cslug>\u002Fmatter.md",{"type":46,"value":653}," using the template below.",{"type":41,"tag":66,"props":655,"children":656},{},[657,659,665],{"type":46,"value":658},"Seed ",{"type":41,"tag":70,"props":660,"children":662},{"className":661},[],[663],{"type":46,"value":664},"matters\u002F\u003Cslug>\u002Fhistory.md",{"type":46,"value":666}," with a single \"Opened\" entry.",{"type":41,"tag":66,"props":668,"children":669},{},[670,672,678],{"type":46,"value":671},"Create an empty ",{"type":41,"tag":70,"props":673,"children":675},{"className":674},[],[676],{"type":46,"value":677},"matters\u002F\u003Cslug>\u002Fnotes.md",{"type":46,"value":253},{"type":41,"tag":66,"props":680,"children":681},{},[682,684,689,691,697,699,704],{"type":46,"value":683},"Do ",{"type":41,"tag":413,"props":685,"children":686},{},[687],{"type":46,"value":688},"not",{"type":46,"value":690}," auto-switch to the new matter. Ask: \"Want to switch to ",{"type":41,"tag":70,"props":692,"children":694},{"className":693},[],[695],{"type":46,"value":696},"\u003Cslug>",{"type":46,"value":698}," now? (",{"type":41,"tag":70,"props":700,"children":702},{"className":701},[],[703],{"type":46,"value":103},{"type":46,"value":705},")\"",{"type":41,"tag":529,"props":707,"children":708},{"id":262},[709],{"type":41,"tag":70,"props":710,"children":712},{"className":711},[],[713],{"type":46,"value":262},{"type":41,"tag":49,"props":715,"children":716},{},[717,719,725],{"type":46,"value":718},"Enumerate ",{"type":41,"tag":70,"props":720,"children":722},{"className":721},[],[723],{"type":46,"value":724},"matters\u002F*\u002Fmatter.md",{"type":46,"value":726},". Read each file's front-matter or first few lines to extract status. Print a table:",{"type":41,"tag":728,"props":729,"children":730},"table",{},[731],{"type":41,"tag":732,"props":733,"children":734},"thead",{},[735],{"type":41,"tag":736,"props":737,"children":738},"tr",{},[739,745,749,753,758,763],{"type":41,"tag":740,"props":741,"children":742},"th",{},[743],{"type":46,"value":744},"Slug",{"type":41,"tag":740,"props":746,"children":747},{},[748],{"type":46,"value":578},{"type":41,"tag":740,"props":750,"children":751},{},[752],{"type":46,"value":598},{"type":41,"tag":740,"props":754,"children":755},{},[756],{"type":46,"value":757},"Status",{"type":41,"tag":740,"props":759,"children":760},{},[761],{"type":46,"value":762},"Opened",{"type":41,"tag":740,"props":764,"children":765},{},[766],{"type":46,"value":767},"Active",{"type":41,"tag":49,"props":769,"children":770},{},[771,773,779,781,787],{"type":46,"value":772},"Mark the currently-active matter with ",{"type":41,"tag":70,"props":774,"children":776},{"className":775},[],[777],{"type":46,"value":778},"*",{"type":46,"value":780},". Include ",{"type":41,"tag":70,"props":782,"children":784},{"className":783},[],[785],{"type":46,"value":786},"_archived\u002F*",{"type":46,"value":788}," under a separate \"Archived\" heading if any exist.",{"type":41,"tag":529,"props":790,"children":792},{"id":791},"switch-slug",[793],{"type":41,"tag":70,"props":794,"children":796},{"className":795},[],[797],{"type":46,"value":798},"switch \u003Cslug>",{"type":41,"tag":143,"props":800,"children":801},{},[802,820,839],{"type":41,"tag":66,"props":803,"children":804},{},[805,807,812,814,819],{"type":46,"value":806},"Confirm ",{"type":41,"tag":70,"props":808,"children":810},{"className":809},[],[811],{"type":46,"value":651},{"type":46,"value":813}," exists. If not, offer ",{"type":41,"tag":70,"props":815,"children":817},{"className":816},[],[818],{"type":46,"value":75},{"type":46,"value":253},{"type":41,"tag":66,"props":821,"children":822},{},[823,825,830,832,838],{"type":46,"value":824},"Edit the ",{"type":41,"tag":70,"props":826,"children":828},{"className":827},[],[829],{"type":46,"value":289},{"type":46,"value":831}," line in the practice-level CLAUDE.md to ",{"type":41,"tag":70,"props":833,"children":835},{"className":834},[],[836],{"type":46,"value":837},"Active matter: \u003Cslug>",{"type":46,"value":253},{"type":41,"tag":66,"props":840,"children":841},{},[842],{"type":46,"value":843},"Show the user the matter.md summary so they can confirm they're on the right matter.",{"type":41,"tag":529,"props":845,"children":847},{"id":846},"close-slug",[848],{"type":41,"tag":70,"props":849,"children":851},{"className":850},[],[852],{"type":46,"value":853},"close \u003Cslug>",{"type":41,"tag":143,"props":855,"children":856},{},[857,868,880,898],{"type":41,"tag":66,"props":858,"children":859},{},[860,861,866],{"type":46,"value":806},{"type":41,"tag":70,"props":862,"children":864},{"className":863},[],[865],{"type":46,"value":552},{"type":46,"value":867}," exists.",{"type":41,"tag":66,"props":869,"children":870},{},[871,873,878],{"type":46,"value":872},"Append a \"Closed\" entry to ",{"type":41,"tag":70,"props":874,"children":876},{"className":875},[],[877],{"type":46,"value":664},{"type":46,"value":879}," with today's date.",{"type":41,"tag":66,"props":881,"children":882},{},[883,885,890,892,897],{"type":46,"value":884},"Move ",{"type":41,"tag":70,"props":886,"children":888},{"className":887},[],[889],{"type":46,"value":552},{"type":46,"value":891}," → ",{"type":41,"tag":70,"props":893,"children":895},{"className":894},[],[896],{"type":46,"value":560},{"type":46,"value":253},{"type":41,"tag":66,"props":899,"children":900},{},[901,903,908,909,914],{"type":46,"value":902},"If the closed matter was the active matter, set ",{"type":41,"tag":70,"props":904,"children":906},{"className":905},[],[907],{"type":46,"value":289},{"type":46,"value":310},{"type":41,"tag":70,"props":910,"children":912},{"className":911},[],[913],{"type":46,"value":347},{"type":46,"value":253},{"type":41,"tag":529,"props":916,"children":917},{"id":333},[918],{"type":41,"tag":70,"props":919,"children":921},{"className":920},[],[922],{"type":46,"value":333},{"type":41,"tag":49,"props":924,"children":925},{},[926,928,933,935,940],{"type":46,"value":927},"Set ",{"type":41,"tag":70,"props":929,"children":931},{"className":930},[],[932],{"type":46,"value":289},{"type":46,"value":934}," in the practice-level CLAUDE.md to ",{"type":41,"tag":70,"props":936,"children":938},{"className":937},[],[939],{"type":46,"value":347},{"type":46,"value":941},". Confirm with the user.",{"type":41,"tag":55,"props":943,"children":945},{"id":944},"mattermd-template",[946,951],{"type":41,"tag":70,"props":947,"children":949},{"className":948},[],[950],{"type":46,"value":83},{"type":46,"value":952}," template",{"type":41,"tag":459,"props":954,"children":958},{"className":955,"code":956,"language":957,"meta":467,"style":467},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[WORK-PRODUCT HEADER — per plugin config ## Outputs — differs by role; see `## Who's using this` in the practice-level CLAUDE.md]\n\n# Matter: [Client] — [short description]\n\n**Slug:** [slug]\n**Opened:** [YYYY-MM-DD]\n**Status:** active\n**Confidentiality:** [standard \u002F heightened \u002F clean-team]\n\n---\n\n## Parties\n\n**Client:** [name]\n**Counterparty:** [name(s)]\n\n## Matter type\n\n[vendor MSA | customer agreement | NDA | SaaS subscription | amendment | renewal | other — with one-line rationale]\n\n## Key facts\n\n[2–5 sentences. What this matter is about. Who the stakeholders are. What's at stake. What makes it different from the default playbook.]\n\n## Matter-specific overrides\n\n*Any deviation from the practice-level playbook that applies to this matter and only this matter.*\n\n- [e.g., \"LoL cap: client requires 24 months, not house standard 12.\"]\n- [e.g., \"Tone: relationship-preserving — counterparty is a strategic partner.\"]\n- [e.g., \"Governing law: must be English law, not Delaware.\"]\n\n## Related matters\n\n- [slug — one line why related]\n\n## Notes on confidentiality\n\n[If heightened or clean-team, describe why. Who may see matter files. Whether cross-matter context is permissible even if globally on.]\n","markdown",[959],{"type":41,"tag":70,"props":960,"children":961},{"__ignoreMap":467},[962,995,1005,1039,1047,1082,1112,1134,1156,1164,1173,1181,1195,1203,1233,1263,1271,1284,1292,1301,1309,1322,1330,1339,1347,1360,1368,1388,1396,1410,1423,1436,1444,1457,1465,1478,1486,1499,1507],{"type":41,"tag":963,"props":964,"children":967},"span",{"class":965,"line":966},"line",1,[968,974,980,986,990],{"type":41,"tag":963,"props":969,"children":971},{"style":970},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[972],{"type":46,"value":973},"[WORK-PRODUCT HEADER — per plugin config ## Outputs — differs by role; see ",{"type":41,"tag":963,"props":975,"children":977},{"style":976},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[978],{"type":46,"value":979},"`",{"type":41,"tag":963,"props":981,"children":983},{"style":982},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[984],{"type":46,"value":985},"## Who's using this",{"type":41,"tag":963,"props":987,"children":988},{"style":976},[989],{"type":46,"value":979},{"type":41,"tag":963,"props":991,"children":992},{"style":970},[993],{"type":46,"value":994}," in the practice-level CLAUDE.md]\n",{"type":41,"tag":963,"props":996,"children":998},{"class":965,"line":997},2,[999],{"type":41,"tag":963,"props":1000,"children":1002},{"emptyLinePlaceholder":1001},true,[1003],{"type":46,"value":1004},"\n",{"type":41,"tag":963,"props":1006,"children":1008},{"class":965,"line":1007},3,[1009,1014,1020,1025,1029,1034],{"type":41,"tag":963,"props":1010,"children":1011},{"style":976},[1012],{"type":46,"value":1013},"# ",{"type":41,"tag":963,"props":1015,"children":1017},{"style":1016},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[1018],{"type":46,"value":1019},"Matter: ",{"type":41,"tag":963,"props":1021,"children":1022},{"style":976},[1023],{"type":46,"value":1024},"[",{"type":41,"tag":963,"props":1026,"children":1027},{"style":982},[1028],{"type":46,"value":578},{"type":41,"tag":963,"props":1030,"children":1031},{"style":976},[1032],{"type":46,"value":1033},"]",{"type":41,"tag":963,"props":1035,"children":1036},{"style":1016},[1037],{"type":46,"value":1038}," — [short description]\n",{"type":41,"tag":963,"props":1040,"children":1042},{"class":965,"line":1041},4,[1043],{"type":41,"tag":963,"props":1044,"children":1045},{"emptyLinePlaceholder":1001},[1046],{"type":46,"value":1004},{"type":41,"tag":963,"props":1048,"children":1050},{"class":965,"line":1049},5,[1051,1057,1063,1067,1072,1077],{"type":41,"tag":963,"props":1052,"children":1054},{"style":1053},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[1055],{"type":46,"value":1056},"**",{"type":41,"tag":963,"props":1058,"children":1060},{"style":1059},"--shiki-light:#E53935;--shiki-light-font-weight:bold;--shiki-default:#F07178;--shiki-default-font-weight:bold;--shiki-dark:#F07178;--shiki-dark-font-weight:bold",[1061],{"type":46,"value":1062},"Slug:",{"type":41,"tag":963,"props":1064,"children":1065},{"style":1053},[1066],{"type":46,"value":1056},{"type":41,"tag":963,"props":1068,"children":1069},{"style":976},[1070],{"type":46,"value":1071}," [",{"type":41,"tag":963,"props":1073,"children":1074},{"style":982},[1075],{"type":46,"value":1076},"slug",{"type":41,"tag":963,"props":1078,"children":1079},{"style":976},[1080],{"type":46,"value":1081},"]\n",{"type":41,"tag":963,"props":1083,"children":1085},{"class":965,"line":1084},6,[1086,1090,1095,1099,1103,1108],{"type":41,"tag":963,"props":1087,"children":1088},{"style":1053},[1089],{"type":46,"value":1056},{"type":41,"tag":963,"props":1091,"children":1092},{"style":1059},[1093],{"type":46,"value":1094},"Opened:",{"type":41,"tag":963,"props":1096,"children":1097},{"style":1053},[1098],{"type":46,"value":1056},{"type":41,"tag":963,"props":1100,"children":1101},{"style":976},[1102],{"type":46,"value":1071},{"type":41,"tag":963,"props":1104,"children":1105},{"style":982},[1106],{"type":46,"value":1107},"YYYY-MM-DD",{"type":41,"tag":963,"props":1109,"children":1110},{"style":976},[1111],{"type":46,"value":1081},{"type":41,"tag":963,"props":1113,"children":1115},{"class":965,"line":1114},7,[1116,1120,1125,1129],{"type":41,"tag":963,"props":1117,"children":1118},{"style":1053},[1119],{"type":46,"value":1056},{"type":41,"tag":963,"props":1121,"children":1122},{"style":1059},[1123],{"type":46,"value":1124},"Status:",{"type":41,"tag":963,"props":1126,"children":1127},{"style":1053},[1128],{"type":46,"value":1056},{"type":41,"tag":963,"props":1130,"children":1131},{"style":970},[1132],{"type":46,"value":1133}," active\n",{"type":41,"tag":963,"props":1135,"children":1137},{"class":965,"line":1136},8,[1138,1142,1147,1151],{"type":41,"tag":963,"props":1139,"children":1140},{"style":1053},[1141],{"type":46,"value":1056},{"type":41,"tag":963,"props":1143,"children":1144},{"style":1059},[1145],{"type":46,"value":1146},"Confidentiality:",{"type":41,"tag":963,"props":1148,"children":1149},{"style":1053},[1150],{"type":46,"value":1056},{"type":41,"tag":963,"props":1152,"children":1153},{"style":970},[1154],{"type":46,"value":1155}," [standard \u002F heightened \u002F clean-team]\n",{"type":41,"tag":963,"props":1157,"children":1159},{"class":965,"line":1158},9,[1160],{"type":41,"tag":963,"props":1161,"children":1162},{"emptyLinePlaceholder":1001},[1163],{"type":46,"value":1004},{"type":41,"tag":963,"props":1165,"children":1167},{"class":965,"line":1166},10,[1168],{"type":41,"tag":963,"props":1169,"children":1170},{"style":976},[1171],{"type":46,"value":1172},"---\n",{"type":41,"tag":963,"props":1174,"children":1176},{"class":965,"line":1175},11,[1177],{"type":41,"tag":963,"props":1178,"children":1179},{"emptyLinePlaceholder":1001},[1180],{"type":46,"value":1004},{"type":41,"tag":963,"props":1182,"children":1184},{"class":965,"line":1183},12,[1185,1190],{"type":41,"tag":963,"props":1186,"children":1187},{"style":976},[1188],{"type":46,"value":1189},"## ",{"type":41,"tag":963,"props":1191,"children":1192},{"style":1016},[1193],{"type":46,"value":1194},"Parties\n",{"type":41,"tag":963,"props":1196,"children":1198},{"class":965,"line":1197},13,[1199],{"type":41,"tag":963,"props":1200,"children":1201},{"emptyLinePlaceholder":1001},[1202],{"type":46,"value":1004},{"type":41,"tag":963,"props":1204,"children":1206},{"class":965,"line":1205},14,[1207,1211,1216,1220,1224,1229],{"type":41,"tag":963,"props":1208,"children":1209},{"style":1053},[1210],{"type":46,"value":1056},{"type":41,"tag":963,"props":1212,"children":1213},{"style":1059},[1214],{"type":46,"value":1215},"Client:",{"type":41,"tag":963,"props":1217,"children":1218},{"style":1053},[1219],{"type":46,"value":1056},{"type":41,"tag":963,"props":1221,"children":1222},{"style":976},[1223],{"type":46,"value":1071},{"type":41,"tag":963,"props":1225,"children":1226},{"style":982},[1227],{"type":46,"value":1228},"name",{"type":41,"tag":963,"props":1230,"children":1231},{"style":976},[1232],{"type":46,"value":1081},{"type":41,"tag":963,"props":1234,"children":1236},{"class":965,"line":1235},15,[1237,1241,1246,1250,1254,1259],{"type":41,"tag":963,"props":1238,"children":1239},{"style":1053},[1240],{"type":46,"value":1056},{"type":41,"tag":963,"props":1242,"children":1243},{"style":1059},[1244],{"type":46,"value":1245},"Counterparty:",{"type":41,"tag":963,"props":1247,"children":1248},{"style":1053},[1249],{"type":46,"value":1056},{"type":41,"tag":963,"props":1251,"children":1252},{"style":976},[1253],{"type":46,"value":1071},{"type":41,"tag":963,"props":1255,"children":1256},{"style":982},[1257],{"type":46,"value":1258},"name(s)",{"type":41,"tag":963,"props":1260,"children":1261},{"style":976},[1262],{"type":46,"value":1081},{"type":41,"tag":963,"props":1264,"children":1266},{"class":965,"line":1265},16,[1267],{"type":41,"tag":963,"props":1268,"children":1269},{"emptyLinePlaceholder":1001},[1270],{"type":46,"value":1004},{"type":41,"tag":963,"props":1272,"children":1274},{"class":965,"line":1273},17,[1275,1279],{"type":41,"tag":963,"props":1276,"children":1277},{"style":976},[1278],{"type":46,"value":1189},{"type":41,"tag":963,"props":1280,"children":1281},{"style":1016},[1282],{"type":46,"value":1283},"Matter type\n",{"type":41,"tag":963,"props":1285,"children":1287},{"class":965,"line":1286},18,[1288],{"type":41,"tag":963,"props":1289,"children":1290},{"emptyLinePlaceholder":1001},[1291],{"type":46,"value":1004},{"type":41,"tag":963,"props":1293,"children":1295},{"class":965,"line":1294},19,[1296],{"type":41,"tag":963,"props":1297,"children":1298},{"style":970},[1299],{"type":46,"value":1300},"[vendor MSA | customer agreement | NDA | SaaS subscription | amendment | renewal | other — with one-line rationale]\n",{"type":41,"tag":963,"props":1302,"children":1304},{"class":965,"line":1303},20,[1305],{"type":41,"tag":963,"props":1306,"children":1307},{"emptyLinePlaceholder":1001},[1308],{"type":46,"value":1004},{"type":41,"tag":963,"props":1310,"children":1312},{"class":965,"line":1311},21,[1313,1317],{"type":41,"tag":963,"props":1314,"children":1315},{"style":976},[1316],{"type":46,"value":1189},{"type":41,"tag":963,"props":1318,"children":1319},{"style":1016},[1320],{"type":46,"value":1321},"Key facts\n",{"type":41,"tag":963,"props":1323,"children":1325},{"class":965,"line":1324},22,[1326],{"type":41,"tag":963,"props":1327,"children":1328},{"emptyLinePlaceholder":1001},[1329],{"type":46,"value":1004},{"type":41,"tag":963,"props":1331,"children":1333},{"class":965,"line":1332},23,[1334],{"type":41,"tag":963,"props":1335,"children":1336},{"style":970},[1337],{"type":46,"value":1338},"[2–5 sentences. What this matter is about. Who the stakeholders are. What's at stake. What makes it different from the default playbook.]\n",{"type":41,"tag":963,"props":1340,"children":1342},{"class":965,"line":1341},24,[1343],{"type":41,"tag":963,"props":1344,"children":1345},{"emptyLinePlaceholder":1001},[1346],{"type":46,"value":1004},{"type":41,"tag":963,"props":1348,"children":1350},{"class":965,"line":1349},25,[1351,1355],{"type":41,"tag":963,"props":1352,"children":1353},{"style":976},[1354],{"type":46,"value":1189},{"type":41,"tag":963,"props":1356,"children":1357},{"style":1016},[1358],{"type":46,"value":1359},"Matter-specific overrides\n",{"type":41,"tag":963,"props":1361,"children":1363},{"class":965,"line":1362},26,[1364],{"type":41,"tag":963,"props":1365,"children":1366},{"emptyLinePlaceholder":1001},[1367],{"type":46,"value":1004},{"type":41,"tag":963,"props":1369,"children":1371},{"class":965,"line":1370},27,[1372,1377,1383],{"type":41,"tag":963,"props":1373,"children":1375},{"style":1374},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[1376],{"type":46,"value":778},{"type":41,"tag":963,"props":1378,"children":1380},{"style":1379},"--shiki-light:#E53935;--shiki-light-font-style:italic;--shiki-default:#F07178;--shiki-default-font-style:italic;--shiki-dark:#F07178;--shiki-dark-font-style:italic",[1381],{"type":46,"value":1382},"Any deviation from the practice-level playbook that applies to this matter and only this matter.",{"type":41,"tag":963,"props":1384,"children":1385},{"style":1374},[1386],{"type":46,"value":1387},"*\n",{"type":41,"tag":963,"props":1389,"children":1391},{"class":965,"line":1390},28,[1392],{"type":41,"tag":963,"props":1393,"children":1394},{"emptyLinePlaceholder":1001},[1395],{"type":46,"value":1004},{"type":41,"tag":963,"props":1397,"children":1399},{"class":965,"line":1398},29,[1400,1405],{"type":41,"tag":963,"props":1401,"children":1402},{"style":976},[1403],{"type":46,"value":1404},"-",{"type":41,"tag":963,"props":1406,"children":1407},{"style":970},[1408],{"type":46,"value":1409}," [e.g., \"LoL cap: client requires 24 months, not house standard 12.\"]\n",{"type":41,"tag":963,"props":1411,"children":1413},{"class":965,"line":1412},30,[1414,1418],{"type":41,"tag":963,"props":1415,"children":1416},{"style":976},[1417],{"type":46,"value":1404},{"type":41,"tag":963,"props":1419,"children":1420},{"style":970},[1421],{"type":46,"value":1422}," [e.g., \"Tone: relationship-preserving — counterparty is a strategic partner.\"]\n",{"type":41,"tag":963,"props":1424,"children":1426},{"class":965,"line":1425},31,[1427,1431],{"type":41,"tag":963,"props":1428,"children":1429},{"style":976},[1430],{"type":46,"value":1404},{"type":41,"tag":963,"props":1432,"children":1433},{"style":970},[1434],{"type":46,"value":1435}," [e.g., \"Governing law: must be English law, not Delaware.\"]\n",{"type":41,"tag":963,"props":1437,"children":1439},{"class":965,"line":1438},32,[1440],{"type":41,"tag":963,"props":1441,"children":1442},{"emptyLinePlaceholder":1001},[1443],{"type":46,"value":1004},{"type":41,"tag":963,"props":1445,"children":1447},{"class":965,"line":1446},33,[1448,1452],{"type":41,"tag":963,"props":1449,"children":1450},{"style":976},[1451],{"type":46,"value":1189},{"type":41,"tag":963,"props":1453,"children":1454},{"style":1016},[1455],{"type":46,"value":1456},"Related matters\n",{"type":41,"tag":963,"props":1458,"children":1460},{"class":965,"line":1459},34,[1461],{"type":41,"tag":963,"props":1462,"children":1463},{"emptyLinePlaceholder":1001},[1464],{"type":46,"value":1004},{"type":41,"tag":963,"props":1466,"children":1468},{"class":965,"line":1467},35,[1469,1473],{"type":41,"tag":963,"props":1470,"children":1471},{"style":976},[1472],{"type":46,"value":1404},{"type":41,"tag":963,"props":1474,"children":1475},{"style":970},[1476],{"type":46,"value":1477}," [slug — one line why related]\n",{"type":41,"tag":963,"props":1479,"children":1481},{"class":965,"line":1480},36,[1482],{"type":41,"tag":963,"props":1483,"children":1484},{"emptyLinePlaceholder":1001},[1485],{"type":46,"value":1004},{"type":41,"tag":963,"props":1487,"children":1489},{"class":965,"line":1488},37,[1490,1494],{"type":41,"tag":963,"props":1491,"children":1492},{"style":976},[1493],{"type":46,"value":1189},{"type":41,"tag":963,"props":1495,"children":1496},{"style":1016},[1497],{"type":46,"value":1498},"Notes on confidentiality\n",{"type":41,"tag":963,"props":1500,"children":1502},{"class":965,"line":1501},38,[1503],{"type":41,"tag":963,"props":1504,"children":1505},{"emptyLinePlaceholder":1001},[1506],{"type":46,"value":1004},{"type":41,"tag":963,"props":1508,"children":1510},{"class":965,"line":1509},39,[1511],{"type":41,"tag":963,"props":1512,"children":1513},{"style":970},[1514],{"type":46,"value":1515},"[If heightened or clean-team, describe why. Who may see matter files. Whether cross-matter context is permissible even if globally on.]\n",{"type":41,"tag":55,"props":1517,"children":1519},{"id":1518},"historymd-seed",[1520,1525],{"type":41,"tag":70,"props":1521,"children":1523},{"className":1522},[],[1524],{"type":46,"value":243},{"type":46,"value":1526}," seed",{"type":41,"tag":459,"props":1528,"children":1530},{"className":955,"code":1529,"language":957,"meta":467,"style":467},"# History: [Client] — [short description]\n\nAppend-only event log. Most recent at top.\n\n---\n\n## [YYYY-MM-DD] — Matter opened\n\nIntake completed. Slug: `[slug]`. Status: active.\n[Any initial context worth preserving beyond matter.md — e.g., \"Opened in response to inbound MSA draft from [counterparty].\"]\n",[1531],{"type":41,"tag":70,"props":1532,"children":1533},{"__ignoreMap":467},[1534,1562,1569,1577,1584,1591,1598,1619,1626,1652],{"type":41,"tag":963,"props":1535,"children":1536},{"class":965,"line":966},[1537,1541,1546,1550,1554,1558],{"type":41,"tag":963,"props":1538,"children":1539},{"style":976},[1540],{"type":46,"value":1013},{"type":41,"tag":963,"props":1542,"children":1543},{"style":1016},[1544],{"type":46,"value":1545},"History: ",{"type":41,"tag":963,"props":1547,"children":1548},{"style":976},[1549],{"type":46,"value":1024},{"type":41,"tag":963,"props":1551,"children":1552},{"style":982},[1553],{"type":46,"value":578},{"type":41,"tag":963,"props":1555,"children":1556},{"style":976},[1557],{"type":46,"value":1033},{"type":41,"tag":963,"props":1559,"children":1560},{"style":1016},[1561],{"type":46,"value":1038},{"type":41,"tag":963,"props":1563,"children":1564},{"class":965,"line":997},[1565],{"type":41,"tag":963,"props":1566,"children":1567},{"emptyLinePlaceholder":1001},[1568],{"type":46,"value":1004},{"type":41,"tag":963,"props":1570,"children":1571},{"class":965,"line":1007},[1572],{"type":41,"tag":963,"props":1573,"children":1574},{"style":970},[1575],{"type":46,"value":1576},"Append-only event log. Most recent at top.\n",{"type":41,"tag":963,"props":1578,"children":1579},{"class":965,"line":1041},[1580],{"type":41,"tag":963,"props":1581,"children":1582},{"emptyLinePlaceholder":1001},[1583],{"type":46,"value":1004},{"type":41,"tag":963,"props":1585,"children":1586},{"class":965,"line":1049},[1587],{"type":41,"tag":963,"props":1588,"children":1589},{"style":976},[1590],{"type":46,"value":1172},{"type":41,"tag":963,"props":1592,"children":1593},{"class":965,"line":1084},[1594],{"type":41,"tag":963,"props":1595,"children":1596},{"emptyLinePlaceholder":1001},[1597],{"type":46,"value":1004},{"type":41,"tag":963,"props":1599,"children":1600},{"class":965,"line":1114},[1601,1606,1610,1614],{"type":41,"tag":963,"props":1602,"children":1603},{"style":976},[1604],{"type":46,"value":1605},"## [",{"type":41,"tag":963,"props":1607,"children":1608},{"style":982},[1609],{"type":46,"value":1107},{"type":41,"tag":963,"props":1611,"children":1612},{"style":976},[1613],{"type":46,"value":1033},{"type":41,"tag":963,"props":1615,"children":1616},{"style":1016},[1617],{"type":46,"value":1618}," — Matter opened\n",{"type":41,"tag":963,"props":1620,"children":1621},{"class":965,"line":1136},[1622],{"type":41,"tag":963,"props":1623,"children":1624},{"emptyLinePlaceholder":1001},[1625],{"type":46,"value":1004},{"type":41,"tag":963,"props":1627,"children":1628},{"class":965,"line":1158},[1629,1634,1638,1643,1647],{"type":41,"tag":963,"props":1630,"children":1631},{"style":970},[1632],{"type":46,"value":1633},"Intake completed. Slug: ",{"type":41,"tag":963,"props":1635,"children":1636},{"style":976},[1637],{"type":46,"value":979},{"type":41,"tag":963,"props":1639,"children":1640},{"style":982},[1641],{"type":46,"value":1642},"[slug]",{"type":41,"tag":963,"props":1644,"children":1645},{"style":976},[1646],{"type":46,"value":979},{"type":41,"tag":963,"props":1648,"children":1649},{"style":970},[1650],{"type":46,"value":1651},". Status: active.\n",{"type":41,"tag":963,"props":1653,"children":1654},{"class":965,"line":1166},[1655,1660,1664,1669,1673],{"type":41,"tag":963,"props":1656,"children":1657},{"style":970},[1658],{"type":46,"value":1659},"[Any initial context worth preserving beyond matter.md — e.g., \"Opened in response to inbound MSA draft from ",{"type":41,"tag":963,"props":1661,"children":1662},{"style":976},[1663],{"type":46,"value":1024},{"type":41,"tag":963,"props":1665,"children":1666},{"style":982},[1667],{"type":46,"value":1668},"counterparty",{"type":41,"tag":963,"props":1670,"children":1671},{"style":976},[1672],{"type":46,"value":1033},{"type":41,"tag":963,"props":1674,"children":1675},{"style":970},[1676],{"type":46,"value":1677},".\"]\n",{"type":41,"tag":55,"props":1679,"children":1681},{"id":1680},"cross-matter-context",[1682],{"type":46,"value":373},{"type":41,"tag":49,"props":1684,"children":1685},{},[1686,1688,1694,1696,1702,1704,1709,1711,1717,1719,1725],{"type":46,"value":1687},"The practice-level CLAUDE.md has a ",{"type":41,"tag":70,"props":1689,"children":1691},{"className":1690},[],[1692],{"type":46,"value":1693},"Cross-matter context:",{"type":46,"value":1695}," flag. When it's ",{"type":41,"tag":70,"props":1697,"children":1699},{"className":1698},[],[1700],{"type":46,"value":1701},"off",{"type":46,"value":1703}," (the default), a skill working in matter A ",{"type":41,"tag":413,"props":1705,"children":1706},{},[1707],{"type":46,"value":1708},"never reads",{"type":46,"value":1710}," files in ",{"type":41,"tag":70,"props":1712,"children":1714},{"className":1713},[],[1715],{"type":46,"value":1716},"matters\u002FB\u002F",{"type":46,"value":1718}," for any other ",{"type":41,"tag":70,"props":1720,"children":1722},{"className":1721},[],[1723],{"type":46,"value":1724},"B",{"type":46,"value":1726},". Period. This is the confidentiality guarantee the setting exists to provide.",{"type":41,"tag":49,"props":1728,"children":1729},{},[1730,1732,1737,1739,1744],{"type":46,"value":1731},"When it's ",{"type":41,"tag":70,"props":1733,"children":1735},{"className":1734},[],[1736],{"type":46,"value":380},{"type":46,"value":1738},", a skill may read files across matter folders only when the user explicitly asks it to (e.g., \"compare our position on liability caps across the last five vendor matters\"). Even when ",{"type":41,"tag":70,"props":1740,"children":1742},{"className":1741},[],[1743],{"type":46,"value":380},{"type":46,"value":1745},", the default is to load only the active matter unless the user asks for a cross-matter view.",{"type":41,"tag":55,"props":1747,"children":1749},{"id":1748},"what-this-skill-does-not-do",[1750],{"type":46,"value":1751},"What this skill does not do",{"type":41,"tag":62,"props":1753,"children":1754},{},[1755,1765,1775,1793],{"type":41,"tag":66,"props":1756,"children":1757},{},[1758,1763],{"type":41,"tag":413,"props":1759,"children":1760},{},[1761],{"type":46,"value":1762},"Run a conflicts check.",{"type":46,"value":1764}," Conflicts are the practitioner's\u002Ffirm's job; the intake captures what the user declares.",{"type":41,"tag":66,"props":1766,"children":1767},{},[1768,1773],{"type":41,"tag":413,"props":1769,"children":1770},{},[1771],{"type":46,"value":1772},"Enforce retention.",{"type":46,"value":1774}," Closing archives a matter; it does not delete. Retention policy is out of scope.",{"type":41,"tag":66,"props":1776,"children":1777},{},[1778,1783,1785,1791],{"type":41,"tag":413,"props":1779,"children":1780},{},[1781],{"type":46,"value":1782},"Auto-route outputs.",{"type":46,"value":1784}," The substantive skill decides where to write; this skill tells it ",{"type":41,"tag":1786,"props":1787,"children":1788},"em",{},[1789],{"type":46,"value":1790},"which folder",{"type":46,"value":1792}," is active, not what to put in it.",{"type":41,"tag":66,"props":1794,"children":1795},{},[1796,1801],{"type":41,"tag":413,"props":1797,"children":1798},{},[1799],{"type":46,"value":1800},"Decide whether cross-matter is appropriate.",{"type":46,"value":1802}," It reads the flag and obeys.",{"type":41,"tag":1804,"props":1805,"children":1806},"style",{},[1807],{"type":46,"value":1808},"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":1810,"total":1997},[1811,1832,1846,1858,1877,1890,1911,1931,1945,1960,1968,1981],{"slug":1812,"name":1812,"fn":1813,"description":1814,"org":1815,"tags":1816,"stars":1829,"repoUrl":1830,"updatedAt":1831},"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},[1817,1820,1823,1826],{"name":1818,"slug":1819,"type":16},"Creative","creative",{"name":1821,"slug":1822,"type":16},"Design","design",{"name":1824,"slug":1825,"type":16},"Generative Art","generative-art",{"name":1827,"slug":1828,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1833,"name":1833,"fn":1834,"description":1835,"org":1836,"tags":1837,"stars":1829,"repoUrl":1830,"updatedAt":1845},"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},[1838,1841,1842],{"name":1839,"slug":1840,"type":16},"Branding","branding",{"name":1821,"slug":1822,"type":16},{"name":1843,"slug":1844,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1847,"name":1847,"fn":1848,"description":1849,"org":1850,"tags":1851,"stars":1829,"repoUrl":1830,"updatedAt":1857},"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},[1852,1853,1854],{"name":1818,"slug":1819,"type":16},{"name":1821,"slug":1822,"type":16},{"name":1855,"slug":1856,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1859,"name":1859,"fn":1860,"description":1861,"org":1862,"tags":1863,"stars":1829,"repoUrl":1830,"updatedAt":1876},"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},[1864,1867,1868,1871,1873],{"name":1865,"slug":1866,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1869,"slug":1870,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1872,"slug":1859,"type":16},"Claude API",{"name":1874,"slug":1875,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1878,"name":1878,"fn":1879,"description":1880,"org":1881,"tags":1882,"stars":1829,"repoUrl":1830,"updatedAt":1889},"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},[1883,1886],{"name":1884,"slug":1885,"type":16},"Documentation","documentation",{"name":1887,"slug":1888,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1891,"name":1891,"fn":1892,"description":1893,"org":1894,"tags":1895,"stars":1829,"repoUrl":1830,"updatedAt":1910},"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},[1896,1899,1901,1904,1907],{"name":1897,"slug":1898,"type":16},"Documents","documents",{"name":1900,"slug":1891,"type":16},"DOCX",{"name":1902,"slug":1903,"type":16},"Office","office",{"name":1905,"slug":1906,"type":16},"Templates","templates",{"name":1908,"slug":1909,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1912,"name":1912,"fn":1913,"description":1914,"org":1915,"tags":1916,"stars":1829,"repoUrl":1830,"updatedAt":1930},"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},[1917,1918,1921,1924,1927],{"name":1821,"slug":1822,"type":16},{"name":1919,"slug":1920,"type":16},"Frontend","frontend",{"name":1922,"slug":1923,"type":16},"React","react",{"name":1925,"slug":1926,"type":16},"Tailwind CSS","tailwind-css",{"name":1928,"slug":1929,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1932,"name":1932,"fn":1933,"description":1934,"org":1935,"tags":1936,"stars":1829,"repoUrl":1830,"updatedAt":1944},"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},[1937,1940,1941],{"name":1938,"slug":1939,"type":16},"Communications","communications",{"name":1905,"slug":1906,"type":16},{"name":1942,"slug":1943,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":1946,"name":1946,"fn":1947,"description":1948,"org":1949,"tags":1950,"stars":1829,"repoUrl":1830,"updatedAt":1959},"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},[1951,1952,1955,1956],{"name":1865,"slug":1866,"type":16},{"name":1953,"slug":1954,"type":16},"API Development","api-development",{"name":1874,"slug":1875,"type":16},{"name":1957,"slug":1958,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1856,"name":1856,"fn":1961,"description":1962,"org":1963,"tags":1964,"stars":1829,"repoUrl":1830,"updatedAt":1967},"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},[1965,1966],{"name":1897,"slug":1898,"type":16},{"name":1855,"slug":1856,"type":16},"2026-04-06T17:56:02.483316",{"slug":1969,"name":1969,"fn":1970,"description":1971,"org":1972,"tags":1973,"stars":1829,"repoUrl":1830,"updatedAt":1980},"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},[1974,1977],{"name":1975,"slug":1976,"type":16},"PowerPoint","powerpoint",{"name":1978,"slug":1979,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1982,"name":1982,"fn":1983,"description":1984,"org":1985,"tags":1986,"stars":1829,"repoUrl":1830,"updatedAt":1996},"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},[1987,1988,1989,1992,1995],{"name":1865,"slug":1866,"type":16},{"name":1884,"slug":1885,"type":16},{"name":1990,"slug":1991,"type":16},"Evals","evals",{"name":1993,"slug":1994,"type":16},"Performance","performance",{"name":1887,"slug":1888,"type":16},"2026-04-19T06:45:40.804",490,{"items":1999,"total":2093},[2000,2014,2031,2048,2058,2069,2080],{"slug":2001,"name":2001,"fn":2002,"description":2003,"org":2004,"tags":2005,"stars":23,"repoUrl":24,"updatedAt":2013},"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},[2006,2009,2012],{"name":2007,"slug":2008,"type":16},"Compliance","compliance",{"name":2010,"slug":2011,"type":16},"Governance","governance",{"name":21,"slug":22,"type":16},"2026-05-14T06:02:19.677579",{"slug":2015,"name":2015,"fn":2016,"description":2017,"org":2018,"tags":2019,"stars":23,"repoUrl":24,"updatedAt":2030},"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},[2020,2023,2026,2027],{"name":2021,"slug":2022,"type":16},"Automation","automation",{"name":2024,"slug":2025,"type":16},"Contracts","contracts",{"name":21,"slug":22,"type":16},{"name":2028,"slug":2029,"type":16},"QA","qa","2026-05-14T06:01:31.00555",{"slug":2032,"name":2032,"fn":2033,"description":2034,"org":2035,"tags":2036,"stars":23,"repoUrl":24,"updatedAt":2047},"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},[2037,2038,2041,2044],{"name":21,"slug":22,"type":16},{"name":2039,"slug":2040,"type":16},"Policy","policy",{"name":2042,"slug":2043,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":2045,"slug":2046,"type":16},"Risk Assessment","risk-assessment","2026-05-13T06:03:19.61029",{"slug":2049,"name":2049,"fn":2050,"description":2051,"org":2052,"tags":2053,"stars":23,"repoUrl":24,"updatedAt":2057},"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},[2054,2055,2056],{"name":2024,"slug":2025,"type":16},{"name":1897,"slug":1898,"type":16},{"name":21,"slug":22,"type":16},"2026-05-13T06:03:34.070339",{"slug":2059,"name":2059,"fn":2060,"description":2061,"org":2062,"tags":2063,"stars":23,"repoUrl":24,"updatedAt":2068},"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},[2064,2065],{"name":2021,"slug":2022,"type":16},{"name":2066,"slug":2067,"type":16},"Plugin Development","plugin-development","2026-05-13T06:02:55.642269",{"slug":2070,"name":2070,"fn":2071,"description":2072,"org":2073,"tags":2074,"stars":23,"repoUrl":24,"updatedAt":2079},"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},[2075,2078],{"name":2076,"slug":2077,"type":16},"Education","education",{"name":21,"slug":22,"type":16},"2026-07-24T05:41:43.01243",{"slug":2081,"name":2081,"fn":2082,"description":2083,"org":2084,"tags":2085,"stars":23,"repoUrl":24,"updatedAt":2092},"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},[2086,2087,2088,2089],{"name":1884,"slug":1885,"type":16},{"name":2010,"slug":2011,"type":16},{"name":21,"slug":22,"type":16},{"name":2090,"slug":2091,"type":16},"Meetings","meetings","2026-05-14T06:01:29.792942",118]