[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-start":3,"mdc-a6p1to-key":34,"related-repo-anthropic-start":1073,"related-org-anthropic-start":1192},{"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},"start","initialize the productivity dashboard","Initialize the productivity system and open the dashboard. Use when setting up the plugin for the first time, bootstrapping working memory from your existing task list, or decoding the shorthand (nicknames, acronyms, project codenames) you use in your todos.",{"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},"Productivity","productivity","tag",{"name":18,"slug":19,"type":16},"Memory","memory",{"name":21,"slug":22,"type":16},"Task Management","task-management",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-04-06T17:57:32.903567",null,2736,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins\u002Ftree\u002FHEAD\u002Fproductivity\u002Fskills\u002Fstart","---\nname: start\ndescription: Initialize the productivity system and open the dashboard. Use when setting up the plugin for the first time, bootstrapping working memory from your existing task list, or decoding the shorthand (nicknames, acronyms, project codenames) you use in your todos.\n---\n\n# Start Command\n\n> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](..\u002F..\u002FCONNECTORS.md).\n\nInitialize the task and memory systems, then open the unified dashboard.\n\n## Instructions\n\n### 1. Check What Exists\n\nCheck the working directory for:\n- `TASKS.md` — task list\n- `CLAUDE.md` — working memory\n- `memory\u002F` — deep memory directory\n- `dashboard.html` — the visual UI\n\n### 2. Create What's Missing\n\n**If `TASKS.md` doesn't exist:** Create it with the standard template (see task-management skill). Place it in the current working directory.\n\n**If `dashboard.html` doesn't exist:** Copy it from `${CLAUDE_PLUGIN_ROOT}\u002Fskills\u002Fdashboard.html` to the current working directory.\n\n**If `CLAUDE.md` and `memory\u002F` don't exist:** This is a fresh setup — after opening the dashboard, begin the memory bootstrap workflow (see below). Place these in the current working directory.\n\n### 3. Open the Dashboard\n\nDo NOT use `open` or `xdg-open` — in Cowork, the agent runs in a VM and shell open commands won't reach the user's browser. Instead, tell the user: \"Dashboard is ready at `dashboard.html`. Open it from your file browser to get started.\"\n\n### 4. Orient the User\n\nIf everything was already initialized:\n```\nDashboard open. Your tasks and memory are both loaded.\n- \u002Fproductivity:update to sync tasks and check memory\n- \u002Fproductivity:update --comprehensive for a deep scan of all activity\n```\n\nIf memory hasn't been bootstrapped yet, continue to step 5.\n\n### 5. Bootstrap Memory (First Run Only)\n\nOnly do this if `CLAUDE.md` and `memory\u002F` don't exist yet.\n\nThe best source of workplace language is the user's actual task list. Real tasks = real shorthand.\n\n**Ask the user:**\n```\nWhere do you keep your todos or task list? This could be:\n- A local file (e.g., TASKS.md, todo.txt)\n- An app (e.g. Asana, Linear, Jira, Notion, Todoist)\n- A notes file\n\nI'll use your tasks to learn your workplace shorthand.\n```\n\n**Once you have access to the task list:**\n\nFor each task item, analyze it for potential shorthand:\n- Names that might be nicknames\n- Acronyms or abbreviations\n- Project references or codenames\n- Internal terms or jargon\n\n**For each item, decode it interactively:**\n\n```\nTask: \"Send PSR to Todd re: Phoenix blockers\"\n\nI see some terms I want to make sure I understand:\n\n1. **PSR** - What does this stand for?\n2. **Todd** - Who is Todd? (full name, role)\n3. **Phoenix** - Is this a project codename? What's it about?\n```\n\nContinue through each task, asking only about terms you haven't already decoded.\n\n### 6. Optional Comprehensive Scan\n\nAfter task list decoding, offer:\n```\nDo you want me to do a comprehensive scan of your messages, emails, and documents?\nThis takes longer but builds much richer context about the people, projects, and terms in your work.\n\nOr we can stick with what we have and add context later.\n```\n\n**If they choose comprehensive scan:**\n\nGather data from available MCP sources:\n- **Chat:** Recent messages, channels, DMs\n- **Email:** Sent messages, recipients\n- **Documents:** Recent docs, collaborators\n- **Calendar:** Meetings, attendees\n\nBuild a braindump of people, projects, and terms found. Present findings grouped by confidence:\n- **Ready to add** (high confidence) — offer to add directly\n- **Needs clarification** — ask the user\n- **Low frequency \u002F unclear** — note for later\n\n### 7. Write Memory Files\n\nFrom everything gathered, create:\n\n**CLAUDE.md** (working memory, ~50-80 lines):\n```markdown\n# Memory\n\n## Me\n[Name], [Role] on [Team].\n\n## People\n| Who | Role |\n|-----|------|\n| **[Nickname]** | [Full Name], [role] |\n\n## Terms\n| Term | Meaning |\n|------|---------|\n| [acronym] | [expansion] |\n\n## Projects\n| Name | What |\n|------|------|\n| **[Codename]** | [description] |\n\n## Preferences\n- [preferences discovered]\n```\n\n**memory\u002F** directory:\n- `memory\u002Fglossary.md` — full decoder ring (acronyms, terms, nicknames, codenames)\n- `memory\u002Fpeople\u002F{name}.md` — individual profiles\n- `memory\u002Fprojects\u002F{name}.md` — project details\n- `memory\u002Fcontext\u002Fcompany.md` — teams, tools, processes\n\n### 8. Report Results\n\n```\nProductivity system ready:\n- Tasks: TASKS.md (X items)\n- Memory: X people, X terms, X projects\n- Dashboard: open in browser\n\nUse \u002Fproductivity:update to keep things current (add --comprehensive for a deep scan).\n```\n\n## Notes\n\n- If memory is already initialized, this just opens the dashboard\n- Nicknames are critical — always capture how people are actually referred to\n- If a source isn't available, skip it and note the gap\n- Memory grows organically through natural conversation after bootstrap\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,48,67,72,79,86,91,141,147,165,188,211,217,245,251,256,268,273,279,297,302,310,319,327,332,355,363,372,377,383,388,397,405,410,453,458,491,497,502,511,967,976,1023,1029,1038,1044,1067],{"type":40,"tag":41,"props":42,"children":44},"element","h1",{"id":43},"start-command",[45],{"type":46,"value":47},"text","Start Command",{"type":40,"tag":49,"props":50,"children":51},"blockquote",{},[52],{"type":40,"tag":53,"props":54,"children":55},"p",{},[56,58,65],{"type":46,"value":57},"If you see unfamiliar placeholders or need to check which tools are connected, see ",{"type":40,"tag":59,"props":60,"children":62},"a",{"href":61},"..\u002F..\u002FCONNECTORS.md",[63],{"type":46,"value":64},"CONNECTORS.md",{"type":46,"value":66},".",{"type":40,"tag":53,"props":68,"children":69},{},[70],{"type":46,"value":71},"Initialize the task and memory systems, then open the unified dashboard.",{"type":40,"tag":73,"props":74,"children":76},"h2",{"id":75},"instructions",[77],{"type":46,"value":78},"Instructions",{"type":40,"tag":80,"props":81,"children":83},"h3",{"id":82},"_1-check-what-exists",[84],{"type":46,"value":85},"1. Check What Exists",{"type":40,"tag":53,"props":87,"children":88},{},[89],{"type":46,"value":90},"Check the working directory for:",{"type":40,"tag":92,"props":93,"children":94},"ul",{},[95,108,119,130],{"type":40,"tag":96,"props":97,"children":98},"li",{},[99,106],{"type":40,"tag":100,"props":101,"children":103},"code",{"className":102},[],[104],{"type":46,"value":105},"TASKS.md",{"type":46,"value":107}," — task list",{"type":40,"tag":96,"props":109,"children":110},{},[111,117],{"type":40,"tag":100,"props":112,"children":114},{"className":113},[],[115],{"type":46,"value":116},"CLAUDE.md",{"type":46,"value":118}," — working memory",{"type":40,"tag":96,"props":120,"children":121},{},[122,128],{"type":40,"tag":100,"props":123,"children":125},{"className":124},[],[126],{"type":46,"value":127},"memory\u002F",{"type":46,"value":129}," — deep memory directory",{"type":40,"tag":96,"props":131,"children":132},{},[133,139],{"type":40,"tag":100,"props":134,"children":136},{"className":135},[],[137],{"type":46,"value":138},"dashboard.html",{"type":46,"value":140}," — the visual UI",{"type":40,"tag":80,"props":142,"children":144},{"id":143},"_2-create-whats-missing",[145],{"type":46,"value":146},"2. Create What's Missing",{"type":40,"tag":53,"props":148,"children":149},{},[150,163],{"type":40,"tag":151,"props":152,"children":153},"strong",{},[154,156,161],{"type":46,"value":155},"If ",{"type":40,"tag":100,"props":157,"children":159},{"className":158},[],[160],{"type":46,"value":105},{"type":46,"value":162}," doesn't exist:",{"type":46,"value":164}," Create it with the standard template (see task-management skill). Place it in the current working directory.",{"type":40,"tag":53,"props":166,"children":167},{},[168,178,180,186],{"type":40,"tag":151,"props":169,"children":170},{},[171,172,177],{"type":46,"value":155},{"type":40,"tag":100,"props":173,"children":175},{"className":174},[],[176],{"type":46,"value":138},{"type":46,"value":162},{"type":46,"value":179}," Copy it from ",{"type":40,"tag":100,"props":181,"children":183},{"className":182},[],[184],{"type":46,"value":185},"${CLAUDE_PLUGIN_ROOT}\u002Fskills\u002Fdashboard.html",{"type":46,"value":187}," to the current working directory.",{"type":40,"tag":53,"props":189,"children":190},{},[191,209],{"type":40,"tag":151,"props":192,"children":193},{},[194,195,200,202,207],{"type":46,"value":155},{"type":40,"tag":100,"props":196,"children":198},{"className":197},[],[199],{"type":46,"value":116},{"type":46,"value":201}," and ",{"type":40,"tag":100,"props":203,"children":205},{"className":204},[],[206],{"type":46,"value":127},{"type":46,"value":208}," don't exist:",{"type":46,"value":210}," This is a fresh setup — after opening the dashboard, begin the memory bootstrap workflow (see below). Place these in the current working directory.",{"type":40,"tag":80,"props":212,"children":214},{"id":213},"_3-open-the-dashboard",[215],{"type":46,"value":216},"3. Open the Dashboard",{"type":40,"tag":53,"props":218,"children":219},{},[220,222,228,230,236,238,243],{"type":46,"value":221},"Do NOT use ",{"type":40,"tag":100,"props":223,"children":225},{"className":224},[],[226],{"type":46,"value":227},"open",{"type":46,"value":229}," or ",{"type":40,"tag":100,"props":231,"children":233},{"className":232},[],[234],{"type":46,"value":235},"xdg-open",{"type":46,"value":237}," — in Cowork, the agent runs in a VM and shell open commands won't reach the user's browser. Instead, tell the user: \"Dashboard is ready at ",{"type":40,"tag":100,"props":239,"children":241},{"className":240},[],[242],{"type":46,"value":138},{"type":46,"value":244},". Open it from your file browser to get started.\"",{"type":40,"tag":80,"props":246,"children":248},{"id":247},"_4-orient-the-user",[249],{"type":46,"value":250},"4. Orient the User",{"type":40,"tag":53,"props":252,"children":253},{},[254],{"type":46,"value":255},"If everything was already initialized:",{"type":40,"tag":257,"props":258,"children":262},"pre",{"className":259,"code":261,"language":46},[260],"language-text","Dashboard open. Your tasks and memory are both loaded.\n- \u002Fproductivity:update to sync tasks and check memory\n- \u002Fproductivity:update --comprehensive for a deep scan of all activity\n",[263],{"type":40,"tag":100,"props":264,"children":266},{"__ignoreMap":265},"",[267],{"type":46,"value":261},{"type":40,"tag":53,"props":269,"children":270},{},[271],{"type":46,"value":272},"If memory hasn't been bootstrapped yet, continue to step 5.",{"type":40,"tag":80,"props":274,"children":276},{"id":275},"_5-bootstrap-memory-first-run-only",[277],{"type":46,"value":278},"5. Bootstrap Memory (First Run Only)",{"type":40,"tag":53,"props":280,"children":281},{},[282,284,289,290,295],{"type":46,"value":283},"Only do this if ",{"type":40,"tag":100,"props":285,"children":287},{"className":286},[],[288],{"type":46,"value":116},{"type":46,"value":201},{"type":40,"tag":100,"props":291,"children":293},{"className":292},[],[294],{"type":46,"value":127},{"type":46,"value":296}," don't exist yet.",{"type":40,"tag":53,"props":298,"children":299},{},[300],{"type":46,"value":301},"The best source of workplace language is the user's actual task list. Real tasks = real shorthand.",{"type":40,"tag":53,"props":303,"children":304},{},[305],{"type":40,"tag":151,"props":306,"children":307},{},[308],{"type":46,"value":309},"Ask the user:",{"type":40,"tag":257,"props":311,"children":314},{"className":312,"code":313,"language":46},[260],"Where do you keep your todos or task list? This could be:\n- A local file (e.g., TASKS.md, todo.txt)\n- An app (e.g. Asana, Linear, Jira, Notion, Todoist)\n- A notes file\n\nI'll use your tasks to learn your workplace shorthand.\n",[315],{"type":40,"tag":100,"props":316,"children":317},{"__ignoreMap":265},[318],{"type":46,"value":313},{"type":40,"tag":53,"props":320,"children":321},{},[322],{"type":40,"tag":151,"props":323,"children":324},{},[325],{"type":46,"value":326},"Once you have access to the task list:",{"type":40,"tag":53,"props":328,"children":329},{},[330],{"type":46,"value":331},"For each task item, analyze it for potential shorthand:",{"type":40,"tag":92,"props":333,"children":334},{},[335,340,345,350],{"type":40,"tag":96,"props":336,"children":337},{},[338],{"type":46,"value":339},"Names that might be nicknames",{"type":40,"tag":96,"props":341,"children":342},{},[343],{"type":46,"value":344},"Acronyms or abbreviations",{"type":40,"tag":96,"props":346,"children":347},{},[348],{"type":46,"value":349},"Project references or codenames",{"type":40,"tag":96,"props":351,"children":352},{},[353],{"type":46,"value":354},"Internal terms or jargon",{"type":40,"tag":53,"props":356,"children":357},{},[358],{"type":40,"tag":151,"props":359,"children":360},{},[361],{"type":46,"value":362},"For each item, decode it interactively:",{"type":40,"tag":257,"props":364,"children":367},{"className":365,"code":366,"language":46},[260],"Task: \"Send PSR to Todd re: Phoenix blockers\"\n\nI see some terms I want to make sure I understand:\n\n1. **PSR** - What does this stand for?\n2. **Todd** - Who is Todd? (full name, role)\n3. **Phoenix** - Is this a project codename? What's it about?\n",[368],{"type":40,"tag":100,"props":369,"children":370},{"__ignoreMap":265},[371],{"type":46,"value":366},{"type":40,"tag":53,"props":373,"children":374},{},[375],{"type":46,"value":376},"Continue through each task, asking only about terms you haven't already decoded.",{"type":40,"tag":80,"props":378,"children":380},{"id":379},"_6-optional-comprehensive-scan",[381],{"type":46,"value":382},"6. Optional Comprehensive Scan",{"type":40,"tag":53,"props":384,"children":385},{},[386],{"type":46,"value":387},"After task list decoding, offer:",{"type":40,"tag":257,"props":389,"children":392},{"className":390,"code":391,"language":46},[260],"Do you want me to do a comprehensive scan of your messages, emails, and documents?\nThis takes longer but builds much richer context about the people, projects, and terms in your work.\n\nOr we can stick with what we have and add context later.\n",[393],{"type":40,"tag":100,"props":394,"children":395},{"__ignoreMap":265},[396],{"type":46,"value":391},{"type":40,"tag":53,"props":398,"children":399},{},[400],{"type":40,"tag":151,"props":401,"children":402},{},[403],{"type":46,"value":404},"If they choose comprehensive scan:",{"type":40,"tag":53,"props":406,"children":407},{},[408],{"type":46,"value":409},"Gather data from available MCP sources:",{"type":40,"tag":92,"props":411,"children":412},{},[413,423,433,443],{"type":40,"tag":96,"props":414,"children":415},{},[416,421],{"type":40,"tag":151,"props":417,"children":418},{},[419],{"type":46,"value":420},"Chat:",{"type":46,"value":422}," Recent messages, channels, DMs",{"type":40,"tag":96,"props":424,"children":425},{},[426,431],{"type":40,"tag":151,"props":427,"children":428},{},[429],{"type":46,"value":430},"Email:",{"type":46,"value":432}," Sent messages, recipients",{"type":40,"tag":96,"props":434,"children":435},{},[436,441],{"type":40,"tag":151,"props":437,"children":438},{},[439],{"type":46,"value":440},"Documents:",{"type":46,"value":442}," Recent docs, collaborators",{"type":40,"tag":96,"props":444,"children":445},{},[446,451],{"type":40,"tag":151,"props":447,"children":448},{},[449],{"type":46,"value":450},"Calendar:",{"type":46,"value":452}," Meetings, attendees",{"type":40,"tag":53,"props":454,"children":455},{},[456],{"type":46,"value":457},"Build a braindump of people, projects, and terms found. Present findings grouped by confidence:",{"type":40,"tag":92,"props":459,"children":460},{},[461,471,481],{"type":40,"tag":96,"props":462,"children":463},{},[464,469],{"type":40,"tag":151,"props":465,"children":466},{},[467],{"type":46,"value":468},"Ready to add",{"type":46,"value":470}," (high confidence) — offer to add directly",{"type":40,"tag":96,"props":472,"children":473},{},[474,479],{"type":40,"tag":151,"props":475,"children":476},{},[477],{"type":46,"value":478},"Needs clarification",{"type":46,"value":480}," — ask the user",{"type":40,"tag":96,"props":482,"children":483},{},[484,489],{"type":40,"tag":151,"props":485,"children":486},{},[487],{"type":46,"value":488},"Low frequency \u002F unclear",{"type":46,"value":490}," — note for later",{"type":40,"tag":80,"props":492,"children":494},{"id":493},"_7-write-memory-files",[495],{"type":46,"value":496},"7. Write Memory Files",{"type":40,"tag":53,"props":498,"children":499},{},[500],{"type":46,"value":501},"From everything gathered, create:",{"type":40,"tag":53,"props":503,"children":504},{},[505,509],{"type":40,"tag":151,"props":506,"children":507},{},[508],{"type":46,"value":116},{"type":46,"value":510}," (working memory, ~50-80 lines):",{"type":40,"tag":257,"props":512,"children":516},{"className":513,"code":514,"language":515,"meta":265,"style":265},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Memory\n\n## Me\n[Name], [Role] on [Team].\n\n## People\n| Who | Role |\n|-----|------|\n| **[Nickname]** | [Full Name], [role] |\n\n## Terms\n| Term | Meaning |\n|------|---------|\n| [acronym] | [expansion] |\n\n## Projects\n| Name | What |\n|------|------|\n| **[Codename]** | [description] |\n\n## Preferences\n- [preferences discovered]\n","markdown",[517],{"type":40,"tag":100,"props":518,"children":519},{"__ignoreMap":265},[520,538,548,562,624,632,645,673,682,735,743,756,782,791,834,842,855,881,890,932,940,953],{"type":40,"tag":521,"props":522,"children":525},"span",{"class":523,"line":524},"line",1,[526,532],{"type":40,"tag":521,"props":527,"children":529},{"style":528},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[530],{"type":46,"value":531},"# ",{"type":40,"tag":521,"props":533,"children":535},{"style":534},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[536],{"type":46,"value":537},"Memory\n",{"type":40,"tag":521,"props":539,"children":541},{"class":523,"line":540},2,[542],{"type":40,"tag":521,"props":543,"children":545},{"emptyLinePlaceholder":544},true,[546],{"type":46,"value":547},"\n",{"type":40,"tag":521,"props":549,"children":551},{"class":523,"line":550},3,[552,557],{"type":40,"tag":521,"props":553,"children":554},{"style":528},[555],{"type":46,"value":556},"## ",{"type":40,"tag":521,"props":558,"children":559},{"style":534},[560],{"type":46,"value":561},"Me\n",{"type":40,"tag":521,"props":563,"children":565},{"class":523,"line":564},4,[566,571,577,582,588,592,597,601,606,610,615,619],{"type":40,"tag":521,"props":567,"children":568},{"style":528},[569],{"type":46,"value":570},"[",{"type":40,"tag":521,"props":572,"children":574},{"style":573},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[575],{"type":46,"value":576},"Name",{"type":40,"tag":521,"props":578,"children":579},{"style":528},[580],{"type":46,"value":581},"]",{"type":40,"tag":521,"props":583,"children":585},{"style":584},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[586],{"type":46,"value":587},", ",{"type":40,"tag":521,"props":589,"children":590},{"style":528},[591],{"type":46,"value":570},{"type":40,"tag":521,"props":593,"children":594},{"style":573},[595],{"type":46,"value":596},"Role",{"type":40,"tag":521,"props":598,"children":599},{"style":528},[600],{"type":46,"value":581},{"type":40,"tag":521,"props":602,"children":603},{"style":584},[604],{"type":46,"value":605}," on ",{"type":40,"tag":521,"props":607,"children":608},{"style":528},[609],{"type":46,"value":570},{"type":40,"tag":521,"props":611,"children":612},{"style":573},[613],{"type":46,"value":614},"Team",{"type":40,"tag":521,"props":616,"children":617},{"style":528},[618],{"type":46,"value":581},{"type":40,"tag":521,"props":620,"children":621},{"style":584},[622],{"type":46,"value":623},".\n",{"type":40,"tag":521,"props":625,"children":627},{"class":523,"line":626},5,[628],{"type":40,"tag":521,"props":629,"children":630},{"emptyLinePlaceholder":544},[631],{"type":46,"value":547},{"type":40,"tag":521,"props":633,"children":635},{"class":523,"line":634},6,[636,640],{"type":40,"tag":521,"props":637,"children":638},{"style":528},[639],{"type":46,"value":556},{"type":40,"tag":521,"props":641,"children":642},{"style":534},[643],{"type":46,"value":644},"People\n",{"type":40,"tag":521,"props":646,"children":648},{"class":523,"line":647},7,[649,654,659,663,668],{"type":40,"tag":521,"props":650,"children":651},{"style":528},[652],{"type":46,"value":653},"|",{"type":40,"tag":521,"props":655,"children":656},{"style":584},[657],{"type":46,"value":658}," Who ",{"type":40,"tag":521,"props":660,"children":661},{"style":528},[662],{"type":46,"value":653},{"type":40,"tag":521,"props":664,"children":665},{"style":584},[666],{"type":46,"value":667}," Role ",{"type":40,"tag":521,"props":669,"children":670},{"style":528},[671],{"type":46,"value":672},"|\n",{"type":40,"tag":521,"props":674,"children":676},{"class":523,"line":675},8,[677],{"type":40,"tag":521,"props":678,"children":679},{"style":528},[680],{"type":46,"value":681},"|-----|------|\n",{"type":40,"tag":521,"props":683,"children":685},{"class":523,"line":684},9,[686,690,696,702,707,712,717,721,726,730],{"type":40,"tag":521,"props":687,"children":688},{"style":528},[689],{"type":46,"value":653},{"type":40,"tag":521,"props":691,"children":693},{"style":692},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[694],{"type":46,"value":695}," **[",{"type":40,"tag":521,"props":697,"children":699},{"style":698},"--shiki-light:#91B859;--shiki-light-font-weight:bold;--shiki-default:#C3E88D;--shiki-default-font-weight:bold;--shiki-dark:#C3E88D;--shiki-dark-font-weight:bold",[700],{"type":46,"value":701},"Nickname",{"type":40,"tag":521,"props":703,"children":704},{"style":692},[705],{"type":46,"value":706},"]**",{"type":40,"tag":521,"props":708,"children":709},{"style":528},[710],{"type":46,"value":711}," |",{"type":40,"tag":521,"props":713,"children":714},{"style":584},[715],{"type":46,"value":716}," [Full Name], ",{"type":40,"tag":521,"props":718,"children":719},{"style":528},[720],{"type":46,"value":570},{"type":40,"tag":521,"props":722,"children":723},{"style":573},[724],{"type":46,"value":725},"role",{"type":40,"tag":521,"props":727,"children":728},{"style":528},[729],{"type":46,"value":581},{"type":40,"tag":521,"props":731,"children":732},{"style":528},[733],{"type":46,"value":734}," |\n",{"type":40,"tag":521,"props":736,"children":738},{"class":523,"line":737},10,[739],{"type":40,"tag":521,"props":740,"children":741},{"emptyLinePlaceholder":544},[742],{"type":46,"value":547},{"type":40,"tag":521,"props":744,"children":746},{"class":523,"line":745},11,[747,751],{"type":40,"tag":521,"props":748,"children":749},{"style":528},[750],{"type":46,"value":556},{"type":40,"tag":521,"props":752,"children":753},{"style":534},[754],{"type":46,"value":755},"Terms\n",{"type":40,"tag":521,"props":757,"children":759},{"class":523,"line":758},12,[760,764,769,773,778],{"type":40,"tag":521,"props":761,"children":762},{"style":528},[763],{"type":46,"value":653},{"type":40,"tag":521,"props":765,"children":766},{"style":584},[767],{"type":46,"value":768}," Term ",{"type":40,"tag":521,"props":770,"children":771},{"style":528},[772],{"type":46,"value":653},{"type":40,"tag":521,"props":774,"children":775},{"style":584},[776],{"type":46,"value":777}," Meaning ",{"type":40,"tag":521,"props":779,"children":780},{"style":528},[781],{"type":46,"value":672},{"type":40,"tag":521,"props":783,"children":785},{"class":523,"line":784},13,[786],{"type":40,"tag":521,"props":787,"children":788},{"style":528},[789],{"type":46,"value":790},"|------|---------|\n",{"type":40,"tag":521,"props":792,"children":794},{"class":523,"line":793},14,[795,799,804,809,813,817,821,826,830],{"type":40,"tag":521,"props":796,"children":797},{"style":528},[798],{"type":46,"value":653},{"type":40,"tag":521,"props":800,"children":801},{"style":528},[802],{"type":46,"value":803}," [",{"type":40,"tag":521,"props":805,"children":806},{"style":573},[807],{"type":46,"value":808},"acronym",{"type":40,"tag":521,"props":810,"children":811},{"style":528},[812],{"type":46,"value":581},{"type":40,"tag":521,"props":814,"children":815},{"style":528},[816],{"type":46,"value":711},{"type":40,"tag":521,"props":818,"children":819},{"style":528},[820],{"type":46,"value":803},{"type":40,"tag":521,"props":822,"children":823},{"style":573},[824],{"type":46,"value":825},"expansion",{"type":40,"tag":521,"props":827,"children":828},{"style":528},[829],{"type":46,"value":581},{"type":40,"tag":521,"props":831,"children":832},{"style":528},[833],{"type":46,"value":734},{"type":40,"tag":521,"props":835,"children":837},{"class":523,"line":836},15,[838],{"type":40,"tag":521,"props":839,"children":840},{"emptyLinePlaceholder":544},[841],{"type":46,"value":547},{"type":40,"tag":521,"props":843,"children":845},{"class":523,"line":844},16,[846,850],{"type":40,"tag":521,"props":847,"children":848},{"style":528},[849],{"type":46,"value":556},{"type":40,"tag":521,"props":851,"children":852},{"style":534},[853],{"type":46,"value":854},"Projects\n",{"type":40,"tag":521,"props":856,"children":858},{"class":523,"line":857},17,[859,863,868,872,877],{"type":40,"tag":521,"props":860,"children":861},{"style":528},[862],{"type":46,"value":653},{"type":40,"tag":521,"props":864,"children":865},{"style":584},[866],{"type":46,"value":867}," Name ",{"type":40,"tag":521,"props":869,"children":870},{"style":528},[871],{"type":46,"value":653},{"type":40,"tag":521,"props":873,"children":874},{"style":584},[875],{"type":46,"value":876}," What ",{"type":40,"tag":521,"props":878,"children":879},{"style":528},[880],{"type":46,"value":672},{"type":40,"tag":521,"props":882,"children":884},{"class":523,"line":883},18,[885],{"type":40,"tag":521,"props":886,"children":887},{"style":528},[888],{"type":46,"value":889},"|------|------|\n",{"type":40,"tag":521,"props":891,"children":893},{"class":523,"line":892},19,[894,898,902,907,911,915,919,924,928],{"type":40,"tag":521,"props":895,"children":896},{"style":528},[897],{"type":46,"value":653},{"type":40,"tag":521,"props":899,"children":900},{"style":692},[901],{"type":46,"value":695},{"type":40,"tag":521,"props":903,"children":904},{"style":698},[905],{"type":46,"value":906},"Codename",{"type":40,"tag":521,"props":908,"children":909},{"style":692},[910],{"type":46,"value":706},{"type":40,"tag":521,"props":912,"children":913},{"style":528},[914],{"type":46,"value":711},{"type":40,"tag":521,"props":916,"children":917},{"style":528},[918],{"type":46,"value":803},{"type":40,"tag":521,"props":920,"children":921},{"style":573},[922],{"type":46,"value":923},"description",{"type":40,"tag":521,"props":925,"children":926},{"style":528},[927],{"type":46,"value":581},{"type":40,"tag":521,"props":929,"children":930},{"style":528},[931],{"type":46,"value":734},{"type":40,"tag":521,"props":933,"children":935},{"class":523,"line":934},20,[936],{"type":40,"tag":521,"props":937,"children":938},{"emptyLinePlaceholder":544},[939],{"type":46,"value":547},{"type":40,"tag":521,"props":941,"children":943},{"class":523,"line":942},21,[944,948],{"type":40,"tag":521,"props":945,"children":946},{"style":528},[947],{"type":46,"value":556},{"type":40,"tag":521,"props":949,"children":950},{"style":534},[951],{"type":46,"value":952},"Preferences\n",{"type":40,"tag":521,"props":954,"children":956},{"class":523,"line":955},22,[957,962],{"type":40,"tag":521,"props":958,"children":959},{"style":528},[960],{"type":46,"value":961},"-",{"type":40,"tag":521,"props":963,"children":964},{"style":584},[965],{"type":46,"value":966}," [preferences discovered]\n",{"type":40,"tag":53,"props":968,"children":969},{},[970,974],{"type":40,"tag":151,"props":971,"children":972},{},[973],{"type":46,"value":127},{"type":46,"value":975}," directory:",{"type":40,"tag":92,"props":977,"children":978},{},[979,990,1001,1012],{"type":40,"tag":96,"props":980,"children":981},{},[982,988],{"type":40,"tag":100,"props":983,"children":985},{"className":984},[],[986],{"type":46,"value":987},"memory\u002Fglossary.md",{"type":46,"value":989}," — full decoder ring (acronyms, terms, nicknames, codenames)",{"type":40,"tag":96,"props":991,"children":992},{},[993,999],{"type":40,"tag":100,"props":994,"children":996},{"className":995},[],[997],{"type":46,"value":998},"memory\u002Fpeople\u002F{name}.md",{"type":46,"value":1000}," — individual profiles",{"type":40,"tag":96,"props":1002,"children":1003},{},[1004,1010],{"type":40,"tag":100,"props":1005,"children":1007},{"className":1006},[],[1008],{"type":46,"value":1009},"memory\u002Fprojects\u002F{name}.md",{"type":46,"value":1011}," — project details",{"type":40,"tag":96,"props":1013,"children":1014},{},[1015,1021],{"type":40,"tag":100,"props":1016,"children":1018},{"className":1017},[],[1019],{"type":46,"value":1020},"memory\u002Fcontext\u002Fcompany.md",{"type":46,"value":1022}," — teams, tools, processes",{"type":40,"tag":80,"props":1024,"children":1026},{"id":1025},"_8-report-results",[1027],{"type":46,"value":1028},"8. Report Results",{"type":40,"tag":257,"props":1030,"children":1033},{"className":1031,"code":1032,"language":46},[260],"Productivity system ready:\n- Tasks: TASKS.md (X items)\n- Memory: X people, X terms, X projects\n- Dashboard: open in browser\n\nUse \u002Fproductivity:update to keep things current (add --comprehensive for a deep scan).\n",[1034],{"type":40,"tag":100,"props":1035,"children":1036},{"__ignoreMap":265},[1037],{"type":46,"value":1032},{"type":40,"tag":73,"props":1039,"children":1041},{"id":1040},"notes",[1042],{"type":46,"value":1043},"Notes",{"type":40,"tag":92,"props":1045,"children":1046},{},[1047,1052,1057,1062],{"type":40,"tag":96,"props":1048,"children":1049},{},[1050],{"type":46,"value":1051},"If memory is already initialized, this just opens the dashboard",{"type":40,"tag":96,"props":1053,"children":1054},{},[1055],{"type":46,"value":1056},"Nicknames are critical — always capture how people are actually referred to",{"type":40,"tag":96,"props":1058,"children":1059},{},[1060],{"type":46,"value":1061},"If a source isn't available, skip it and note the gap",{"type":40,"tag":96,"props":1063,"children":1064},{},[1065],{"type":46,"value":1066},"Memory grows organically through natural conversation after bootstrap",{"type":40,"tag":1068,"props":1069,"children":1070},"style",{},[1071],{"type":46,"value":1072},"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":1074,"total":1191},[1075,1091,1107,1123,1141,1160,1176],{"slug":1076,"name":1076,"fn":1077,"description":1078,"org":1079,"tags":1080,"stars":23,"repoUrl":24,"updatedAt":1090},"accessibility-review","run WCAG accessibility audits","Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with \"audit accessibility\", \"check a11y\", \"is this accessible?\", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1081,1084,1087],{"name":1082,"slug":1083,"type":16},"Accessibility","accessibility",{"name":1085,"slug":1086,"type":16},"Design","design",{"name":1088,"slug":1089,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":1092,"name":1092,"fn":1093,"description":1094,"org":1095,"tags":1096,"stars":23,"repoUrl":24,"updatedAt":1106},"account-research","research accounts for sales intel","Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with \"research [company]\", \"look up [person]\", \"intel on [prospect]\", \"who is [name] at [company]\", or \"tell me about [company]\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1097,1100,1103],{"name":1098,"slug":1099,"type":16},"CRM","crm",{"name":1101,"slug":1102,"type":16},"Research","research",{"name":1104,"slug":1105,"type":16},"Sales","sales","2026-04-06T17:56:41.410418",{"slug":1108,"name":1108,"fn":1109,"description":1110,"org":1111,"tags":1112,"stars":23,"repoUrl":24,"updatedAt":1122},"analyze","answer data questions and run analyses","Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1113,1116,1119],{"name":1114,"slug":1115,"type":16},"Analytics","analytics",{"name":1117,"slug":1118,"type":16},"Data Analysis","data-analysis",{"name":1120,"slug":1121,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":1124,"name":1124,"fn":1125,"description":1126,"org":1127,"tags":1128,"stars":23,"repoUrl":24,"updatedAt":1140},"architecture","create and evaluate architecture decision records","Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1129,1132,1134,1137],{"name":1130,"slug":1131,"type":16},"ADR","adr",{"name":1133,"slug":1124,"type":16},"Architecture",{"name":1135,"slug":1136,"type":16},"Documentation","documentation",{"name":1138,"slug":1139,"type":16},"Engineering","engineering","2026-04-06T17:57:49.26444",{"slug":1142,"name":1142,"fn":1143,"description":1144,"org":1145,"tags":1146,"stars":23,"repoUrl":24,"updatedAt":1159},"audit-support","support SOX 404 control testing","Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1147,1150,1153,1156],{"name":1148,"slug":1149,"type":16},"Audit","audit",{"name":1151,"slug":1152,"type":16},"Finance","finance",{"name":1154,"slug":1155,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":1157,"slug":1158,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":1161,"name":1161,"fn":1162,"description":1163,"org":1164,"tags":1165,"stars":23,"repoUrl":24,"updatedAt":1175},"brand-review","review content against brand voice","Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before\u002Fafter fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1166,1169,1172],{"name":1167,"slug":1168,"type":16},"Branding","branding",{"name":1170,"slug":1171,"type":16},"Marketing","marketing",{"name":1173,"slug":1174,"type":16},"Writing","writing","2026-04-06T17:58:19.548331",{"slug":1177,"name":1177,"fn":1178,"description":1179,"org":1180,"tags":1181,"stars":23,"repoUrl":24,"updatedAt":1190},"brand-voice-enforcement","enforce brand voice in content","This skill applies brand guidelines to content creation. It should be used when the user asks to \"write an email\", \"draft a proposal\", \"create a pitch deck\", \"write a LinkedIn post\", \"draft a presentation\", \"write a Slack message\", \"draft sales content\", or any content creation request where brand voice should be applied. Also triggers on \"on-brand\", \"brand voice\", \"enforce voice\", \"apply brand guidelines\", \"brand-aligned content\", \"write in our voice\", \"use our brand tone\", \"make this sound like us\", \"rewrite this in our tone\", or \"this doesn't sound on-brand\". Not for generating guidelines from scratch (use guideline-generation) or discovering brand materials (use discover-brand).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1182,1183,1186,1189],{"name":1167,"slug":1168,"type":16},{"name":1184,"slug":1185,"type":16},"Communications","communications",{"name":1187,"slug":1188,"type":16},"Content Creation","content-creation",{"name":1173,"slug":1174,"type":16},"2026-04-06T18:00:23.528956",200,{"items":1193,"total":1370},[1194,1213,1225,1237,1256,1267,1288,1308,1318,1333,1341,1354],{"slug":1195,"name":1195,"fn":1196,"description":1197,"org":1198,"tags":1199,"stars":1210,"repoUrl":1211,"updatedAt":1212},"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},[1200,1203,1204,1207],{"name":1201,"slug":1202,"type":16},"Creative","creative",{"name":1085,"slug":1086,"type":16},{"name":1205,"slug":1206,"type":16},"Generative Art","generative-art",{"name":1208,"slug":1209,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1214,"name":1214,"fn":1215,"description":1216,"org":1217,"tags":1218,"stars":1210,"repoUrl":1211,"updatedAt":1224},"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},[1219,1220,1221],{"name":1167,"slug":1168,"type":16},{"name":1085,"slug":1086,"type":16},{"name":1222,"slug":1223,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1226,"name":1226,"fn":1227,"description":1228,"org":1229,"tags":1230,"stars":1210,"repoUrl":1211,"updatedAt":1236},"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},[1231,1232,1233],{"name":1201,"slug":1202,"type":16},{"name":1085,"slug":1086,"type":16},{"name":1234,"slug":1235,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1238,"name":1238,"fn":1239,"description":1240,"org":1241,"tags":1242,"stars":1210,"repoUrl":1211,"updatedAt":1255},"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},[1243,1246,1247,1250,1252],{"name":1244,"slug":1245,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1248,"slug":1249,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1251,"slug":1238,"type":16},"Claude API",{"name":1253,"slug":1254,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1257,"name":1257,"fn":1258,"description":1259,"org":1260,"tags":1261,"stars":1210,"repoUrl":1211,"updatedAt":1266},"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},[1262,1263],{"name":1135,"slug":1136,"type":16},{"name":1264,"slug":1265,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1268,"name":1268,"fn":1269,"description":1270,"org":1271,"tags":1272,"stars":1210,"repoUrl":1211,"updatedAt":1287},"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},[1273,1276,1278,1281,1284],{"name":1274,"slug":1275,"type":16},"Documents","documents",{"name":1277,"slug":1268,"type":16},"DOCX",{"name":1279,"slug":1280,"type":16},"Office","office",{"name":1282,"slug":1283,"type":16},"Templates","templates",{"name":1285,"slug":1286,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1289,"name":1289,"fn":1290,"description":1291,"org":1292,"tags":1293,"stars":1210,"repoUrl":1211,"updatedAt":1307},"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},[1294,1295,1298,1301,1304],{"name":1085,"slug":1086,"type":16},{"name":1296,"slug":1297,"type":16},"Frontend","frontend",{"name":1299,"slug":1300,"type":16},"React","react",{"name":1302,"slug":1303,"type":16},"Tailwind CSS","tailwind-css",{"name":1305,"slug":1306,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1309,"name":1309,"fn":1310,"description":1311,"org":1312,"tags":1313,"stars":1210,"repoUrl":1211,"updatedAt":1317},"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},[1314,1315,1316],{"name":1184,"slug":1185,"type":16},{"name":1282,"slug":1283,"type":16},{"name":1173,"slug":1174,"type":16},"2026-04-06T17:56:20.695522",{"slug":1319,"name":1319,"fn":1320,"description":1321,"org":1322,"tags":1323,"stars":1210,"repoUrl":1211,"updatedAt":1332},"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},[1324,1325,1328,1329],{"name":1244,"slug":1245,"type":16},{"name":1326,"slug":1327,"type":16},"API Development","api-development",{"name":1253,"slug":1254,"type":16},{"name":1330,"slug":1331,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1235,"name":1235,"fn":1334,"description":1335,"org":1336,"tags":1337,"stars":1210,"repoUrl":1211,"updatedAt":1340},"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},[1338,1339],{"name":1274,"slug":1275,"type":16},{"name":1234,"slug":1235,"type":16},"2026-04-06T17:56:02.483316",{"slug":1342,"name":1342,"fn":1343,"description":1344,"org":1345,"tags":1346,"stars":1210,"repoUrl":1211,"updatedAt":1353},"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},[1347,1350],{"name":1348,"slug":1349,"type":16},"PowerPoint","powerpoint",{"name":1351,"slug":1352,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1355,"name":1355,"fn":1356,"description":1357,"org":1358,"tags":1359,"stars":1210,"repoUrl":1211,"updatedAt":1369},"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},[1360,1361,1362,1365,1368],{"name":1244,"slug":1245,"type":16},{"name":1135,"slug":1136,"type":16},{"name":1363,"slug":1364,"type":16},"Evals","evals",{"name":1366,"slug":1367,"type":16},"Performance","performance",{"name":1264,"slug":1265,"type":16},"2026-04-19T06:45:40.804",490]