[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-configure":3,"mdc-boj84v-key":37,"related-repo-anthropic-configure":470,"related-org-anthropic-configure":572},{"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":32,"sourceUrl":35,"mdContent":36},"configure","configure iMessage channel and access policy","Check iMessage channel setup and review access policy. Use when the user asks to configure iMessage, asks \"how do I set this up\" or \"who can reach me,\" or wants to know why texts aren't reaching the assistant.",{"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},"iMessage","imessage","tag",{"name":18,"slug":19,"type":16},"Messaging","messaging",{"name":21,"slug":22,"type":16},"Access Control","access-control",32228,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-plugins-official","2026-04-12T04:54:57.235619",null,3591,[29,30,31],"claude-code","mcp","skills",{"repoUrl":24,"stars":23,"forks":27,"topics":33,"description":34},[29,30,31],"Official, Anthropic-managed directory of high quality Claude Code Plugins.","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-plugins-official\u002Ftree\u002FHEAD\u002Fexternal_plugins\u002Fimessage\u002Fskills\u002Fconfigure","---\nname: configure\ndescription: Check iMessage channel setup and review access policy. Use when the user asks to configure iMessage, asks \"how do I set this up\" or \"who can reach me,\" or wants to know why texts aren't reaching the assistant.\nuser-invocable: true\nallowed-tools:\n  - Read\n  - Bash(ls *)\n---\n\n# \u002Fimessage:configure — iMessage Channel Setup\n\nThere's no token to save — iMessage reads `~\u002FLibrary\u002FMessages\u002Fchat.db`\ndirectly. This skill checks whether that works and orients the user on\naccess policy.\n\nArguments passed: `$ARGUMENTS` (unused — this skill only shows status)\n\n---\n\n## Status and guidance\n\nRead state and give the user a complete picture:\n\n1. **Full Disk Access** — run `ls ~\u002FLibrary\u002FMessages\u002Fchat.db`. If it fails\n   with \"Operation not permitted\", FDA isn't granted. Say: *\"Grant Full Disk\n   Access to your terminal (or IDE if that's where Claude Code runs): System\n   Settings → Privacy & Security → Full Disk Access. The server can't read\n   chat.db without it.\"*\n\n2. **Access** — read `~\u002F.claude\u002Fchannels\u002Fimessage\u002Faccess.json` (missing file\n   = defaults: `dmPolicy: \"allowlist\"`, empty allowlist). Show:\n   - DM policy and what it means in one line\n   - Allowed senders: count, and list the handles\n   - Pending pairings: count, with codes if any (only if policy is `pairing`)\n\n3. **What next** — end with a concrete next step based on state:\n   - FDA not granted → the FDA instructions above\n   - FDA granted, policy is allowlist → *\"Text yourself from any device\n     signed into your Apple ID — self-chat always bypasses the gate. To let\n     someone else through: `\u002Fimessage:access allow +15551234567`.\"*\n   - FDA granted, someone allowed → *\"Ready. Self-chat works; {N} other\n     sender(s) allowed.\"*\n\n---\n\n## Build the allowlist — don't pair\n\niMessage reads your **personal** `chat.db`. You already know the phone\nnumbers and emails of people you'd allow — there's no ID-capture problem to\nsolve. Pairing has no upside here and a clear downside: every contact who\ntexts this Mac gets an unsolicited auto-reply.\n\nDrive the conversation this way:\n\n1. Read the allowlist. Tell the user who's in it (self-chat always works\n   regardless).\n2. Ask: *\"Besides yourself, who should be able to text you through this?\"*\n3. **\"Nobody, just me\"** → done. The default `allowlist` with an empty list\n   is correct. Self-chat bypasses the gate.\n4. **\"My partner \u002F a friend \u002F a couple people\"** → ask for each handle\n   (phone like `+15551234567` or email like `them@icloud.com`) and offer to\n   run `\u002Fimessage:access allow \u003Chandle>` for each. Stay on `allowlist`.\n5. **Current policy is `pairing`** → flag it immediately: *\"Your policy is\n   `pairing`, which auto-replies a code to every contact who texts this Mac.\n   Switch back to `allowlist`?\"* and offer `\u002Fimessage:access policy\n   allowlist`. Don't wait to be asked.\n6. **User asks for `pairing`** → push back. Explain the auto-reply-to-\n   everyone consequence. If they insist and confirm a dedicated line with\n   few contacts, fine — but treat it as a one-off, not a recommendation.\n\nHandles are `+15551234567` or `someone@icloud.com`. `disabled` drops\neverything except self-chat.\n\n---\n\n## Implementation notes\n\n- No `.env` file for this channel. No token. The only OS-level setup is FDA\n  plus the one-time Automation prompt when the server first sends (which\n  can't be checked from here).\n- `access.json` is re-read on every inbound message — policy changes via\n  `\u002Fimessage:access` take effect immediately, no restart.\n",{"data":38,"body":43},{"name":4,"description":6,"user-invocable":39,"allowed-tools":40},true,[41,42],"Read","Bash(ls *)",{"type":44,"children":45},"root",[46,55,70,83,87,94,99,228,231,237,257,262,398,426,429,435],{"type":47,"tag":48,"props":49,"children":51},"element","h1",{"id":50},"imessageconfigure-imessage-channel-setup",[52],{"type":53,"value":54},"text","\u002Fimessage:configure — iMessage Channel Setup",{"type":47,"tag":56,"props":57,"children":58},"p",{},[59,61,68],{"type":53,"value":60},"There's no token to save — iMessage reads ",{"type":47,"tag":62,"props":63,"children":65},"code",{"className":64},[],[66],{"type":53,"value":67},"~\u002FLibrary\u002FMessages\u002Fchat.db",{"type":53,"value":69},"\ndirectly. This skill checks whether that works and orients the user on\naccess policy.",{"type":47,"tag":56,"props":71,"children":72},{},[73,75,81],{"type":53,"value":74},"Arguments passed: ",{"type":47,"tag":62,"props":76,"children":78},{"className":77},[],[79],{"type":53,"value":80},"$ARGUMENTS",{"type":53,"value":82}," (unused — this skill only shows status)",{"type":47,"tag":84,"props":85,"children":86},"hr",{},[],{"type":47,"tag":88,"props":89,"children":91},"h2",{"id":90},"status-and-guidance",[92],{"type":53,"value":93},"Status and guidance",{"type":47,"tag":56,"props":95,"children":96},{},[97],{"type":53,"value":98},"Read state and give the user a complete picture:",{"type":47,"tag":100,"props":101,"children":102},"ol",{},[103,129,182],{"type":47,"tag":104,"props":105,"children":106},"li",{},[107,113,115,121,123],{"type":47,"tag":108,"props":109,"children":110},"strong",{},[111],{"type":53,"value":112},"Full Disk Access",{"type":53,"value":114}," — run ",{"type":47,"tag":62,"props":116,"children":118},{"className":117},[],[119],{"type":53,"value":120},"ls ~\u002FLibrary\u002FMessages\u002Fchat.db",{"type":53,"value":122},". If it fails\nwith \"Operation not permitted\", FDA isn't granted. Say: ",{"type":47,"tag":124,"props":125,"children":126},"em",{},[127],{"type":53,"value":128},"\"Grant Full Disk\nAccess to your terminal (or IDE if that's where Claude Code runs): System\nSettings → Privacy & Security → Full Disk Access. The server can't read\nchat.db without it.\"",{"type":47,"tag":104,"props":130,"children":131},{},[132,137,139,145,147,153,155],{"type":47,"tag":108,"props":133,"children":134},{},[135],{"type":53,"value":136},"Access",{"type":53,"value":138}," — read ",{"type":47,"tag":62,"props":140,"children":142},{"className":141},[],[143],{"type":53,"value":144},"~\u002F.claude\u002Fchannels\u002Fimessage\u002Faccess.json",{"type":53,"value":146}," (missing file\n= defaults: ",{"type":47,"tag":62,"props":148,"children":150},{"className":149},[],[151],{"type":53,"value":152},"dmPolicy: \"allowlist\"",{"type":53,"value":154},", empty allowlist). Show:",{"type":47,"tag":156,"props":157,"children":158},"ul",{},[159,164,169],{"type":47,"tag":104,"props":160,"children":161},{},[162],{"type":53,"value":163},"DM policy and what it means in one line",{"type":47,"tag":104,"props":165,"children":166},{},[167],{"type":53,"value":168},"Allowed senders: count, and list the handles",{"type":47,"tag":104,"props":170,"children":171},{},[172,174,180],{"type":53,"value":173},"Pending pairings: count, with codes if any (only if policy is ",{"type":47,"tag":62,"props":175,"children":177},{"className":176},[],[178],{"type":53,"value":179},"pairing",{"type":53,"value":181},")",{"type":47,"tag":104,"props":183,"children":184},{},[185,190,192],{"type":47,"tag":108,"props":186,"children":187},{},[188],{"type":53,"value":189},"What next",{"type":53,"value":191}," — end with a concrete next step based on state:",{"type":47,"tag":156,"props":193,"children":194},{},[195,200,218],{"type":47,"tag":104,"props":196,"children":197},{},[198],{"type":53,"value":199},"FDA not granted → the FDA instructions above",{"type":47,"tag":104,"props":201,"children":202},{},[203,205],{"type":53,"value":204},"FDA granted, policy is allowlist → ",{"type":47,"tag":124,"props":206,"children":207},{},[208,210,216],{"type":53,"value":209},"\"Text yourself from any device\nsigned into your Apple ID — self-chat always bypasses the gate. To let\nsomeone else through: ",{"type":47,"tag":62,"props":211,"children":213},{"className":212},[],[214],{"type":53,"value":215},"\u002Fimessage:access allow +15551234567",{"type":53,"value":217},".\"",{"type":47,"tag":104,"props":219,"children":220},{},[221,223],{"type":53,"value":222},"FDA granted, someone allowed → ",{"type":47,"tag":124,"props":224,"children":225},{},[226],{"type":53,"value":227},"\"Ready. Self-chat works; {N} other\nsender(s) allowed.\"",{"type":47,"tag":84,"props":229,"children":230},{},[],{"type":47,"tag":88,"props":232,"children":234},{"id":233},"build-the-allowlist-dont-pair",[235],{"type":53,"value":236},"Build the allowlist — don't pair",{"type":47,"tag":56,"props":238,"children":239},{},[240,242,247,249,255],{"type":53,"value":241},"iMessage reads your ",{"type":47,"tag":108,"props":243,"children":244},{},[245],{"type":53,"value":246},"personal",{"type":53,"value":248}," ",{"type":47,"tag":62,"props":250,"children":252},{"className":251},[],[253],{"type":53,"value":254},"chat.db",{"type":53,"value":256},". You already know the phone\nnumbers and emails of people you'd allow — there's no ID-capture problem to\nsolve. Pairing has no upside here and a clear downside: every contact who\ntexts this Mac gets an unsolicited auto-reply.",{"type":47,"tag":56,"props":258,"children":259},{},[260],{"type":53,"value":261},"Drive the conversation this way:",{"type":47,"tag":100,"props":263,"children":264},{},[265,270,280,298,339,383],{"type":47,"tag":104,"props":266,"children":267},{},[268],{"type":53,"value":269},"Read the allowlist. Tell the user who's in it (self-chat always works\nregardless).",{"type":47,"tag":104,"props":271,"children":272},{},[273,275],{"type":53,"value":274},"Ask: ",{"type":47,"tag":124,"props":276,"children":277},{},[278],{"type":53,"value":279},"\"Besides yourself, who should be able to text you through this?\"",{"type":47,"tag":104,"props":281,"children":282},{},[283,288,290,296],{"type":47,"tag":108,"props":284,"children":285},{},[286],{"type":53,"value":287},"\"Nobody, just me\"",{"type":53,"value":289}," → done. The default ",{"type":47,"tag":62,"props":291,"children":293},{"className":292},[],[294],{"type":53,"value":295},"allowlist",{"type":53,"value":297}," with an empty list\nis correct. Self-chat bypasses the gate.",{"type":47,"tag":104,"props":299,"children":300},{},[301,306,308,314,316,322,324,330,332,337],{"type":47,"tag":108,"props":302,"children":303},{},[304],{"type":53,"value":305},"\"My partner \u002F a friend \u002F a couple people\"",{"type":53,"value":307}," → ask for each handle\n(phone like ",{"type":47,"tag":62,"props":309,"children":311},{"className":310},[],[312],{"type":53,"value":313},"+15551234567",{"type":53,"value":315}," or email like ",{"type":47,"tag":62,"props":317,"children":319},{"className":318},[],[320],{"type":53,"value":321},"them@icloud.com",{"type":53,"value":323},") and offer to\nrun ",{"type":47,"tag":62,"props":325,"children":327},{"className":326},[],[328],{"type":53,"value":329},"\u002Fimessage:access allow \u003Chandle>",{"type":53,"value":331}," for each. Stay on ",{"type":47,"tag":62,"props":333,"children":335},{"className":334},[],[336],{"type":53,"value":295},{"type":53,"value":338},".",{"type":47,"tag":104,"props":340,"children":341},{},[342,352,354,373,375,381],{"type":47,"tag":108,"props":343,"children":344},{},[345,347],{"type":53,"value":346},"Current policy is ",{"type":47,"tag":62,"props":348,"children":350},{"className":349},[],[351],{"type":53,"value":179},{"type":53,"value":353}," → flag it immediately: ",{"type":47,"tag":124,"props":355,"children":356},{},[357,359,364,366,371],{"type":53,"value":358},"\"Your policy is\n",{"type":47,"tag":62,"props":360,"children":362},{"className":361},[],[363],{"type":53,"value":179},{"type":53,"value":365},", which auto-replies a code to every contact who texts this Mac.\nSwitch back to ",{"type":47,"tag":62,"props":367,"children":369},{"className":368},[],[370],{"type":53,"value":295},{"type":53,"value":372},"?\"",{"type":53,"value":374}," and offer ",{"type":47,"tag":62,"props":376,"children":378},{"className":377},[],[379],{"type":53,"value":380},"\u002Fimessage:access policy allowlist",{"type":53,"value":382},". Don't wait to be asked.",{"type":47,"tag":104,"props":384,"children":385},{},[386,396],{"type":47,"tag":108,"props":387,"children":388},{},[389,391],{"type":53,"value":390},"User asks for ",{"type":47,"tag":62,"props":392,"children":394},{"className":393},[],[395],{"type":53,"value":179},{"type":53,"value":397}," → push back. Explain the auto-reply-to-\neveryone consequence. If they insist and confirm a dedicated line with\nfew contacts, fine — but treat it as a one-off, not a recommendation.",{"type":47,"tag":56,"props":399,"children":400},{},[401,403,408,410,416,418,424],{"type":53,"value":402},"Handles are ",{"type":47,"tag":62,"props":404,"children":406},{"className":405},[],[407],{"type":53,"value":313},{"type":53,"value":409}," or ",{"type":47,"tag":62,"props":411,"children":413},{"className":412},[],[414],{"type":53,"value":415},"someone@icloud.com",{"type":53,"value":417},". ",{"type":47,"tag":62,"props":419,"children":421},{"className":420},[],[422],{"type":53,"value":423},"disabled",{"type":53,"value":425}," drops\neverything except self-chat.",{"type":47,"tag":84,"props":427,"children":428},{},[],{"type":47,"tag":88,"props":430,"children":432},{"id":431},"implementation-notes",[433],{"type":53,"value":434},"Implementation notes",{"type":47,"tag":156,"props":436,"children":437},{},[438,451],{"type":47,"tag":104,"props":439,"children":440},{},[441,443,449],{"type":53,"value":442},"No ",{"type":47,"tag":62,"props":444,"children":446},{"className":445},[],[447],{"type":53,"value":448},".env",{"type":53,"value":450}," file for this channel. No token. The only OS-level setup is FDA\nplus the one-time Automation prompt when the server first sends (which\ncan't be checked from here).",{"type":47,"tag":104,"props":452,"children":453},{},[454,460,462,468],{"type":47,"tag":62,"props":455,"children":457},{"className":456},[],[458],{"type":53,"value":459},"access.json",{"type":53,"value":461}," is re-read on every inbound message — policy changes via\n",{"type":47,"tag":62,"props":463,"children":465},{"className":464},[],[466],{"type":53,"value":467},"\u002Fimessage:access",{"type":53,"value":469}," take effect immediately, no restart.",{"items":471,"total":571},[472,482,499,514,527,540,559],{"slug":473,"name":473,"fn":474,"description":475,"org":476,"tags":477,"stars":23,"repoUrl":24,"updatedAt":481},"access","manage iMessage channel access and permissions","Manage iMessage channel access — approve pairings, edit allowlists, set DM\u002Fgroup policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the iMessage channel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[478,479,480],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},"2026-04-12T04:54:55.917969",{"slug":483,"name":483,"fn":484,"description":485,"org":486,"tags":487,"stars":23,"repoUrl":24,"updatedAt":498},"agent-development","develop and configure AI agents","This skill should be used when the user asks to \"create an agent\", \"add an agent\", \"write a subagent\", \"agent frontmatter\", \"when to use description\", \"agent examples\", \"agent tools\", \"agent colors\", \"autonomous agent\", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[488,491,492,495],{"name":489,"slug":490,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":493,"slug":494,"type":16},"Documentation","documentation",{"name":496,"slug":497,"type":16},"Plugin Development","plugin-development","2026-04-10T04:55:41.251084",{"slug":500,"name":500,"fn":501,"description":502,"org":503,"tags":504,"stars":23,"repoUrl":24,"updatedAt":513},"build-mcp-app","build MCP apps with interactive UI","This skill should be used when the user wants to build an \"MCP app\", add \"interactive UI\" or \"widgets\" to an MCP server, \"render components in chat\", build \"MCP UI resources\", make a tool that shows a \"form\", \"picker\", \"dashboard\" or \"confirmation dialog\" inline in the conversation, or mentions \"apps SDK\" in the context of MCP. Use AFTER the build-mcp-server skill has settled the deployment model, or when the user already knows they want UI widgets.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[505,506,508,510],{"name":489,"slug":490,"type":16},{"name":507,"slug":29,"type":16},"Claude Code",{"name":509,"slug":30,"type":16},"MCP",{"name":511,"slug":512,"type":16},"UI Components","ui-components","2026-04-06T17:59:32.421865",{"slug":515,"name":515,"fn":516,"description":517,"org":518,"tags":519,"stars":23,"repoUrl":24,"updatedAt":526},"build-mcp-server","build MCP servers","This skill should be used when the user asks to \"build an MCP server\", \"create an MCP\", \"make an MCP integration\", \"wrap an API for Claude\", \"expose tools to Claude\", \"make an MCP app\", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates the user about their use case, determines the right deployment model (remote HTTP, MCPB, local stdio), picks a tool-design pattern, and hands off to specialized skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[520,521,524,525],{"name":489,"slug":490,"type":16},{"name":522,"slug":523,"type":16},"API Development","api-development",{"name":507,"slug":29,"type":16},{"name":509,"slug":30,"type":16},"2026-04-06T17:59:33.744601",{"slug":528,"name":528,"fn":529,"description":530,"org":531,"tags":532,"stars":23,"repoUrl":24,"updatedAt":539},"build-mcpb","package and distribute MCP servers","This skill should be used when the user wants to \"package an MCP server\", \"bundle an MCP\", \"make an MCPB\", \"ship a local MCP server\", \"distribute a local MCP\", discusses \".mcpb files\", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the local filesystem, desktop apps, or OS and must be installable without the user having Node\u002FPython set up.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[533,534,535,536],{"name":489,"slug":490,"type":16},{"name":507,"slug":29,"type":16},{"name":509,"slug":30,"type":16},{"name":537,"slug":538,"type":16},"Packaging","packaging","2026-04-06T17:59:31.159961",{"slug":541,"name":541,"fn":542,"description":543,"org":544,"tags":545,"stars":23,"repoUrl":24,"updatedAt":558},"cardputer-buddy","develop MicroPython apps for Cardputer","Iterate on the Cardputer-Adv MicroPython app bundle (Claude Buddy, Snake, Hello) after the device is already provisioned via m5-onboard. Use when the user wants to add a new app, push a single changed .py without re-flashing, watch device serial logs, or run a one-shot REPL command. Trigger on \"add an app\", \"push to the cardputer\", \"tail the device\", \"run on the device\", or follow-up work after \u002Fmaker-setup.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[546,549,552,555],{"name":547,"slug":548,"type":16},"Hardware","hardware",{"name":550,"slug":551,"type":16},"M5Stack","m5stack",{"name":553,"slug":554,"type":16},"MicroPython","micropython",{"name":556,"slug":557,"type":16},"Python","python","2026-05-06T05:39:00.134385",{"slug":560,"name":560,"fn":561,"description":562,"org":563,"tags":564,"stars":23,"repoUrl":24,"updatedAt":570},"claude-automation-recommender","recommend Claude Code automations","Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what Claude Code features they should use.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[565,568,569],{"name":566,"slug":567,"type":16},"Agent Context","agent-context",{"name":507,"slug":29,"type":16},{"name":509,"slug":30,"type":16},"2026-04-06T18:00:34.049624",25,{"items":573,"total":749},[574,595,609,621,638,649,670,688,702,712,720,733],{"slug":575,"name":575,"fn":576,"description":577,"org":578,"tags":579,"stars":592,"repoUrl":593,"updatedAt":594},"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},[580,583,586,589],{"name":581,"slug":582,"type":16},"Creative","creative",{"name":584,"slug":585,"type":16},"Design","design",{"name":587,"slug":588,"type":16},"Generative Art","generative-art",{"name":590,"slug":591,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":596,"name":596,"fn":597,"description":598,"org":599,"tags":600,"stars":592,"repoUrl":593,"updatedAt":608},"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},[601,604,605],{"name":602,"slug":603,"type":16},"Branding","branding",{"name":584,"slug":585,"type":16},{"name":606,"slug":607,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":610,"name":610,"fn":611,"description":612,"org":613,"tags":614,"stars":592,"repoUrl":593,"updatedAt":620},"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},[615,616,617],{"name":581,"slug":582,"type":16},{"name":584,"slug":585,"type":16},{"name":618,"slug":619,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":622,"name":622,"fn":623,"description":624,"org":625,"tags":626,"stars":592,"repoUrl":593,"updatedAt":637},"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},[627,628,629,632,634],{"name":489,"slug":490,"type":16},{"name":9,"slug":8,"type":16},{"name":630,"slug":631,"type":16},"Anthropic SDK","anthropic-sdk",{"name":633,"slug":622,"type":16},"Claude API",{"name":635,"slug":636,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":639,"name":639,"fn":640,"description":641,"org":642,"tags":643,"stars":592,"repoUrl":593,"updatedAt":648},"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},[644,645],{"name":493,"slug":494,"type":16},{"name":646,"slug":647,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":650,"name":650,"fn":651,"description":652,"org":653,"tags":654,"stars":592,"repoUrl":593,"updatedAt":669},"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},[655,658,660,663,666],{"name":656,"slug":657,"type":16},"Documents","documents",{"name":659,"slug":650,"type":16},"DOCX",{"name":661,"slug":662,"type":16},"Office","office",{"name":664,"slug":665,"type":16},"Templates","templates",{"name":667,"slug":668,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":671,"name":671,"fn":672,"description":673,"org":674,"tags":675,"stars":592,"repoUrl":593,"updatedAt":687},"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},[676,677,680,683,686],{"name":584,"slug":585,"type":16},{"name":678,"slug":679,"type":16},"Frontend","frontend",{"name":681,"slug":682,"type":16},"React","react",{"name":684,"slug":685,"type":16},"Tailwind CSS","tailwind-css",{"name":511,"slug":512,"type":16},"2026-04-06T17:56:16.723469",{"slug":689,"name":689,"fn":690,"description":691,"org":692,"tags":693,"stars":592,"repoUrl":593,"updatedAt":701},"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},[694,697,698],{"name":695,"slug":696,"type":16},"Communications","communications",{"name":664,"slug":665,"type":16},{"name":699,"slug":700,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":703,"name":703,"fn":516,"description":704,"org":705,"tags":706,"stars":592,"repoUrl":593,"updatedAt":711},"mcp-builder","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},[707,708,709,710],{"name":489,"slug":490,"type":16},{"name":522,"slug":523,"type":16},{"name":635,"slug":636,"type":16},{"name":509,"slug":30,"type":16},"2026-04-06T17:56:10.357665",{"slug":619,"name":619,"fn":713,"description":714,"org":715,"tags":716,"stars":592,"repoUrl":593,"updatedAt":719},"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},[717,718],{"name":656,"slug":657,"type":16},{"name":618,"slug":619,"type":16},"2026-04-06T17:56:02.483316",{"slug":721,"name":721,"fn":722,"description":723,"org":724,"tags":725,"stars":592,"repoUrl":593,"updatedAt":732},"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},[726,729],{"name":727,"slug":728,"type":16},"PowerPoint","powerpoint",{"name":730,"slug":731,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":734,"name":734,"fn":735,"description":736,"org":737,"tags":738,"stars":592,"repoUrl":593,"updatedAt":748},"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},[739,740,741,744,747],{"name":489,"slug":490,"type":16},{"name":493,"slug":494,"type":16},{"name":742,"slug":743,"type":16},"Evals","evals",{"name":745,"slug":746,"type":16},"Performance","performance",{"name":646,"slug":647,"type":16},"2026-04-19T06:45:40.804",490]