Topic: claude
14,433 skills in this topic.
-
writing-plans
Structured implementation planning for multi-step development tasks. Use when you have a spec or requirements and need to break work into executable steps.
CodingCossack/agent-skills-library 17
-
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
CodingCossack/agent-skills-library 17
-
context-recovery
Recover lost context after session compaction or when information from previous sessions is needed. Use when: user mentions "what were we working on", "I lost context", "before the compact", "previous session", or asks about decisions/implementations/discussions that aren't in current context. Also use proactively when you notice references to prior work you lack context for.
omgpointless/aspy 1
-
asr
Transcribe audio files to text using local speech recognition. Triggers on:
"转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".
marswaveai/skills 37
-
content-parser
Extract and parse content from URLs. Triggers on: user provides a URL to extract
content from, another skill needs to parse source material, "parse this URL",
"extract content", "解析链接", "提取内容".
marswaveai/skills 37
-
creator
Creator workflow — generate platform-ready content packages. Triggers on:
"创作", "写公众号", "小红书", "口播", "creator", "content workflow",
"帮我写一篇", "生成内容", "write an article", "create content".
marswaveai/skills 37
-
explainer
Create explainer videos with narration and AI-generated visuals. Triggers on:
"解说视频", "explainer video", "explain this as a video", "tutorial video",
"introduce X (video)", "解释一下XX(视频形式)".
marswaveai/skills 37
-
image-gen
Generate AI images from text prompts. Triggers on: "生成图片", "画一张",
"AI图", "generate image", "配图", "create picture", "draw", "visualize",
"generate an image".
marswaveai/skills 37
-
listenhub
DEPRECATED — replaced by individual skills. Use when the user triggers any
ListenHub action: "make a podcast", "explainer video", "read aloud", "TTS",
"generate image", "解说视频", "播客", "朗读", "生成图片".
marswaveai/skills 37
-
podcast
Create podcasts from topics, URLs, or text. Triggers on: "做播客", "podcast",
"播客", "录一期节目", "chat about", "discuss", "debate", "dialogue",
"make a podcast about".
marswaveai/skills 37
-
tts
Text-to-speech and voice narration. Triggers on: "朗读这段", "配音", "TTS",
"语音合成", "text to speech", "read this aloud", "convert to speech",
"voice narration", "read aloud".
marswaveai/skills 37
-
brand-design
When the user wants to create a complete brand identity system from scratch — including brand strategy, color system, typography, voice & tone, motion language, and logo direction. Also use when the user says "brand identity," "design system," "brand guidelines," "visual identity," "brand strategy," or "brand design." This skill is for greenfield brands only. For copy, see copywriting. For page optimization, see page-cro.
Im5tu/claude
-
competitor-alternatives
When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables.
Im5tu/claude
-
copywriting
When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.
Im5tu/claude
-
dart-drift
Complete guide for using drift database library in Dart applications (CLI, server-side, non-Flutter). Use when building Dart apps that need local SQLite database storage or PostgreSQL connection with type-safe queries, reactive streams, migrations, and efficient CRUD operations. Includes setup with sqlite3 package, PostgreSQL support with drift_postgres, connection pooling, and server-side patterns.
Im5tu/claude
-
dotnet-aot-analysis
Analyzes and configures a .NET project or solution for Native AOT compatibility. Orchestrates source generator skills and applies AOT settings. Also use when the user mentions "AOT," "native AOT," "trimming," "publish AOT," "AOT compatibility," or "ahead-of-time compilation." For specific source generators, see dotnet-source-gen-json, dotnet-source-gen-regex, dotnet-source-gen-logging.
Im5tu/claude
-
dotnet-centralise-packages
Converts a .NET solution to use Central Package Management (CPM). Also use when the user mentions "centralize packages," "CPM," "Directory.Packages.props," "unify package versions," "consolidate NuGet," or "central package management." For updating package versions, see dotnet-update-packages.
Im5tu/claude
-
dotnet-enable-autocomplete
Enables tab autocomplete for the dotnet CLI. Also use when the user mentions "dotnet autocomplete," "dotnet tab completion," "CLI completion," "shell completion for dotnet," or "dotnet intellisense in terminal."
Im5tu/claude
-
dotnet-enable-testing-platform
Enables the Microsoft Testing Platform runner in global.json. Also use when the user mentions "testing platform," "Microsoft.Testing.Platform," "new test runner," "migrate test runner," "global.json testing," or "modern test platform."
Im5tu/claude
-
dotnet-json-polymorphic
Configures polymorphic JSON serialization with [JsonPolymorphic] and [JsonDerivedType] attributes. Also use when the user mentions "polymorphic JSON," "JsonDerivedType," "JSON inheritance," "type discriminator," "serialize derived types," or "JSON polymorphism." For full JSON source generation, see dotnet-source-gen-json.
Im5tu/claude
-
dotnet-source-gen-json
Configures System.Text.Json source generation for AOT-compatible JSON serialization. Also use when the user mentions "JSON source generator," "JsonSerializerContext," "JsonSerializable," "AOT JSON," "reflection-free JSON," or "System.Text.Json source gen." For polymorphic types, see dotnet-json-polymorphic. For full AOT analysis, see dotnet-aot-analysis.
Im5tu/claude
-
dotnet-source-gen-logging
Converts logging to use the LoggerMessage source generator for high-performance, AOT-compatible logging. Also use when the user mentions "LoggerMessage," "logging source generator," "high-performance logging," "optimize logging," "AOT logging," or "structured logging source gen." For full AOT analysis, see dotnet-aot-analysis.
Im5tu/claude
-
dotnet-source-gen-options-validation
Converts options validation to use the compile-time source generator for AOT-compatible, reflection-free validation. Also use when the user mentions "OptionsValidator," "options validation source gen," "AOT options validation," "compile-time validation," "ValidateDataAnnotations replacement," or "reflection-free validation." For full AOT analysis, see dotnet-aot-analysis.
Im5tu/claude
-
dotnet-source-gen-regex
Converts Regex instances to use the compile-time source generator. Also use when the user mentions "GeneratedRegex," "regex source generator," "compile-time regex," "AOT regex," "optimize regex," or "source-generated regex." For full AOT analysis, see dotnet-aot-analysis.
Im5tu/claude