Skill Index

For content creators

168 skills // curated for content-creators

Illustration for Content creators
test-driven-developmentOK

Use when implementing any feature or bugfix, before writing implementation code

superpowers162164[skill]
using-superpowersOK

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

superpowers162164[skill]
dispatching-parallel-agentsOK

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

superpowers162164[skill]
executing-plansOK

Use when you have a written implementation plan to execute in a separate session with review checkpoints

superpowers162164[skill]
brainstormingOK

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

superpowers162164[skill]
writing-plansOK

Use when you have a spec or requirements for a multi-step task, before touching code

superpowers162164[skill]
writing-skillsOK

Use when creating new skills, editing existing skills, or verifying skills work before deployment

superpowers162164[skill]
doc-coauthoringOK

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.

skills121347[skill]
pdfOK

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting 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.

skills121347[skill]
algorithmic-artOK

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.

skills121347[skill]
internal-commsOK

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.).

skills121347[skill]
skill-creatorOK

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.

skills121347[skill]
defuddleOK

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.

obsidian-skills25631[skill]
obsidian-markdownOK

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

obsidian-skills25631[skill]
obsidian-basesOK

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

obsidian-skills25631[skill]
obsidian-cliOK

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.

obsidian-skills25631[skill]
json-canvasOK

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.

obsidian-skills25631[skill]
example-skillOK

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.

example-plugin17453[skill]
writing-hookify-rulesOK

This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

hookify17453[skill]
command-developmentOK

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

plugin-dev17453[skill]
plugin-settingsOK

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.

plugin-dev17453[skill]
hook-developmentOK

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

plugin-dev17453[skill]
skill-creatorOK

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update 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.

skill-creator17453[skill]
humanizerOK

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.

humanizer14689[skill]
prompt-masterOK

Generates optimized prompts for any AI tool. Use when writing, fixing, improving, or adapting a prompt for LLM, Cursor, Midjourney, image AI, video AI, coding agents, or any other AI tool.

prompt-master5446[skill]
test-casesOK

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering functional, edge case, error handling, and state transition scenarios.

myclaude2606[skill]
doOK

This skill should be used for structured feature development with codebase understanding. Triggers on /do command. Provides a 5-phase workflow (Understand, Clarify, Design, Implement, Complete) using codeagent-wrapper to orchestrate code-explorer, code-architect, code-reviewer, and develop agents in parallel.

myclaude2606[skill]
skill-installOK

Install Claude skills from GitHub repositories with automated security scanning. Triggers when users want to install skills from a GitHub URL, need to browse available skills in a repository, or want to safely add new skills to their Claude environment.

myclaude2606[skill]
seedanceOK

This skill should be used when the user asks to "generate video prompts", "create Seedance prompts", "write video descriptions", mentions "Seedance", "seedance", "即梦", "即梦平台", "视频提示词", "视频生成", "AI视频", "短剧", "广告视频", "视频延长", or discusses video prompt engineering, AI video generation, or Seedance 2.0 workflows.

seedance-prompt-skill1614[skill]
seedance-prompt-enOK

Write effective prompts for Jimeng Seedance 2.0 multimodal AI video generation. Use when users want to create video prompts using text, images, videos, and audio inputs with the @ reference system. Covers camera movements, effects replication, video extension, editing, music beat-matching, e-commerce ads, short dramas, and educational content.

seedance2-skill282[skill]
seedance-prompt-zhOK

为即梦 Seedance 2.0 多模态AI视频生成模型撰写高质量提示词。当用户需要使用文本、图片、视频、音频等多模态输入创作视频提示词时触发。涵盖@引用语法、运镜复刻、特效模仿、视频延长、视频编辑、音乐卡点、电商广告、短剧创作、科普教育等场景。

seedance2-skill282[skill]
nano-bananaOK

REQUIRED for all image generation requests. Generate and edit images using Nano Banana (Gemini CLI). Handles blog featured images, YouTube thumbnails, icons, diagrams, patterns, illustrations, photos, visual assets, graphics, artwork, pictures. Use this skill whenever the user asks to create, generate, make, draw, design, or edit any image or visual content.

cc-nano-banana272[skill]
seedance-comic-to-videoOK

使用 Seedance 2.0(Higgsfield)将漫画书面板、漫画页面、网络漫画和插画故事板转换为动画视频。在用户想要动画漫画、使插画栩栩如生、将漫画转换为视频、动画化故事板或从静态连环艺术创建运动时使用。触发词:漫画变视频、漫画动画、面板动画、故事板变视频、网络漫画动画、漫画书运动、连环艺术、图形小说动画或任何插画转动画请求。即使用户说"使这个画动起来"或"动画化这一页"也要使用。

higgsfield-seedance2-jineng236[skill]
seedance-product-360OK

为 Seedance 2.0(Higgsfield)生成产品360°转盘、多角度展示和产品揭示视频提示。在用户想要产品旋转视频、转盘展示、产品揭示、360度视图、多角度产品展示、产品美妆镜头、主产品视频或开箱揭示时使用。触发条件:产品360、转盘、产品旋转、多角度、产品揭示、产品展示、主镜头、美妆镜头、产品旋转、开箱,或任何请求从多个角度展示物理产品。即使是"从所有侧面显示我的产品"或"制作产品视频"。

higgsfield-seedance2-jineng236[skill]
seedance-motion-design-adOK

为软件和技术公司使用 Seedance 2.0(Higgsfield)生成运动设计广告视频提示。在用户想要创建软件产品广告、SaaS推广、应用启动视频、技术演示、UI展示、启动视频或技术公司的运动图形时使用。触发条件:软件广告、SaaS视频、产品发布、应用推广、技术商业广告、UI动画、运动设计广告、启动视频、产品演示视频、功能展示,或任何软件/技术推广视频请求。即使是"为我的应用制作视频"或"推广我们的平台"。

higgsfield-seedance2-jineng236[skill]
seedance-music-videoOK

为 Seedance 2.0(Higgsfield)生成音乐视频和节拍同步视觉内容提示。在用户想要创建音乐视频、歌词视频、节拍同步视觉、表演视频、音乐会视觉、专辑艺术动画或音乐驱动的视觉内容时使用。触发条件:音乐视频、歌词视频、节拍同步、音乐可视化、表演视频、音乐会视觉、专辑视觉、歌曲视频、音乐剪辑、节拍下降视觉、节奏同步,或任何音乐驱动的视频请求。即使是"为我的歌曲制作视觉"或"这首曲目的视频"。

higgsfield-seedance2-jineng236[skill]
seedance-3d-cgiOK

为 Seedance 2.0(Higgsfield)生成三维CGI和渲染视频提示词。在用户想要三维渲染、CGI、皮克斯风格、Unreal Engine、逼真3D、计算机生成或数字渲染视频内容时使用。触发词:3D动画、CGI、渲染、Blender、Unreal Engine、octane render、光线追踪、体积、次表面散射、基于物理的渲染或任何3D/CG视频请求。即使用户只说"使其看起来像3D"或描述了渲染美学,也要使用。

higgsfield-seedance2-jineng236[skill]
seedance-real-estateOK

为 Seedance 2.0(Higgsfield)生成房地产、建筑和室内设计展示视频提示。在用户想要财产巡览、房地产清单、建筑展示、室内设计视频、家居登台内容、财产营销、虚拟巡览、施工揭示或任何房地产/建筑视频时使用。在以下情况下触发:房地产、财产、房屋、公寓、建筑、室内设计、房屋巡览、清单视频、财产营销、虚拟巡览、建筑、施工、翻新、家居登台或任何房地产/建筑视频请求。即使是"为我的清单制作视频"或"展示这一财产"也适用。

higgsfield-seedance2-jineng236[skill]
seedance-ecommerce-adOK

使用 Seedance 2.0(Higgsfield)为电子商务产品生成广告视频提示。在用户想要产品广告、电子商务视频、产品展示、开箱、产品演示、购物广告、时尚广告、美容广告、食品广告或任何用于在线销售的商业产品视频时使用。触发条件:产品广告、电子商务、产品展示、Amazon视频、Shopify广告、Instagram店铺、TikTok店铺、产品商业广告、时尚视频、美容广告、食品广告、产品演示、一件代发视频,或任何产品推广视频请求。即使是"为我的产品制作视频"或"产品推广"。

higgsfield-seedance2-jineng236[skill]
seedance-brand-storyOK

为 Seedance 2.0(Higgsfield)生成品牌叙事和叙述视频提示。在用户想要创建品牌故事视频、公司起源故事、使命视频、关于我们视频、品牌电影、企业叙事、创始人故事、品牌颂歌、公司文化视频或情感品牌内容时使用。在以下情况下触发:品牌故事、品牌视频、公司故事、起源故事、关于我们、使命视频、品牌电影、品牌颂歌、企业视频、公司文化、创始人故事、品牌叙事或任何品牌/公司叙事视频请求。即使是"讲述我们的公司故事"或"为我们的使命制作视频"也适用。

higgsfield-seedance2-jineng236[skill]
seedance-food-beverageOK

为 Seedance 2.0(Higgsfield)生成食品和饮料视频提示。在用户想要食品视频、食谱内容、餐厅宣传、饮料广告、烹饪视频、食品 ASMR、菜单展示、食品配送广告、咖啡馆内容或任何食品/饮料视频时使用。在以下情况下触发:食品视频、食谱、烹饪、餐厅、饮料、食品广告、食品 ASMR、菜单、咖啡馆、鸡尾酒、食品摄影视频、开胃吸引力、食品造型、美食直播或任何食品/饮料视频请求。即使是"让我的食物看起来美味"或"餐厅宣传视频"也适用。

higgsfield-seedance2-jineng236[skill]
seedance-social-hookOK

使用 Seedance 2.0(Higgsfield)为 TikTok、Instagram Reels 和 YouTube Shorts 生成病毒式社交媒体钩子视频提示。在用户想要创建令人停下滚动的钩子、病毒式短视频、引人注目的开场白、TikTok 内容、Reels 内容、Shorts 内容或任何社交媒体优化视频时使用。在以下情况下触发:社交媒体视频、TikTok、Instagram Reels、YouTube Shorts、病毒视频、钩子、滚动停止器、短视频、趋势、参与、浏览量或任何社交媒体视频内容请求。即使是"做一些能获得浏览量的东西"或"病毒式内容"也适用。

higgsfield-seedance2-jineng236[skill]
seedance-fight-scenesOK

为 Seedance 2.0(Higgsfield)生成强烈的动作场景和打斗序列视频提示词。在用户想要打斗场景、格斗、武术、战斗、动作编舞、剑斗、手对手格斗、追逐场景、超级英雄动作或任何高能动作视频时使用。触发词:打斗、格斗、战争、武术、动作场景、编舞、决斗、剑斗、功夫、追逐、斗殴、拳、踢、武器格斗、超级英雄打斗或任何动作/打斗请求。即使用户说"制作一个高强度动作视频"或"史诗战斗"也要使用。

higgsfield-seedance2-jineng236[skill]
seedance-cinematicOK

为 Seedance 2.0(Higgsfield)生成电影级胶片风格视频提示词。在用户想要电影级、胶片感、电影质量、好莱坞风格、戏剧性或专业胶片质量的AI视频时使用。触发词:电影级、胶片感、电影场景、戏剧性打光、景深、镜头光晕、变形、信箱式、黑色电影、史诗、稳定摄像机、推车镜头、吊臂镜头或任何电影级视频生成请求。即使用户没有明确说"电影级"但描述了胶片美学,也要使用此技能。

higgsfield-seedance2-jineng236[skill]
seedance-cartoonOK

为 Seedance 2.0(Higgsfield)生成卡通和动画风格视频提示词。在用户想要卡通、2D动画、赛璐珞着色、手绘、插画、平面动画或运动图形动画风格视频时使用。触发词:卡通、动画、赛璐珞着色、手绘、插画、平面设计动画、矢量动画、复古卡通、橡皮软管、运动图形或任何卡通/动画风格请求。即使用户含糊地说"使其看起来像动画"或"有趣多彩的风格"也要使用。

higgsfield-seedance2-jineng236[skill]
seedance-fashion-lookbookOK

为 Seedance 2.0(Higgsfield)生成时尚造型书、模特展示和风格视频提示。在用户想要时尚视频内容、造型书视频、模特走秀、服装展示、风格指南、时尚活动、跑道片段、街头风格内容或任何时尚/服装视频时使用。在以下情况下触发:时尚视频、造型书、模特展示、服装、风格指南、时尚活动、跑道、街头风格、系列发布、时尚广告、服装视频、OOTD、时尚电影或任何时尚/模特视频请求。即使是"展示这件服装"或"为我的品牌提供时尚内容"也适用。

higgsfield-seedance2-jineng236[skill]
seedance-anime-actionOK

为 Seedance 2.0(Higgsfield)生成动漫风格视频提示。在用户想要动漫、日本动画风格、少年漫画动作、青年漫画戏剧、魔法少女、机甲、异世界、日常生活动漫或任何日本动画美学时使用。触发条件:动漫、日本动画、少年漫画、青年漫画、漫画风格视频、动漫格斗、动漫片头、动漫片尾、樱花、迷你人物、可爱风格、机甲、异世界,或任何动漫风格请求。即使是"让它看起来像动漫"或"日本卡通风格"。

higgsfield-seedance2-jineng236[skill]
obsidian-cliOK

Use this skill whenever the user wants Claude to directly interact with their Obsidian vault — reading a note or daily note, writing or appending content, searching vault contents, counting or listing notes, managing tasks, moving or renaming files, finding orphaned notes or broken links. Without this skill, Claude has no way to access vault data or execute vault operations. Treat any request that implies "go into my vault and do X" as a trigger — the user is asking Claude to act, not to explain. Also trigger for vault automation, CLI scripting, or cron-based workflows involving Obsidian. Skip for pure conceptual questions: how Obsidian's GUI works, navigating settings menus, theme or plugin installation via the UI, or general Dataview query syntax — anything where the user needs an explanation rather than Claude performing a vault operation.

obsidian-cli150[skill]
obsidian-cliOK

Use this skill whenever the user wants Claude to directly interact with their Obsidian vault — reading a note or daily note, writing or appending content, searching vault contents, counting or listing notes, managing tasks, moving or renaming files, finding orphaned notes or broken links. Without this skill, Claude has no way to access vault data or execute vault operations. Treat any request that implies "go into my vault and do X" as a trigger — the user is asking Claude to act, not to explain. Also trigger for vault automation, CLI scripting, or cron-based workflows involving Obsidian, managing sync history, querying Bases, restoring file versions via history, managing bookmarks, or running JavaScript against the Obsidian API. Skip for pure conceptual questions: how Obsidian's GUI works, navigating settings menus, theme or plugin installation via the UI, iCloud/third-party sync conflicts, general Dataview query syntax, keyboard shortcuts, or parsing vault files with external scripts — anything where the user needs an explanation rather than Claude performing a vault operation.

Obsidian-CLI-skill150[skill]
nano-banana-proOK

Skill for image generation. Uses Google Nano Banana Pro (Gemini 3 Pro Image) API to generate high-quality images. Supports logos, infographics, illustrations, photorealistic images, and more.

ccskill-nanobanana25[skill]
course-creatorOK

Design full online courses — learning objectives, module outlines, lesson scripts, quizzes, and assessment rubrics.

claude-skills6[skill]
tweet-threadOK

Craft viral tweet threads — hook tweets, narrative arcs, engagement CTAs, and optimal posting strategies.

claude-skills6[skill]
social-media-managerOK

Manage social media content — platform-specific posts, hashtag strategies, content calendars, and engagement templates.

claude-skills6[skill]
youtube-optimizerOK

Optimize YouTube content — titles, descriptions, tags, thumbnails, chapters, and end screen strategies.

claude-skills6[skill]
epub-creatorOK

Package text and images into valid ePub 3 e-books — chapters, TOC, cover images, and metadata for Kindle and Apple Books.

claude-skills6[skill]
twilio-helperOK

Build Twilio communications — SMS, voice calls, WhatsApp, video, and Verify for 2FA.

claude-skills6[skill]
invoice-creatorOK

Generate professional PDF invoices with line items, taxes, discounts, payment terms, and company branding.

claude-skills6[skill]
newsletter-writerOK

Write engaging email newsletters — hooks, curated content, CTAs, and subject line optimization for high open rates.

claude-skills6[skill]
linkedin-postOK

Write LinkedIn posts that build personal brand — thought leadership, storytelling, and algorithm-friendly formatting.

claude-skills6[skill]
rubric-creatorOK

Build assessment rubrics — criteria, performance levels, point values, and qualitative descriptors.

claude-skills6[skill]
video-scriptOK

Write compelling video scripts — YouTube tutorials, explainers, ads, and documentary-style narratives with B-roll notes.

claude-skills6[skill]
skill-creatorOK

Build new Claude skills from scratch — SKILL.md authoring, instruction design, example writing, and testing.

claude-skills6[skill]
podcast-outlineOK

Plan podcast episodes — show structure, interview questions, segment timing, and show notes.

claude-skills6[skill]
slack-gif-creatorOK

Create custom animated GIFs optimized for Slack — reactions, celebrations, status indicators, and team mascots.

claude-skills6[skill]
image-captionerOK

Generate alt text, captions, and metadata for images — accessibility compliance, social media, and SEO.

claude-skills6[skill]
blog-writerOK

Write SEO-optimized blog posts — research, outline, draft, and polish articles that rank and convert.

claude-skills6[skill]
compose-creatorOK

Create docker-compose configurations — service definitions, networks, volumes, health checks, and environment management.

claude-skills6[skill]
humanizerOK

Transforms AI-generated text into natural human writing by detecting and removing 37 AI patterns, injecting authentic voice, and varying rhythm. Use when text sounds like a chatbot wrote it, when preparing content for publication, or when AI detection scores need to drop.

humanizer-skill6[skill]
testing

Testing workflow and quality standards for writing and running tests. Use when: (1) Writing new tests, (2) Adding a new feature that needs tests, (3) Modifying logic that has existing tests, (4) Before claiming a task is complete.

AionUi22307[skill]
pr-fix

PR Review Fix: automatically fix all issues identified in a pr-review report. Use when: (1) User says "fix all review issues", (2) User says "/pr-fix", (3) After pr-review skill has produced a report, (4) User wants to address PR review feedback.

AionUi22307[skill]
update-docs

Update README documentation in the folder of changed components/abstractions to reflect code changes — keeps docs lean, precise, and in sync

anytype-ts7428[skill]
release-notes

Write and update release notes in whatsNew.ts with context-aware content generation

anytype-ts7428[skill]
qa-engineer

Analyze code changes and generate Playwright E2E tests in anytype-desktop-suite. Run after implementing features or modifying editor/component behavior to ensure new functionality has test coverage.

anytype-ts7428[skill]
web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

next-shadcn-dashboard-starter6302[skill]
shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".

next-shadcn-dashboard-starter6302[skill]
skill-creator

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.

next-shadcn-dashboard-starter6302[skill]
vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

next-shadcn-dashboard-starter6302[skill]
auto-import-rules

Enforces dlt import conventions and ordering. Use when writing or modifying Python imports in dlt/ or tests/.

dlt5236[skill]
auto-docstring-rules

Enforces dlt docstring conventions. Use when writing or modifying docstrings, classes, or function signatures in Python files.

dlt5236[skill]
changelog

View recent CHANGELOG entries

claude-code-ultimate-guide3772[command]
version

Display current guide and Claude Code versions

claude-code-ultimate-guide3772[command]
code-review

LLM-focused code review process for this repo: what to check, how to ground feedback in invariants/tests, and how to verify changes efficiently (including test-report.json).

atopile3177[skill]
lsp

How the atopile Language Server works (pygls), how it builds per-document graphs for completion/hover/defs, and the invariants for keeping it fast and crash-proof.

atopile3177[skill]
essential-test-design

Write tests that verify observable behavior (contract), not implementation details. Auto-invoked when writing or reviewing tests.

growi1447[skill]
kiro-spec-quick

Quick spec generation with interactive or automatic mode

growi1447[skill]
kiro-spec-tasks

Generate implementation tasks from requirements and design. Use when creating actionable task lists.

growi1447[skill]
kiro-spec-init

Initialize a new specification with detailed project description

growi1447[skill]
kiro-validate-design

Interactive technical design quality review and validation. Use when reviewing design before implementation.

growi1447[skill]
kiro-discovery

Entry point for new work. Determines the best action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed) and refines ideas through structured dialogue.

growi1447[skill]
monorepo-overview

GROWI monorepo structure, workspace organization, and architectural principles. Auto-invoked for all GROWI development work.

growi1447[skill]
tdd

Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.

growi1447[command]
ffmpeg

Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task.

claude-code-video-toolkit928[skill]
ltx2

AI video generation with LTX-2.3 22B — text-to-video, image-to-video clips for video production. Use when generating video clips, animating images, creating b-roll, animated backgrounds, or motion content. Triggers include video generation, animate image, b-roll, motion, video clip, text-to-video, image-to-video.

claude-code-video-toolkit928[skill]
acestep

AI music generation with ACE-Step 1.5 — background music, vocal tracks, covers, stem extraction, audio repainting, and continuation for video production. Use when generating music, soundtracks, jingles, or working with audio stems. Triggers include background music, soundtrack, jingle, music generation, stem extraction, cover, style transfer, repaint, continuation, or musical composition tasks.

claude-code-video-toolkit928[skill]
moviepy

Python video composition with moviepy 2.x — overlaying deterministic text on AI-generated video (LTX-2, SadTalker), compositing clips, single-file build.py video projects. Use when adding labels/captions/lower-thirds to LTX-2 or SadTalker outputs, building short ad-style spots in pure Python without Remotion, or doing programmatic video composition. Triggers include text overlay on video, label LTX-2 clip, caption SadTalker output, lower third, build.py video, moviepy, Python video composition, sub-30s ad spot.

claude-code-video-toolkit928[skill]
runpod

Cloud GPU processing via RunPod serverless. Use when setting up RunPod endpoints, deploying Docker images, managing GPU resources, troubleshooting endpoint issues, or understanding costs. Covers all 5 toolkit images (qwen-edit, realesrgan, propainter, sadtalker, qwen3-tts).

claude-code-video-toolkit928[skill]
elevenlabs

Generate AI voiceovers, sound effects, and music using ElevenLabs APIs. Use when creating audio content for videos, podcasts, or games. Triggers include generating voiceovers, narration, dialogue, sound effects from descriptions, background music, soundtrack generation, voice cloning, or any audio synthesis task.

claude-code-video-toolkit928[skill]
remotion-best-practices

Best practices for Remotion - Video creation in React

claude-code-video-toolkit928[skill]
images

Embedding images in Remotion using the <Img> component

claude-code-video-toolkit928[skill]
text-animations

Typography and text animation patterns for Remotion.

claude-code-video-toolkit928[skill]
assets

Importing images, videos, audio, and fonts into Remotion

claude-code-video-toolkit928[skill]
get-video-duration

Getting the duration of a video file in seconds with Mediabunny

claude-code-video-toolkit928[skill]
transcribe-captions

Transcribing audio to generate captions in Remotion

claude-code-video-toolkit928[skill]
light-leaks

Light leak overlay effects for Remotion using @remotion/light-leaks.

claude-code-video-toolkit928[skill]
measuring-text

Measuring text dimensions, fitting text to containers, and checking overflow

claude-code-video-toolkit928[skill]
parameters

Make a video parametrizable by adding a Zod schema

claude-code-video-toolkit928[skill]
tailwind

Using TailwindCSS in Remotion.

claude-code-video-toolkit928[skill]
can-decode

Check if a video can be decoded by the browser using Mediabunny

claude-code-video-toolkit928[skill]
transitions

Scene transitions and overlays for Remotion using TransitionSeries.

claude-code-video-toolkit928[skill]
timing

Interpolation and timing in Remotion—prefer interpolate with Bézier easing; springs as a specialized option

claude-code-video-toolkit928[skill]
import-srt-captions

Importing .srt subtitle files into Remotion using @remotion/captions

claude-code-video-toolkit928[skill]
trimming

Trimming patterns for Remotion - cut the beginning or end of animations

claude-code-video-toolkit928[skill]
silence-detection

Adaptive silence detection for video/audio files using FFmpeg loudnorm and silencedetect

claude-code-video-toolkit928[skill]
measuring-dom-nodes

Measuring DOM element dimensions in Remotion

claude-code-video-toolkit928[skill]
compositions

Defining compositions, stills, folders, default props and dynamic metadata

claude-code-video-toolkit928[skill]
sequencing

Sequencing patterns for Remotion - delay, trim, limit duration of items

claude-code-video-toolkit928[skill]
videos

Embedding videos in Remotion - trimming, volume, speed, looping, pitch

claude-code-video-toolkit928[skill]
get-audio-duration

Getting the duration of an audio file in seconds with Mediabunny

claude-code-video-toolkit928[skill]
audio-visualization

Audio visualization patterns - spectrum bars, waveforms, bass-reactive effects

claude-code-video-toolkit928[skill]
audio

Using audio and sound in Remotion - importing, trimming, volume, speed, pitch

claude-code-video-toolkit928[skill]
3d

3D content in Remotion using Three.js and React Three Fiber.

claude-code-video-toolkit928[skill]
fonts

Loading Google Fonts and local fonts in Remotion

claude-code-video-toolkit928[skill]
voiceover

Adding AI-generated voiceover to Remotion compositions using TTS

claude-code-video-toolkit928[skill]
subtitles

subtitles and caption rules

claude-code-video-toolkit928[skill]
calculate-metadata

Dynamically set composition duration, dimensions, and props

claude-code-video-toolkit928[skill]
charts

Chart and data visualization patterns for Remotion. Use when creating bar charts, pie charts, line charts, stock graphs, or any data-driven animations.

claude-code-video-toolkit928[skill]
animations

Fundamental animation skills for Remotion

claude-code-video-toolkit928[skill]
maps

Make map animations with Mapbox

claude-code-video-toolkit928[skill]
extract-frames

Extract frames from videos at specific timestamps using Mediabunny

claude-code-video-toolkit928[skill]
lottie

Embedding Lottie animations in Remotion.

claude-code-video-toolkit928[skill]
gif

Displaying GIFs, APNG, AVIF and WebP in Remotion

claude-code-video-toolkit928[skill]
sfx

Including sound effects

claude-code-video-toolkit928[skill]
get-video-dimensions

Getting the width and height of a video file with Mediabunny

claude-code-video-toolkit928[skill]
transparent-videos

Rendering transparent videos in Remotion

claude-code-video-toolkit928[skill]
display-captions

Displaying captions in Remotion with TikTok-style pages and word highlighting

claude-code-video-toolkit928[skill]
qwen-edit

AI image editing prompting patterns for Qwen-Image-Edit. Use when editing photos while preserving identity, reframing cropped images, changing clothing or accessories, adjusting poses, applying style transfers, or character transformations. Provides prompt patterns, parameter tuning, and examples.

claude-code-video-toolkit928[skill]
frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

claude-code-video-toolkit928[skill]
playwright-recording

Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.

claude-code-video-toolkit928[skill]
remotion

Toolkit-specific Remotion patterns — custom transitions, shared components, and project conventions. For core Remotion framework knowledge (hooks, animations, rendering, etc.), see the `remotion-official` skill.

claude-code-video-toolkit928[skill]
video_toolkit

Create professional videos autonomously using claude-code-video-toolkit — AI voiceovers, image generation, music, talking heads, and Remotion rendering.

claude-code-video-toolkit928[skill]
spectra-propose

Create a change proposal with all required artifacts

vue-recaptcha897[skill]
occupational-health-analyzer

分析职业健康数据、识别工作相关健康风险、评估职业健康状况、提供个性化职业健康建议。支持与睡眠、运动、心理健康等其他健康数据的关联分析。

WellAlly-health834[skill]
weightloss-analyzer

分析减肥数据、计算代谢率、追踪能量缺口、管理减肥阶段

WellAlly-health834[skill]
rehabilitation-analyzer

分析康复训练数据、识别康复模式、评估康复进展,并提供个性化康复建议

WellAlly-health834[skill]
fitness-analyzer

分析运动数据、识别运动模式、评估健身进展,并提供个性化训练建议。支持与慢性病数据的关联分析。

WellAlly-health834[skill]
sleep-analyzer

分析睡眠数据、识别睡眠模式、评估睡眠质量,并提供个性化睡眠改善建议。支持与其他健康数据的关联分析。

WellAlly-health834[skill]
nutrition-analyzer

分析营养数据、识别营养模式、评估营养状况,并提供个性化营养建议。支持与运动、睡眠、慢性病数据的关联分析。

WellAlly-health834[skill]
tcm-constitution-analyzer

分析中医体质数据、识别体质类型、评估体质特征,并提供个性化养生建议。支持与营养、运动、睡眠等健康数据的关联分析。

WellAlly-health834[skill]
wellally-tech

Integrate digital health data sources (Apple Health, Fitbit, Oura Ring) and connect to WellAlly.tech knowledge base. Import external health device data, standardize to local format, and recommend relevant WellAlly.tech knowledge base articles based on health data. Support generic CSV/JSON import, provide intelligent article recommendations, and help users better manage personal health data.

WellAlly-health834[skill]
debugging-websocket-issues

Use when seeing WebSocket errors like "Invalid frame header", "RSV1 must be clear", or "WS_ERR_UNEXPECTED_RSV_1" - covers multiple WebSocketServer conflicts, compression issues, and raw frame debugging techniques

relay628[skill]
implementing-command-palettes

Use when building Cmd+K command palettes in React - covers keyboard navigation with arrow keys, keeping selected items in view with scrollIntoView, filtering with shortcut matching, and preventing infinite re-renders from reference instability

relay628[skill]
creating-claude-agents

Use when creating or improving Claude Code agents. Expert guidance on agent file structure, frontmatter, persona definition, tool access, model selection, and validation against schema.

relay628[skill]
creating-claude-rules

Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply

relay628[skill]
go-testing

Handles all Golang testing tasks including running tests, writing new tests, and fixing test failures. Follows MCPSpy testing conventions with require for critical assertions and assert for non-critical ones.

MCPSpy505[skill]
github-issue-creator

Creates well-structured GitHub issues for the MCPSpy project using the gh CLI tool. Use when asked to create issues, report bugs, or document features. Follows conventional naming with feat/chore/fix prefixes and maintains appropriate detail levels.

MCPSpy505[skill]
linear-deep-dive

Use when given a Linear issue ID, URL, identifier, or project name/URL to analyze and plan work. For issues, fetches the issue, classifies it, explores relevant code, proposes an approach, and orchestrates the right skills. For projects, fetches the project with milestones and issues, builds a prioritized execution plan, and systematically works through issues respecting project structure and dependencies.

recce450[skill]
create-github-issues-from-file

Convert a file containing identified issues into GitHub issues. Use after running identify-* commands to create corresponding GitHub issues.

mngr315[skill]
writing-docs

Write high quality, user-facing documentation. Use any time you need to write, improve, or update a significant amount of user-facing documentation (e.g., files in a "docs/" folder or README file).

mngr315[skill]
identify-style-issues

Identify divergences from the style guide in the $1 library

mngr315[skill]
message-agent

Send a message to another mngr agent. Use when you need to communicate with a peer agent.

mngr315[skill]
identify-doc-code-disagreements

Identify places in the $1 library where the docs and code disagree

mngr315[skill]
convert-github-issues-to-fixmes

Convert triaged autoclaude GitHub issues into FIXMEs in the codebase. Use when you want to process issues that have been triaged by authorized users.

mngr315[skill]
update-issues-in-repo

Convert a file containing identified issues into a tracked file in current_tasks/. Use after running identify-* commands to create a local record of current issues.

mngr315[skill]
identify-outdated-docstrings

Identify outdated docstrings in the $1 library

mngr315[skill]
writing-ratchet-tests

Write ratchet tests to prevent accumulation of code anti-patterns. Use when asked to create a "ratchet test" for tracking and preventing specific code patterns (e.g., TODO comments, inline imports, broad exception handling).

mngr315[skill]
writing-specs

Write high quality specifications or design docs for a program. Use any time you are asked to write, improve, or update specs / design docs (e.g., files in a `specs/` folder).

mngr315[skill]
identify-inconsistencies

Identify inconsistencies in the $1 library

mngr315[skill]
internal-comms

一套资源,帮助我使用公司喜欢的格式编写各种内部通信。每当要求编写某种内部通信(状态报告、领导更新、3P 更新、公司通讯、常见问题、事件报告、项目更新等)时,Claude 应使用此技能。

Claude-Code-Multi-Agent270[skill]