[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-client-comms-log":3,"mdc-oq8zet-key":37,"related-repo-anthropic-client-comms-log":897,"related-org-anthropic-client-comms-log":997},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"client-comms-log","log client communications","Log a client communication — call, email, text, letter, in-person, voicemail. Append-only per-case record with dated entries, direction, medium, summary, action items. Works alongside \u002Fclient-letter and \u002Fstatus client. Use when logging a call or client email, reviewing a communication log, or asking \"what did we tell [client] last time\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20,23],{"name":14,"slug":15,"type":16},"Operations","operations","tag",{"name":18,"slug":19,"type":16},"Messaging","messaging",{"name":21,"slug":22,"type":16},"Legal","legal",{"name":24,"slug":25,"type":16},"Communications","communications",8721,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal","2026-05-13T06:02:11.195649",null,1642,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"A suite of plugins for legal workflows","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal\u002Ftree\u002FHEAD\u002Flegal-clinic\u002Fskills\u002Fclient-comms-log","---\nname: client-comms-log\ndescription: >\n  Log a client communication — call, email, text, letter, in-person, voicemail.\n  Append-only per-case record with dated entries, direction, medium, summary,\n  action items. Works alongside \u002Fclient-letter and \u002Fstatus client. Use when\n  logging a call or client email, reviewing a communication log, or asking\n  \"what did we tell [client] last time\".\nargument-hint: \"[case-id] [--add (default) | --read | --summary | --patterns]\"\n---\n\n# \u002Fclient-comms-log\n\n1. Use the workflow below.\n2. Require case-id (prompt if not provided).\n3. Route by flag:\n   - `--add` (default): capture direction, medium, student, summary, action items, follow-up due. Confirm with user. Append (prepend most-recent-first) to `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Flegal-clinic\u002Fclient-comms\u002F[case-id]\u002Flog.md`.\n   - `--read`: show the most recent N entries.\n   - `--summary`: one-paragraph condensed read.\n   - `--patterns`: scan for unanswered comms, missed follow-ups, language gaps, tone shifts, contact gaps. Supervision-oriented.\n4. Integration: offer `\u002Flegal-clinic:deadlines --add` if the log establishes a deadline; route to `\u002Flegal-clinic:semester-handoff` via `--summary` when relevant.\n\n---\n\n# Client Communications Log\n\n## Purpose\n\nFour reasons to keep this log:\n\n1. **Malpractice defense.** If a client claims \"no one ever told me [X],\" a dated entry showing otherwise is the answer. Clinical professors carry professional liability on student work; contemporaneous records protect them.\n2. **Continuity at handoff.** The next semester's student takes over and reads the log; they don't re-ask the client questions already answered.\n3. **Supervision visibility.** Five unreturned voicemails over six weeks is a pattern. The log makes patterns visible that individual students might not flag on their own.\n4. **File retention.** Law school clinics have obligations to maintain complete client files. Communication history is part of that.\n\nLight. Append-only. The student's job is to write a two-sentence entry after every contact; the skill formats it and appends.\n\n## Load context\n\n- `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Flegal-clinic\u002Fclient-comms\u002F[case-id]\u002Flog.md` (if exists) — append target\n- `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Flegal-clinic\u002FCLAUDE.md` → not heavily read; this skill is case-scoped\n\n## Modes\n\nFlag: `--add | --read | --summary | --patterns` (default: add)\n\n### `--add` (default) — log a new entry\n\n**Inputs:**\n- Case ID (required — which case)\n- Date + time (default: now)\n- Direction: `in` (client → clinic) | `out` (clinic → client)\n- Medium: `call | email | text | letter | in-person | video | voicemail-left | voicemail-received`\n- Who (student): name\n- Who (client side): client name, or \"third-party: [description]\" if from opposing counsel, family member, etc.\n- Duration \u002F length (e.g., \"10 min call\", \"3-paragraph email\", \"45 min in-person meeting\")\n- Summary: 2-4 sentences. What happened, what was substantive.\n- Action items:\n  - What the student owes the client (with deadline)\n  - What the client owes the student (with expected timing)\n- Follow-up due: date if applicable\n- Notes: anything that matters but doesn't fit above — language used, emotional tone, family dynamic observed\n\n**Before writing:** show the user the formatted entry and ask for confirmation. Clinic records should be reviewed before they're written, not after.\n\n**Append** to `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Flegal-clinic\u002Fclient-comms\u002F[case-id]\u002Flog.md`. If the log doesn't exist, create it with a header:\n\n```markdown\n# Communications Log — [case name]\n\n**Case ID:** [case-id]\n**Client:** [name]\n**Opened:** [YYYY-MM-DD]\n\nAppend-only. Most recent at top.\n\n---\n```\n\nThen prepend new entries at the top (most recent first).\n\n### `--read` — show recent entries\n\nPrint the most recent N entries (default 5). Useful when picking up a case mid-semester or before a client call.\n\n### `--summary` — condensed read\n\nProduce a one-paragraph summary of the log — most recent contact, total entries, common medium, any open action items from the student side, any unanswered communications. Feeds `\u002Fsemester-handoff` and `\u002Fstatus`.\n\n### `--patterns` — flag concerns across the log\n\nScan for:\n\n- **Unanswered communications from client.** Client called or emailed N times without a response entry.\n- **Missed follow-up.** Action item with follow-up due date, and no later entry resolving it.\n- **Language \u002F accommodation issues.** Client language noted as non-English; check whether outgoing communications have been in that language.\n- **Escalation patterns.** Client tone shifting (frustrated \u002F distressed) across entries.\n- **Gaps.** Long stretches with no contact on an active case.\n\nThis is a supervision tool. Clinical professors running `--patterns` across their cases see which students might need support.\n\n## Integration\n\n- **`\u002Fclient-letter`:** after generating and sending a letter, offer to log it as an outgoing comm.\n- **`\u002Fstatus client`:** when producing a client-facing status summary, offer to log it (often these summaries go to clients).\n- **`\u002Fclient-intake`:** first entry in every new case's log is the intake contact.\n- **`\u002Fsemester-handoff`:** handoff memos read `--summary` for each case to populate the communications-history section.\n- **`\u002Fdeadlines`:** if a communication established a deadline (\"client said they need to respond by Friday\"), offer to `\u002Fdeadlines --add`.\n\n## What this skill does not do\n\n- **Store substantive legal analysis.** That lives in intake, memo, and status files. The log is communication record — facts of contact, not legal strategy.\n- **Auto-log from outside systems.** If the clinic uses a case management system (Clio), an integration could pull call logs and emails automatically. That's a future add; not v1.\n- **Edit past entries.** Append-only. If an entry is wrong, write a new entry referencing and correcting it. The integrity of the log depends on not rewriting history.\n- **Enforce log discipline.** If a student doesn't log a call, the skill can't know. Log hygiene is a clinic-culture problem; the skill just makes logging easy.\n- **Handle privileged or attorney-only notes.** If the student needs to record strategic thinking, that goes in the case's internal analysis file, not the comms log.\n",{"data":38,"body":40},{"name":4,"description":6,"argument-hint":39},"[case-id] [--add (default) | --read | --summary | --patterns]",{"type":41,"children":42},"root",[43,51,156,160,166,173,179,231,236,242,266,272,285,297,305,405,415,432,601,606,617,622,633,653,664,669,722,734,740,832,838,891],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","\u002Fclient-comms-log",{"type":44,"tag":52,"props":53,"children":54},"ol",{},[55,61,66,128],{"type":44,"tag":56,"props":57,"children":58},"li",{},[59],{"type":49,"value":60},"Use the workflow below.",{"type":44,"tag":56,"props":62,"children":63},{},[64],{"type":49,"value":65},"Require case-id (prompt if not provided).",{"type":44,"tag":56,"props":67,"children":68},{},[69,71],{"type":49,"value":70},"Route by flag:\n",{"type":44,"tag":72,"props":73,"children":74},"ul",{},[75,95,106,117],{"type":44,"tag":56,"props":76,"children":77},{},[78,85,87,93],{"type":44,"tag":79,"props":80,"children":82},"code",{"className":81},[],[83],{"type":49,"value":84},"--add",{"type":49,"value":86}," (default): capture direction, medium, student, summary, action items, follow-up due. Confirm with user. Append (prepend most-recent-first) to ",{"type":44,"tag":79,"props":88,"children":90},{"className":89},[],[91],{"type":49,"value":92},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Flegal-clinic\u002Fclient-comms\u002F[case-id]\u002Flog.md",{"type":49,"value":94},".",{"type":44,"tag":56,"props":96,"children":97},{},[98,104],{"type":44,"tag":79,"props":99,"children":101},{"className":100},[],[102],{"type":49,"value":103},"--read",{"type":49,"value":105},": show the most recent N entries.",{"type":44,"tag":56,"props":107,"children":108},{},[109,115],{"type":44,"tag":79,"props":110,"children":112},{"className":111},[],[113],{"type":49,"value":114},"--summary",{"type":49,"value":116},": one-paragraph condensed read.",{"type":44,"tag":56,"props":118,"children":119},{},[120,126],{"type":44,"tag":79,"props":121,"children":123},{"className":122},[],[124],{"type":49,"value":125},"--patterns",{"type":49,"value":127},": scan for unanswered comms, missed follow-ups, language gaps, tone shifts, contact gaps. Supervision-oriented.",{"type":44,"tag":56,"props":129,"children":130},{},[131,133,139,141,147,149,154],{"type":49,"value":132},"Integration: offer ",{"type":44,"tag":79,"props":134,"children":136},{"className":135},[],[137],{"type":49,"value":138},"\u002Flegal-clinic:deadlines --add",{"type":49,"value":140}," if the log establishes a deadline; route to ",{"type":44,"tag":79,"props":142,"children":144},{"className":143},[],[145],{"type":49,"value":146},"\u002Flegal-clinic:semester-handoff",{"type":49,"value":148}," via ",{"type":44,"tag":79,"props":150,"children":152},{"className":151},[],[153],{"type":49,"value":114},{"type":49,"value":155}," when relevant.",{"type":44,"tag":157,"props":158,"children":159},"hr",{},[],{"type":44,"tag":45,"props":161,"children":163},{"id":162},"client-communications-log",[164],{"type":49,"value":165},"Client Communications Log",{"type":44,"tag":167,"props":168,"children":170},"h2",{"id":169},"purpose",[171],{"type":49,"value":172},"Purpose",{"type":44,"tag":174,"props":175,"children":176},"p",{},[177],{"type":49,"value":178},"Four reasons to keep this log:",{"type":44,"tag":52,"props":180,"children":181},{},[182,201,211,221],{"type":44,"tag":56,"props":183,"children":184},{},[185,191,193,199],{"type":44,"tag":186,"props":187,"children":188},"strong",{},[189],{"type":49,"value":190},"Malpractice defense.",{"type":49,"value":192}," If a client claims \"no one ever told me ",{"type":44,"tag":194,"props":195,"children":196},"span",{},[197],{"type":49,"value":198},"X",{"type":49,"value":200},",\" a dated entry showing otherwise is the answer. Clinical professors carry professional liability on student work; contemporaneous records protect them.",{"type":44,"tag":56,"props":202,"children":203},{},[204,209],{"type":44,"tag":186,"props":205,"children":206},{},[207],{"type":49,"value":208},"Continuity at handoff.",{"type":49,"value":210}," The next semester's student takes over and reads the log; they don't re-ask the client questions already answered.",{"type":44,"tag":56,"props":212,"children":213},{},[214,219],{"type":44,"tag":186,"props":215,"children":216},{},[217],{"type":49,"value":218},"Supervision visibility.",{"type":49,"value":220}," Five unreturned voicemails over six weeks is a pattern. The log makes patterns visible that individual students might not flag on their own.",{"type":44,"tag":56,"props":222,"children":223},{},[224,229],{"type":44,"tag":186,"props":225,"children":226},{},[227],{"type":49,"value":228},"File retention.",{"type":49,"value":230}," Law school clinics have obligations to maintain complete client files. Communication history is part of that.",{"type":44,"tag":174,"props":232,"children":233},{},[234],{"type":49,"value":235},"Light. Append-only. The student's job is to write a two-sentence entry after every contact; the skill formats it and appends.",{"type":44,"tag":167,"props":237,"children":239},{"id":238},"load-context",[240],{"type":49,"value":241},"Load context",{"type":44,"tag":72,"props":243,"children":244},{},[245,255],{"type":44,"tag":56,"props":246,"children":247},{},[248,253],{"type":44,"tag":79,"props":249,"children":251},{"className":250},[],[252],{"type":49,"value":92},{"type":49,"value":254}," (if exists) — append target",{"type":44,"tag":56,"props":256,"children":257},{},[258,264],{"type":44,"tag":79,"props":259,"children":261},{"className":260},[],[262],{"type":49,"value":263},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Flegal-clinic\u002FCLAUDE.md",{"type":49,"value":265}," → not heavily read; this skill is case-scoped",{"type":44,"tag":167,"props":267,"children":269},{"id":268},"modes",[270],{"type":49,"value":271},"Modes",{"type":44,"tag":174,"props":273,"children":274},{},[275,277,283],{"type":49,"value":276},"Flag: ",{"type":44,"tag":79,"props":278,"children":280},{"className":279},[],[281],{"type":49,"value":282},"--add | --read | --summary | --patterns",{"type":49,"value":284}," (default: add)",{"type":44,"tag":286,"props":287,"children":289},"h3",{"id":288},"add-default-log-a-new-entry",[290,295],{"type":44,"tag":79,"props":291,"children":293},{"className":292},[],[294],{"type":49,"value":84},{"type":49,"value":296}," (default) — log a new entry",{"type":44,"tag":174,"props":298,"children":299},{},[300],{"type":44,"tag":186,"props":301,"children":302},{},[303],{"type":49,"value":304},"Inputs:",{"type":44,"tag":72,"props":306,"children":307},{},[308,313,318,339,350,355,367,372,377,395,400],{"type":44,"tag":56,"props":309,"children":310},{},[311],{"type":49,"value":312},"Case ID (required — which case)",{"type":44,"tag":56,"props":314,"children":315},{},[316],{"type":49,"value":317},"Date + time (default: now)",{"type":44,"tag":56,"props":319,"children":320},{},[321,323,329,331,337],{"type":49,"value":322},"Direction: ",{"type":44,"tag":79,"props":324,"children":326},{"className":325},[],[327],{"type":49,"value":328},"in",{"type":49,"value":330}," (client → clinic) | ",{"type":44,"tag":79,"props":332,"children":334},{"className":333},[],[335],{"type":49,"value":336},"out",{"type":49,"value":338}," (clinic → client)",{"type":44,"tag":56,"props":340,"children":341},{},[342,344],{"type":49,"value":343},"Medium: ",{"type":44,"tag":79,"props":345,"children":347},{"className":346},[],[348],{"type":49,"value":349},"call | email | text | letter | in-person | video | voicemail-left | voicemail-received",{"type":44,"tag":56,"props":351,"children":352},{},[353],{"type":49,"value":354},"Who (student): name",{"type":44,"tag":56,"props":356,"children":357},{},[358,360,365],{"type":49,"value":359},"Who (client side): client name, or \"third-party: ",{"type":44,"tag":194,"props":361,"children":362},{},[363],{"type":49,"value":364},"description",{"type":49,"value":366},"\" if from opposing counsel, family member, etc.",{"type":44,"tag":56,"props":368,"children":369},{},[370],{"type":49,"value":371},"Duration \u002F length (e.g., \"10 min call\", \"3-paragraph email\", \"45 min in-person meeting\")",{"type":44,"tag":56,"props":373,"children":374},{},[375],{"type":49,"value":376},"Summary: 2-4 sentences. What happened, what was substantive.",{"type":44,"tag":56,"props":378,"children":379},{},[380,382],{"type":49,"value":381},"Action items:\n",{"type":44,"tag":72,"props":383,"children":384},{},[385,390],{"type":44,"tag":56,"props":386,"children":387},{},[388],{"type":49,"value":389},"What the student owes the client (with deadline)",{"type":44,"tag":56,"props":391,"children":392},{},[393],{"type":49,"value":394},"What the client owes the student (with expected timing)",{"type":44,"tag":56,"props":396,"children":397},{},[398],{"type":49,"value":399},"Follow-up due: date if applicable",{"type":44,"tag":56,"props":401,"children":402},{},[403],{"type":49,"value":404},"Notes: anything that matters but doesn't fit above — language used, emotional tone, family dynamic observed",{"type":44,"tag":174,"props":406,"children":407},{},[408,413],{"type":44,"tag":186,"props":409,"children":410},{},[411],{"type":49,"value":412},"Before writing:",{"type":49,"value":414}," show the user the formatted entry and ask for confirmation. Clinic records should be reviewed before they're written, not after.",{"type":44,"tag":174,"props":416,"children":417},{},[418,423,425,430],{"type":44,"tag":186,"props":419,"children":420},{},[421],{"type":49,"value":422},"Append",{"type":49,"value":424}," to ",{"type":44,"tag":79,"props":426,"children":428},{"className":427},[],[429],{"type":49,"value":92},{"type":49,"value":431},". If the log doesn't exist, create it with a header:",{"type":44,"tag":433,"props":434,"children":439},"pre",{"className":435,"code":436,"language":437,"meta":438,"style":438},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Communications Log — [case name]\n\n**Case ID:** [case-id]\n**Client:** [name]\n**Opened:** [YYYY-MM-DD]\n\nAppend-only. Most recent at top.\n\n---\n","markdown","",[440],{"type":44,"tag":79,"props":441,"children":442},{"__ignoreMap":438},[443,460,470,506,536,566,574,584,592],{"type":44,"tag":194,"props":444,"children":447},{"class":445,"line":446},"line",1,[448,454],{"type":44,"tag":194,"props":449,"children":451},{"style":450},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[452],{"type":49,"value":453},"# ",{"type":44,"tag":194,"props":455,"children":457},{"style":456},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[458],{"type":49,"value":459},"Communications Log — [case name]\n",{"type":44,"tag":194,"props":461,"children":463},{"class":445,"line":462},2,[464],{"type":44,"tag":194,"props":465,"children":467},{"emptyLinePlaceholder":466},true,[468],{"type":49,"value":469},"\n",{"type":44,"tag":194,"props":471,"children":473},{"class":445,"line":472},3,[474,480,486,490,495,501],{"type":44,"tag":194,"props":475,"children":477},{"style":476},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[478],{"type":49,"value":479},"**",{"type":44,"tag":194,"props":481,"children":483},{"style":482},"--shiki-light:#E53935;--shiki-light-font-weight:bold;--shiki-default:#F07178;--shiki-default-font-weight:bold;--shiki-dark:#F07178;--shiki-dark-font-weight:bold",[484],{"type":49,"value":485},"Case ID:",{"type":44,"tag":194,"props":487,"children":488},{"style":476},[489],{"type":49,"value":479},{"type":44,"tag":194,"props":491,"children":492},{"style":450},[493],{"type":49,"value":494}," [",{"type":44,"tag":194,"props":496,"children":498},{"style":497},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[499],{"type":49,"value":500},"case-id",{"type":44,"tag":194,"props":502,"children":503},{"style":450},[504],{"type":49,"value":505},"]\n",{"type":44,"tag":194,"props":507,"children":509},{"class":445,"line":508},4,[510,514,519,523,527,532],{"type":44,"tag":194,"props":511,"children":512},{"style":476},[513],{"type":49,"value":479},{"type":44,"tag":194,"props":515,"children":516},{"style":482},[517],{"type":49,"value":518},"Client:",{"type":44,"tag":194,"props":520,"children":521},{"style":476},[522],{"type":49,"value":479},{"type":44,"tag":194,"props":524,"children":525},{"style":450},[526],{"type":49,"value":494},{"type":44,"tag":194,"props":528,"children":529},{"style":497},[530],{"type":49,"value":531},"name",{"type":44,"tag":194,"props":533,"children":534},{"style":450},[535],{"type":49,"value":505},{"type":44,"tag":194,"props":537,"children":539},{"class":445,"line":538},5,[540,544,549,553,557,562],{"type":44,"tag":194,"props":541,"children":542},{"style":476},[543],{"type":49,"value":479},{"type":44,"tag":194,"props":545,"children":546},{"style":482},[547],{"type":49,"value":548},"Opened:",{"type":44,"tag":194,"props":550,"children":551},{"style":476},[552],{"type":49,"value":479},{"type":44,"tag":194,"props":554,"children":555},{"style":450},[556],{"type":49,"value":494},{"type":44,"tag":194,"props":558,"children":559},{"style":497},[560],{"type":49,"value":561},"YYYY-MM-DD",{"type":44,"tag":194,"props":563,"children":564},{"style":450},[565],{"type":49,"value":505},{"type":44,"tag":194,"props":567,"children":569},{"class":445,"line":568},6,[570],{"type":44,"tag":194,"props":571,"children":572},{"emptyLinePlaceholder":466},[573],{"type":49,"value":469},{"type":44,"tag":194,"props":575,"children":577},{"class":445,"line":576},7,[578],{"type":44,"tag":194,"props":579,"children":581},{"style":580},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[582],{"type":49,"value":583},"Append-only. Most recent at top.\n",{"type":44,"tag":194,"props":585,"children":587},{"class":445,"line":586},8,[588],{"type":44,"tag":194,"props":589,"children":590},{"emptyLinePlaceholder":466},[591],{"type":49,"value":469},{"type":44,"tag":194,"props":593,"children":595},{"class":445,"line":594},9,[596],{"type":44,"tag":194,"props":597,"children":598},{"style":450},[599],{"type":49,"value":600},"---\n",{"type":44,"tag":174,"props":602,"children":603},{},[604],{"type":49,"value":605},"Then prepend new entries at the top (most recent first).",{"type":44,"tag":286,"props":607,"children":609},{"id":608},"read-show-recent-entries",[610,615],{"type":44,"tag":79,"props":611,"children":613},{"className":612},[],[614],{"type":49,"value":103},{"type":49,"value":616}," — show recent entries",{"type":44,"tag":174,"props":618,"children":619},{},[620],{"type":49,"value":621},"Print the most recent N entries (default 5). Useful when picking up a case mid-semester or before a client call.",{"type":44,"tag":286,"props":623,"children":625},{"id":624},"summary-condensed-read",[626,631],{"type":44,"tag":79,"props":627,"children":629},{"className":628},[],[630],{"type":49,"value":114},{"type":49,"value":632}," — condensed read",{"type":44,"tag":174,"props":634,"children":635},{},[636,638,644,646,652],{"type":49,"value":637},"Produce a one-paragraph summary of the log — most recent contact, total entries, common medium, any open action items from the student side, any unanswered communications. Feeds ",{"type":44,"tag":79,"props":639,"children":641},{"className":640},[],[642],{"type":49,"value":643},"\u002Fsemester-handoff",{"type":49,"value":645}," and ",{"type":44,"tag":79,"props":647,"children":649},{"className":648},[],[650],{"type":49,"value":651},"\u002Fstatus",{"type":49,"value":94},{"type":44,"tag":286,"props":654,"children":656},{"id":655},"patterns-flag-concerns-across-the-log",[657,662],{"type":44,"tag":79,"props":658,"children":660},{"className":659},[],[661],{"type":49,"value":125},{"type":49,"value":663}," — flag concerns across the log",{"type":44,"tag":174,"props":665,"children":666},{},[667],{"type":49,"value":668},"Scan for:",{"type":44,"tag":72,"props":670,"children":671},{},[672,682,692,702,712],{"type":44,"tag":56,"props":673,"children":674},{},[675,680],{"type":44,"tag":186,"props":676,"children":677},{},[678],{"type":49,"value":679},"Unanswered communications from client.",{"type":49,"value":681}," Client called or emailed N times without a response entry.",{"type":44,"tag":56,"props":683,"children":684},{},[685,690],{"type":44,"tag":186,"props":686,"children":687},{},[688],{"type":49,"value":689},"Missed follow-up.",{"type":49,"value":691}," Action item with follow-up due date, and no later entry resolving it.",{"type":44,"tag":56,"props":693,"children":694},{},[695,700],{"type":44,"tag":186,"props":696,"children":697},{},[698],{"type":49,"value":699},"Language \u002F accommodation issues.",{"type":49,"value":701}," Client language noted as non-English; check whether outgoing communications have been in that language.",{"type":44,"tag":56,"props":703,"children":704},{},[705,710],{"type":44,"tag":186,"props":706,"children":707},{},[708],{"type":49,"value":709},"Escalation patterns.",{"type":49,"value":711}," Client tone shifting (frustrated \u002F distressed) across entries.",{"type":44,"tag":56,"props":713,"children":714},{},[715,720],{"type":44,"tag":186,"props":716,"children":717},{},[718],{"type":49,"value":719},"Gaps.",{"type":49,"value":721}," Long stretches with no contact on an active case.",{"type":44,"tag":174,"props":723,"children":724},{},[725,727,732],{"type":49,"value":726},"This is a supervision tool. Clinical professors running ",{"type":44,"tag":79,"props":728,"children":730},{"className":729},[],[731],{"type":49,"value":125},{"type":49,"value":733}," across their cases see which students might need support.",{"type":44,"tag":167,"props":735,"children":737},{"id":736},"integration",[738],{"type":49,"value":739},"Integration",{"type":44,"tag":72,"props":741,"children":742},{},[743,759,774,789,810],{"type":44,"tag":56,"props":744,"children":745},{},[746,757],{"type":44,"tag":186,"props":747,"children":748},{},[749,755],{"type":44,"tag":79,"props":750,"children":752},{"className":751},[],[753],{"type":49,"value":754},"\u002Fclient-letter",{"type":49,"value":756},":",{"type":49,"value":758}," after generating and sending a letter, offer to log it as an outgoing comm.",{"type":44,"tag":56,"props":760,"children":761},{},[762,772],{"type":44,"tag":186,"props":763,"children":764},{},[765,771],{"type":44,"tag":79,"props":766,"children":768},{"className":767},[],[769],{"type":49,"value":770},"\u002Fstatus client",{"type":49,"value":756},{"type":49,"value":773}," when producing a client-facing status summary, offer to log it (often these summaries go to clients).",{"type":44,"tag":56,"props":775,"children":776},{},[777,787],{"type":44,"tag":186,"props":778,"children":779},{},[780,786],{"type":44,"tag":79,"props":781,"children":783},{"className":782},[],[784],{"type":49,"value":785},"\u002Fclient-intake",{"type":49,"value":756},{"type":49,"value":788}," first entry in every new case's log is the intake contact.",{"type":44,"tag":56,"props":790,"children":791},{},[792,801,803,808],{"type":44,"tag":186,"props":793,"children":794},{},[795,800],{"type":44,"tag":79,"props":796,"children":798},{"className":797},[],[799],{"type":49,"value":643},{"type":49,"value":756},{"type":49,"value":802}," handoff memos read ",{"type":44,"tag":79,"props":804,"children":806},{"className":805},[],[807],{"type":49,"value":114},{"type":49,"value":809}," for each case to populate the communications-history section.",{"type":44,"tag":56,"props":811,"children":812},{},[813,823,825,831],{"type":44,"tag":186,"props":814,"children":815},{},[816,822],{"type":44,"tag":79,"props":817,"children":819},{"className":818},[],[820],{"type":49,"value":821},"\u002Fdeadlines",{"type":49,"value":756},{"type":49,"value":824}," if a communication established a deadline (\"client said they need to respond by Friday\"), offer to ",{"type":44,"tag":79,"props":826,"children":828},{"className":827},[],[829],{"type":49,"value":830},"\u002Fdeadlines --add",{"type":49,"value":94},{"type":44,"tag":167,"props":833,"children":835},{"id":834},"what-this-skill-does-not-do",[836],{"type":49,"value":837},"What this skill does not do",{"type":44,"tag":72,"props":839,"children":840},{},[841,851,861,871,881],{"type":44,"tag":56,"props":842,"children":843},{},[844,849],{"type":44,"tag":186,"props":845,"children":846},{},[847],{"type":49,"value":848},"Store substantive legal analysis.",{"type":49,"value":850}," That lives in intake, memo, and status files. The log is communication record — facts of contact, not legal strategy.",{"type":44,"tag":56,"props":852,"children":853},{},[854,859],{"type":44,"tag":186,"props":855,"children":856},{},[857],{"type":49,"value":858},"Auto-log from outside systems.",{"type":49,"value":860}," If the clinic uses a case management system (Clio), an integration could pull call logs and emails automatically. That's a future add; not v1.",{"type":44,"tag":56,"props":862,"children":863},{},[864,869],{"type":44,"tag":186,"props":865,"children":866},{},[867],{"type":49,"value":868},"Edit past entries.",{"type":49,"value":870}," Append-only. If an entry is wrong, write a new entry referencing and correcting it. The integrity of the log depends on not rewriting history.",{"type":44,"tag":56,"props":872,"children":873},{},[874,879],{"type":44,"tag":186,"props":875,"children":876},{},[877],{"type":49,"value":878},"Enforce log discipline.",{"type":49,"value":880}," If a student doesn't log a call, the skill can't know. Log hygiene is a clinic-culture problem; the skill just makes logging easy.",{"type":44,"tag":56,"props":882,"children":883},{},[884,889],{"type":44,"tag":186,"props":885,"children":886},{},[887],{"type":49,"value":888},"Handle privileged or attorney-only notes.",{"type":49,"value":890}," If the student needs to record strategic thinking, that goes in the case's internal analysis file, not the comms log.",{"type":44,"tag":892,"props":893,"children":894},"style",{},[895],{"type":49,"value":896},"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":898,"total":996},[899,913,930,947,959,970,981],{"slug":900,"name":900,"fn":901,"description":902,"org":903,"tags":904,"stars":26,"repoUrl":27,"updatedAt":912},"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},[905,908,911],{"name":906,"slug":907,"type":16},"Compliance","compliance",{"name":909,"slug":910,"type":16},"Governance","governance",{"name":21,"slug":22,"type":16},"2026-05-14T06:02:19.677579",{"slug":914,"name":914,"fn":915,"description":916,"org":917,"tags":918,"stars":26,"repoUrl":27,"updatedAt":929},"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},[919,922,925,926],{"name":920,"slug":921,"type":16},"Automation","automation",{"name":923,"slug":924,"type":16},"Contracts","contracts",{"name":21,"slug":22,"type":16},{"name":927,"slug":928,"type":16},"QA","qa","2026-05-14T06:01:31.00555",{"slug":931,"name":931,"fn":932,"description":933,"org":934,"tags":935,"stars":26,"repoUrl":27,"updatedAt":946},"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},[936,937,940,943],{"name":21,"slug":22,"type":16},{"name":938,"slug":939,"type":16},"Policy","policy",{"name":941,"slug":942,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":944,"slug":945,"type":16},"Risk Assessment","risk-assessment","2026-05-13T06:03:19.61029",{"slug":948,"name":948,"fn":949,"description":950,"org":951,"tags":952,"stars":26,"repoUrl":27,"updatedAt":958},"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},[953,954,957],{"name":923,"slug":924,"type":16},{"name":955,"slug":956,"type":16},"Documents","documents",{"name":21,"slug":22,"type":16},"2026-05-13T06:03:34.070339",{"slug":960,"name":960,"fn":961,"description":962,"org":963,"tags":964,"stars":26,"repoUrl":27,"updatedAt":969},"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},[965,966],{"name":920,"slug":921,"type":16},{"name":967,"slug":968,"type":16},"Plugin Development","plugin-development","2026-05-13T06:02:55.642269",{"slug":971,"name":971,"fn":972,"description":973,"org":974,"tags":975,"stars":26,"repoUrl":27,"updatedAt":980},"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},[976,979],{"name":977,"slug":978,"type":16},"Education","education",{"name":21,"slug":22,"type":16},"2026-07-24T05:41:43.01243",{"slug":982,"name":982,"fn":983,"description":984,"org":985,"tags":986,"stars":26,"repoUrl":27,"updatedAt":995},"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},[987,990,991,992],{"name":988,"slug":989,"type":16},"Documentation","documentation",{"name":909,"slug":910,"type":16},{"name":21,"slug":22,"type":16},{"name":993,"slug":994,"type":16},"Meetings","meetings","2026-05-14T06:01:29.792942",118,{"items":998,"total":1179},[999,1020,1034,1046,1065,1076,1095,1115,1127,1142,1150,1163],{"slug":1000,"name":1000,"fn":1001,"description":1002,"org":1003,"tags":1004,"stars":1017,"repoUrl":1018,"updatedAt":1019},"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},[1005,1008,1011,1014],{"name":1006,"slug":1007,"type":16},"Creative","creative",{"name":1009,"slug":1010,"type":16},"Design","design",{"name":1012,"slug":1013,"type":16},"Generative Art","generative-art",{"name":1015,"slug":1016,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1021,"name":1021,"fn":1022,"description":1023,"org":1024,"tags":1025,"stars":1017,"repoUrl":1018,"updatedAt":1033},"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},[1026,1029,1030],{"name":1027,"slug":1028,"type":16},"Branding","branding",{"name":1009,"slug":1010,"type":16},{"name":1031,"slug":1032,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1035,"name":1035,"fn":1036,"description":1037,"org":1038,"tags":1039,"stars":1017,"repoUrl":1018,"updatedAt":1045},"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},[1040,1041,1042],{"name":1006,"slug":1007,"type":16},{"name":1009,"slug":1010,"type":16},{"name":1043,"slug":1044,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1047,"name":1047,"fn":1048,"description":1049,"org":1050,"tags":1051,"stars":1017,"repoUrl":1018,"updatedAt":1064},"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},[1052,1055,1056,1059,1061],{"name":1053,"slug":1054,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1057,"slug":1058,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1060,"slug":1047,"type":16},"Claude API",{"name":1062,"slug":1063,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1066,"name":1066,"fn":1067,"description":1068,"org":1069,"tags":1070,"stars":1017,"repoUrl":1018,"updatedAt":1075},"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},[1071,1072],{"name":988,"slug":989,"type":16},{"name":1073,"slug":1074,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1077,"name":1077,"fn":1078,"description":1079,"org":1080,"tags":1081,"stars":1017,"repoUrl":1018,"updatedAt":1094},"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},[1082,1083,1085,1088,1091],{"name":955,"slug":956,"type":16},{"name":1084,"slug":1077,"type":16},"DOCX",{"name":1086,"slug":1087,"type":16},"Office","office",{"name":1089,"slug":1090,"type":16},"Templates","templates",{"name":1092,"slug":1093,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1096,"name":1096,"fn":1097,"description":1098,"org":1099,"tags":1100,"stars":1017,"repoUrl":1018,"updatedAt":1114},"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},[1101,1102,1105,1108,1111],{"name":1009,"slug":1010,"type":16},{"name":1103,"slug":1104,"type":16},"Frontend","frontend",{"name":1106,"slug":1107,"type":16},"React","react",{"name":1109,"slug":1110,"type":16},"Tailwind CSS","tailwind-css",{"name":1112,"slug":1113,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1116,"name":1116,"fn":1117,"description":1118,"org":1119,"tags":1120,"stars":1017,"repoUrl":1018,"updatedAt":1126},"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},[1121,1122,1123],{"name":24,"slug":25,"type":16},{"name":1089,"slug":1090,"type":16},{"name":1124,"slug":1125,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":1128,"name":1128,"fn":1129,"description":1130,"org":1131,"tags":1132,"stars":1017,"repoUrl":1018,"updatedAt":1141},"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},[1133,1134,1137,1138],{"name":1053,"slug":1054,"type":16},{"name":1135,"slug":1136,"type":16},"API Development","api-development",{"name":1062,"slug":1063,"type":16},{"name":1139,"slug":1140,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1044,"name":1044,"fn":1143,"description":1144,"org":1145,"tags":1146,"stars":1017,"repoUrl":1018,"updatedAt":1149},"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},[1147,1148],{"name":955,"slug":956,"type":16},{"name":1043,"slug":1044,"type":16},"2026-04-06T17:56:02.483316",{"slug":1151,"name":1151,"fn":1152,"description":1153,"org":1154,"tags":1155,"stars":1017,"repoUrl":1018,"updatedAt":1162},"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},[1156,1159],{"name":1157,"slug":1158,"type":16},"PowerPoint","powerpoint",{"name":1160,"slug":1161,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1164,"name":1164,"fn":1165,"description":1166,"org":1167,"tags":1168,"stars":1017,"repoUrl":1018,"updatedAt":1178},"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},[1169,1170,1171,1174,1177],{"name":1053,"slug":1054,"type":16},{"name":988,"slug":989,"type":16},{"name":1172,"slug":1173,"type":16},"Evals","evals",{"name":1175,"slug":1176,"type":16},"Performance","performance",{"name":1073,"slug":1074,"type":16},"2026-04-19T06:45:40.804",490]