[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-example-skill":3,"mdc--5xs9t5-key":36,"related-repo-anthropic-example-skill":372,"related-org-anthropic-example-skill":477},{"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":31,"sourceUrl":34,"mdContent":35},"example-skill","create new skills from a template","This skill should be used when the user asks to \"demonstrate skills\", \"show skill format\", \"create a skill template\", or discusses skill development patterns. Provides a reference template for creating Claude Code plugin skills.",{"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},"Documentation","documentation","tag",{"name":18,"slug":19,"type":16},"Claude Code","claude-code",{"name":21,"slug":22,"type":16},"Templates","templates",32228,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-plugins-official","2026-04-06T18:00:27.27607",null,3591,[19,29,30],"mcp","skills",{"repoUrl":24,"stars":23,"forks":27,"topics":32,"description":33},[19,29,30],"Official, Anthropic-managed directory of high quality Claude Code Plugins.","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-plugins-official\u002Ftree\u002FHEAD\u002Fplugins\u002Fexample-plugin\u002Fskills\u002Fexample-skill","---\nname: example-skill\ndescription: This skill should be used when the user asks to \"demonstrate skills\", \"show skill format\", \"create a skill template\", or discusses skill development patterns. Provides a reference template for creating Claude Code plugin skills.\nversion: 1.0.0\n---\n\n# Example Skill\n\nThis skill demonstrates the structure and format for Claude Code plugin skills.\n\n## Overview\n\nSkills are model-invoked capabilities that Claude autonomously uses based on task context. Unlike commands (user-invoked) or agents (spawned by Claude), skills provide contextual guidance that Claude incorporates into its responses.\n\n## When This Skill Applies\n\nThis skill activates when the user's request involves:\n- Creating or understanding plugin skills\n- Skill template or reference needs\n- Skill development patterns\n\n## Skill Structure\n\n### Required Files\n\n```\nskills\u002F\n└── skill-name\u002F\n    └── SKILL.md          # Main skill definition (required)\n```\n\n### Optional Supporting Files\n\n```\nskills\u002F\n└── skill-name\u002F\n    ├── SKILL.md          # Main skill definition\n    ├── README.md         # Additional documentation\n    ├── references\u002F       # Reference materials\n    │   └── patterns.md\n    ├── examples\u002F         # Example files\n    │   └── sample.md\n    └── scripts\u002F          # Helper scripts\n        └── helper.sh\n```\n\n## Frontmatter Options\n\nSkills support these frontmatter fields:\n\n- **name** (required): Skill identifier\n- **description** (required): Trigger conditions - describe when Claude should use this skill\n- **version** (optional): Semantic version number\n- **license** (optional): License information or reference\n\n## Writing Effective Descriptions\n\nThe description field is crucial - it tells Claude when to invoke the skill.\n\n**Good description patterns:**\n```yaml\ndescription: This skill should be used when the user asks to \"specific phrase\", \"another phrase\", mentions \"keyword\", or discusses topic-area.\n```\n\n**Include:**\n- Specific trigger phrases users might say\n- Keywords that indicate relevance\n- Topic areas the skill covers\n\n## Skill Content Guidelines\n\n1. **Clear purpose**: State what the skill helps with\n2. **When to use**: Define activation conditions\n3. **Structured guidance**: Organize information logically\n4. **Actionable instructions**: Provide concrete steps\n5. **Examples**: Include practical examples when helpful\n\n## Best Practices\n\n- Keep skills focused on a single domain\n- Write descriptions that clearly indicate when to activate\n- Include reference materials in subdirectories for complex skills\n- Test that the skill activates for expected queries\n- Avoid overlap with other skills' trigger conditions\n",{"data":37,"body":39},{"name":4,"description":6,"version":38},"1.0.0",{"type":40,"children":41},"root",[42,50,56,63,68,74,79,99,105,112,125,131,140,146,151,195,201,206,214,246,254,272,278,332,338,366],{"type":43,"tag":44,"props":45,"children":46},"element","h1",{"id":4},[47],{"type":48,"value":49},"text","Example Skill",{"type":43,"tag":51,"props":52,"children":53},"p",{},[54],{"type":48,"value":55},"This skill demonstrates the structure and format for Claude Code plugin skills.",{"type":43,"tag":57,"props":58,"children":60},"h2",{"id":59},"overview",[61],{"type":48,"value":62},"Overview",{"type":43,"tag":51,"props":64,"children":65},{},[66],{"type":48,"value":67},"Skills are model-invoked capabilities that Claude autonomously uses based on task context. Unlike commands (user-invoked) or agents (spawned by Claude), skills provide contextual guidance that Claude incorporates into its responses.",{"type":43,"tag":57,"props":69,"children":71},{"id":70},"when-this-skill-applies",[72],{"type":48,"value":73},"When This Skill Applies",{"type":43,"tag":51,"props":75,"children":76},{},[77],{"type":48,"value":78},"This skill activates when the user's request involves:",{"type":43,"tag":80,"props":81,"children":82},"ul",{},[83,89,94],{"type":43,"tag":84,"props":85,"children":86},"li",{},[87],{"type":48,"value":88},"Creating or understanding plugin skills",{"type":43,"tag":84,"props":90,"children":91},{},[92],{"type":48,"value":93},"Skill template or reference needs",{"type":43,"tag":84,"props":95,"children":96},{},[97],{"type":48,"value":98},"Skill development patterns",{"type":43,"tag":57,"props":100,"children":102},{"id":101},"skill-structure",[103],{"type":48,"value":104},"Skill Structure",{"type":43,"tag":106,"props":107,"children":109},"h3",{"id":108},"required-files",[110],{"type":48,"value":111},"Required Files",{"type":43,"tag":113,"props":114,"children":118},"pre",{"className":115,"code":117,"language":48},[116],"language-text","skills\u002F\n└── skill-name\u002F\n    └── SKILL.md          # Main skill definition (required)\n",[119],{"type":43,"tag":120,"props":121,"children":123},"code",{"__ignoreMap":122},"",[124],{"type":48,"value":117},{"type":43,"tag":106,"props":126,"children":128},{"id":127},"optional-supporting-files",[129],{"type":48,"value":130},"Optional Supporting Files",{"type":43,"tag":113,"props":132,"children":135},{"className":133,"code":134,"language":48},[116],"skills\u002F\n└── skill-name\u002F\n    ├── SKILL.md          # Main skill definition\n    ├── README.md         # Additional documentation\n    ├── references\u002F       # Reference materials\n    │   └── patterns.md\n    ├── examples\u002F         # Example files\n    │   └── sample.md\n    └── scripts\u002F          # Helper scripts\n        └── helper.sh\n",[136],{"type":43,"tag":120,"props":137,"children":138},{"__ignoreMap":122},[139],{"type":48,"value":134},{"type":43,"tag":57,"props":141,"children":143},{"id":142},"frontmatter-options",[144],{"type":48,"value":145},"Frontmatter Options",{"type":43,"tag":51,"props":147,"children":148},{},[149],{"type":48,"value":150},"Skills support these frontmatter fields:",{"type":43,"tag":80,"props":152,"children":153},{},[154,165,175,185],{"type":43,"tag":84,"props":155,"children":156},{},[157,163],{"type":43,"tag":158,"props":159,"children":160},"strong",{},[161],{"type":48,"value":162},"name",{"type":48,"value":164}," (required): Skill identifier",{"type":43,"tag":84,"props":166,"children":167},{},[168,173],{"type":43,"tag":158,"props":169,"children":170},{},[171],{"type":48,"value":172},"description",{"type":48,"value":174}," (required): Trigger conditions - describe when Claude should use this skill",{"type":43,"tag":84,"props":176,"children":177},{},[178,183],{"type":43,"tag":158,"props":179,"children":180},{},[181],{"type":48,"value":182},"version",{"type":48,"value":184}," (optional): Semantic version number",{"type":43,"tag":84,"props":186,"children":187},{},[188,193],{"type":43,"tag":158,"props":189,"children":190},{},[191],{"type":48,"value":192},"license",{"type":48,"value":194}," (optional): License information or reference",{"type":43,"tag":57,"props":196,"children":198},{"id":197},"writing-effective-descriptions",[199],{"type":48,"value":200},"Writing Effective Descriptions",{"type":43,"tag":51,"props":202,"children":203},{},[204],{"type":48,"value":205},"The description field is crucial - it tells Claude when to invoke the skill.",{"type":43,"tag":51,"props":207,"children":208},{},[209],{"type":43,"tag":158,"props":210,"children":211},{},[212],{"type":48,"value":213},"Good description patterns:",{"type":43,"tag":113,"props":215,"children":219},{"className":216,"code":217,"language":218,"meta":122,"style":122},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","description: This skill should be used when the user asks to \"specific phrase\", \"another phrase\", mentions \"keyword\", or discusses topic-area.\n","yaml",[220],{"type":43,"tag":120,"props":221,"children":222},{"__ignoreMap":122},[223],{"type":43,"tag":224,"props":225,"children":228},"span",{"class":226,"line":227},"line",1,[229,234,240],{"type":43,"tag":224,"props":230,"children":232},{"style":231},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[233],{"type":48,"value":172},{"type":43,"tag":224,"props":235,"children":237},{"style":236},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[238],{"type":48,"value":239},":",{"type":43,"tag":224,"props":241,"children":243},{"style":242},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[244],{"type":48,"value":245}," This skill should be used when the user asks to \"specific phrase\", \"another phrase\", mentions \"keyword\", or discusses topic-area.\n",{"type":43,"tag":51,"props":247,"children":248},{},[249],{"type":43,"tag":158,"props":250,"children":251},{},[252],{"type":48,"value":253},"Include:",{"type":43,"tag":80,"props":255,"children":256},{},[257,262,267],{"type":43,"tag":84,"props":258,"children":259},{},[260],{"type":48,"value":261},"Specific trigger phrases users might say",{"type":43,"tag":84,"props":263,"children":264},{},[265],{"type":48,"value":266},"Keywords that indicate relevance",{"type":43,"tag":84,"props":268,"children":269},{},[270],{"type":48,"value":271},"Topic areas the skill covers",{"type":43,"tag":57,"props":273,"children":275},{"id":274},"skill-content-guidelines",[276],{"type":48,"value":277},"Skill Content Guidelines",{"type":43,"tag":279,"props":280,"children":281},"ol",{},[282,292,302,312,322],{"type":43,"tag":84,"props":283,"children":284},{},[285,290],{"type":43,"tag":158,"props":286,"children":287},{},[288],{"type":48,"value":289},"Clear purpose",{"type":48,"value":291},": State what the skill helps with",{"type":43,"tag":84,"props":293,"children":294},{},[295,300],{"type":43,"tag":158,"props":296,"children":297},{},[298],{"type":48,"value":299},"When to use",{"type":48,"value":301},": Define activation conditions",{"type":43,"tag":84,"props":303,"children":304},{},[305,310],{"type":43,"tag":158,"props":306,"children":307},{},[308],{"type":48,"value":309},"Structured guidance",{"type":48,"value":311},": Organize information logically",{"type":43,"tag":84,"props":313,"children":314},{},[315,320],{"type":43,"tag":158,"props":316,"children":317},{},[318],{"type":48,"value":319},"Actionable instructions",{"type":48,"value":321},": Provide concrete steps",{"type":43,"tag":84,"props":323,"children":324},{},[325,330],{"type":43,"tag":158,"props":326,"children":327},{},[328],{"type":48,"value":329},"Examples",{"type":48,"value":331},": Include practical examples when helpful",{"type":43,"tag":57,"props":333,"children":335},{"id":334},"best-practices",[336],{"type":48,"value":337},"Best Practices",{"type":43,"tag":80,"props":339,"children":340},{},[341,346,351,356,361],{"type":43,"tag":84,"props":342,"children":343},{},[344],{"type":48,"value":345},"Keep skills focused on a single domain",{"type":43,"tag":84,"props":347,"children":348},{},[349],{"type":48,"value":350},"Write descriptions that clearly indicate when to activate",{"type":43,"tag":84,"props":352,"children":353},{},[354],{"type":48,"value":355},"Include reference materials in subdirectories for complex skills",{"type":43,"tag":84,"props":357,"children":358},{},[359],{"type":48,"value":360},"Test that the skill activates for expected queries",{"type":43,"tag":84,"props":362,"children":363},{},[364],{"type":48,"value":365},"Avoid overlap with other skills' trigger conditions",{"type":43,"tag":367,"props":368,"children":369},"style",{},[370],{"type":48,"value":371},"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":373,"total":476},[374,390,405,419,432,445,464],{"slug":375,"name":375,"fn":376,"description":377,"org":378,"tags":379,"stars":23,"repoUrl":24,"updatedAt":389},"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},[380,383,386],{"name":381,"slug":382,"type":16},"Access Control","access-control",{"name":384,"slug":385,"type":16},"iMessage","imessage",{"name":387,"slug":388,"type":16},"Messaging","messaging","2026-04-12T04:54:55.917969",{"slug":391,"name":391,"fn":392,"description":393,"org":394,"tags":395,"stars":23,"repoUrl":24,"updatedAt":404},"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},[396,399,400,401],{"name":397,"slug":398,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"name":402,"slug":403,"type":16},"Plugin Development","plugin-development","2026-04-10T04:55:41.251084",{"slug":406,"name":406,"fn":407,"description":408,"org":409,"tags":410,"stars":23,"repoUrl":24,"updatedAt":418},"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},[411,412,413,415],{"name":397,"slug":398,"type":16},{"name":18,"slug":19,"type":16},{"name":414,"slug":29,"type":16},"MCP",{"name":416,"slug":417,"type":16},"UI Components","ui-components","2026-04-06T17:59:32.421865",{"slug":420,"name":420,"fn":421,"description":422,"org":423,"tags":424,"stars":23,"repoUrl":24,"updatedAt":431},"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},[425,426,429,430],{"name":397,"slug":398,"type":16},{"name":427,"slug":428,"type":16},"API Development","api-development",{"name":18,"slug":19,"type":16},{"name":414,"slug":29,"type":16},"2026-04-06T17:59:33.744601",{"slug":433,"name":433,"fn":434,"description":435,"org":436,"tags":437,"stars":23,"repoUrl":24,"updatedAt":444},"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},[438,439,440,441],{"name":397,"slug":398,"type":16},{"name":18,"slug":19,"type":16},{"name":414,"slug":29,"type":16},{"name":442,"slug":443,"type":16},"Packaging","packaging","2026-04-06T17:59:31.159961",{"slug":446,"name":446,"fn":447,"description":448,"org":449,"tags":450,"stars":23,"repoUrl":24,"updatedAt":463},"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},[451,454,457,460],{"name":452,"slug":453,"type":16},"Hardware","hardware",{"name":455,"slug":456,"type":16},"M5Stack","m5stack",{"name":458,"slug":459,"type":16},"MicroPython","micropython",{"name":461,"slug":462,"type":16},"Python","python","2026-05-06T05:39:00.134385",{"slug":465,"name":465,"fn":466,"description":467,"org":468,"tags":469,"stars":23,"repoUrl":24,"updatedAt":475},"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},[470,473,474],{"name":471,"slug":472,"type":16},"Agent Context","agent-context",{"name":18,"slug":19,"type":16},{"name":414,"slug":29,"type":16},"2026-04-06T18:00:34.049624",25,{"items":478,"total":652},[479,500,514,526,543,554,573,591,605,615,623,636],{"slug":480,"name":480,"fn":481,"description":482,"org":483,"tags":484,"stars":497,"repoUrl":498,"updatedAt":499},"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},[485,488,491,494],{"name":486,"slug":487,"type":16},"Creative","creative",{"name":489,"slug":490,"type":16},"Design","design",{"name":492,"slug":493,"type":16},"Generative Art","generative-art",{"name":495,"slug":496,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":501,"name":501,"fn":502,"description":503,"org":504,"tags":505,"stars":497,"repoUrl":498,"updatedAt":513},"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},[506,509,510],{"name":507,"slug":508,"type":16},"Branding","branding",{"name":489,"slug":490,"type":16},{"name":511,"slug":512,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":515,"name":515,"fn":516,"description":517,"org":518,"tags":519,"stars":497,"repoUrl":498,"updatedAt":525},"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},[520,521,522],{"name":486,"slug":487,"type":16},{"name":489,"slug":490,"type":16},{"name":523,"slug":524,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":527,"name":527,"fn":528,"description":529,"org":530,"tags":531,"stars":497,"repoUrl":498,"updatedAt":542},"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},[532,533,534,537,539],{"name":397,"slug":398,"type":16},{"name":9,"slug":8,"type":16},{"name":535,"slug":536,"type":16},"Anthropic SDK","anthropic-sdk",{"name":538,"slug":527,"type":16},"Claude API",{"name":540,"slug":541,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":544,"name":544,"fn":545,"description":546,"org":547,"tags":548,"stars":497,"repoUrl":498,"updatedAt":553},"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},[549,550],{"name":14,"slug":15,"type":16},{"name":551,"slug":552,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":555,"name":555,"fn":556,"description":557,"org":558,"tags":559,"stars":497,"repoUrl":498,"updatedAt":572},"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},[560,563,565,568,569],{"name":561,"slug":562,"type":16},"Documents","documents",{"name":564,"slug":555,"type":16},"DOCX",{"name":566,"slug":567,"type":16},"Office","office",{"name":21,"slug":22,"type":16},{"name":570,"slug":571,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":574,"name":574,"fn":575,"description":576,"org":577,"tags":578,"stars":497,"repoUrl":498,"updatedAt":590},"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},[579,580,583,586,589],{"name":489,"slug":490,"type":16},{"name":581,"slug":582,"type":16},"Frontend","frontend",{"name":584,"slug":585,"type":16},"React","react",{"name":587,"slug":588,"type":16},"Tailwind CSS","tailwind-css",{"name":416,"slug":417,"type":16},"2026-04-06T17:56:16.723469",{"slug":592,"name":592,"fn":593,"description":594,"org":595,"tags":596,"stars":497,"repoUrl":498,"updatedAt":604},"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},[597,600,601],{"name":598,"slug":599,"type":16},"Communications","communications",{"name":21,"slug":22,"type":16},{"name":602,"slug":603,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":606,"name":606,"fn":421,"description":607,"org":608,"tags":609,"stars":497,"repoUrl":498,"updatedAt":614},"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},[610,611,612,613],{"name":397,"slug":398,"type":16},{"name":427,"slug":428,"type":16},{"name":540,"slug":541,"type":16},{"name":414,"slug":29,"type":16},"2026-04-06T17:56:10.357665",{"slug":524,"name":524,"fn":616,"description":617,"org":618,"tags":619,"stars":497,"repoUrl":498,"updatedAt":622},"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},[620,621],{"name":561,"slug":562,"type":16},{"name":523,"slug":524,"type":16},"2026-04-06T17:56:02.483316",{"slug":624,"name":624,"fn":625,"description":626,"org":627,"tags":628,"stars":497,"repoUrl":498,"updatedAt":635},"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},[629,632],{"name":630,"slug":631,"type":16},"PowerPoint","powerpoint",{"name":633,"slug":634,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":637,"name":637,"fn":638,"description":639,"org":640,"tags":641,"stars":497,"repoUrl":498,"updatedAt":651},"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},[642,643,644,647,650],{"name":397,"slug":398,"type":16},{"name":14,"slug":15,"type":16},{"name":645,"slug":646,"type":16},"Evals","evals",{"name":648,"slug":649,"type":16},"Performance","performance",{"name":551,"slug":552,"type":16},"2026-04-19T06:45:40.804",490]