Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,920
总 Skills
102.2M
总安装量
2,598
贡献者
# Skill 仓库 描述 安装量
12951 firecrawl-scraping casper-studios/casper-marketplace
Firecrawl Scraping Overview Scrape individual web pages and convert them to clean, LLM-ready markdown. Handles JavaScript rendering, anti-bot protection, and dynamic content. Quick Decision Tree What are you scraping? │ ├── Single page (article, blog, docs) │ └── references/single-page.md │ └── Script: scripts/firecrawl_scrape.py │ └── Entire website (multiple pages, crawling) └── references/website-crawler.md └── (Use Apify Website Content Crawler for multi-page) Environment Setup Required...
227
12952 roadmap-strategist rysweet/amplihack
Expert strategist managing project roadmaps and strategic direction. Maintain goals, track milestones, ensure work aligns with objectives, and provide strategic recommendations for long-term success. When to Activate - Create or update roadmap - Ask about goals, objectives, milestones - Check if on track for goals - Discuss strategic direction or priorities - Long-term planning Core Responsibilities - Roadmap Management: Document vision, track milestones, update progress, adjust priori...
227
12953 microsoft-agent-framework rysweet/amplihack
Microsoft Agent Framework Use this skill when working with applications, agents, workflows, or migrations built on Microsoft Agent Framework. Microsoft Agent Framework is the unified successor to Semantic Kernel and AutoGen, combining their strengths with new capabilities. Because it is still in public preview and changes quickly, always ground implementation advice in the latest official documentation and samples rather than relying on stale knowledge. Determine the target language first Choose...
227
12954 julia mindrally/skills
Julia Development You are an expert in Julia programming with deep knowledge of multiple dispatch, the type system, and high-performance computing. Core Principles Write concise, technical responses with accurate Julia examples Leverage multiple dispatch and the type system for performant code Prefer immutable structs and functions over mutable state Use Julia's built-in features for parallelism and performance Naming Conventions Functions/variables: snake_case (e.g., process_data, is_active) ...
227
12955 multi-order-evolution jwynia/agent-skills
Multi-Order Evolution: Generational Worldbuilding Skill You help writers develop societies that evolve systematically across multiple generations, focusing on how physical environments force adaptations that compound into fundamentally different civilizations. This creates more authentic interstellar cultures than simple extrapolation from contemporary society. Core Principles Compounding Divergence: Each generation of change builds upon previous adaptations in non-linear ways Environmental De...
227
12956 underdog-unit jwynia/agent-skills
Underdog Unit: Narrative Formula Skill You help writers create stories using the "Underdog Unit" formula: institutional outcasts given impossible mandates with minimal resources, creating pressure cookers for character development and creative problem-solving. Core Formula Outcasts + Impossible Mandate + Severe Constraints = Narrative Tension The power lies in: Forcing creative solutions through limitation Building team bonds through shared adversity Creating David vs. Goliath dynamics with...
227
12957 error-analysis hamelsmu/evals-skills
Error Analysis Guide the user through reading LLM pipeline traces and building a catalog of how the system fails. Overview Collect ~100 representative traces Read each trace, judge pass/fail, and note what went wrong Group similar failures into categories Label every trace against those categories Compute failure rates to prioritize what to fix Core Process Step 1: Collect Traces Capture the full trace: input, all intermediate LLM calls, tool uses, retrieved documents, reasoning steps, and final...
227
12958 amazon-movers-shakers zhuhongyin/global-ecom-skills
亚马逊飙升榜数据获取 (Amazon Movers & Shakers) 核心定位 这是跨境电商选品的数据源头工具。从亚马逊 Movers & Shakers 获取近期飙升商品,发现真实需求和市场趋势。 数据来源(优先级从高到低) 1. 卖家精灵 API(推荐) 卖家精灵是国内领先的亚马逊数据分析平台,提供专业的 API 接口: API 基础地址 : https://api.sellersprite.com/v1 MCP 接口 : https://mcp.sellersprite.com 获取 API Key : https://open.sellersprite.com/pricing/mcp 优势 : 数据准确、稳定 包含月销量、月营收等深度数据 无反爬风险 支持关键词搜索、类目热销榜等 API 接口 : 接口 说明 /traffic/keyword/stat/{marketplace}/{asin}/ 关键词流量数据 /product/info/{marketplace}/{asin}/ 产品详情 /bestsellers/{marketplace}/{category_id}/...
227
12959 capacitor-push-notifications cap-go/capgo-skills
Push Notifications in Capacitor Implement push notifications for iOS and Android using Firebase and APNs. When to Use This Skill User wants push notifications User needs FCM setup User asks about APNs User has notification issues User wants rich notifications Quick Start Install Plugin bun add @capacitor/push-notifications bunx cap sync Basic Implementation import { PushNotifications } from '@capacitor/push-notifications' ; async function initPushNotifications ( ) { // Request permission const p...
227
12960 dependency-injection-patterns aaronontheweb/dotnet-skills
Dependency Injection Patterns When to Use This Skill Use this skill when: Organizing service registrations in ASP.NET Core applications Avoiding massive Program.cs/Startup.cs files with hundreds of registrations Making service configuration reusable between production and tests Designing libraries that integrate with Microsoft.Extensions.DependencyInjection Reference Files advanced-patterns.md : Testing with DI extensions, Akka.NET actor scope management, conditional/factory/keyed registration p...
227
12961 agile-coordinator jwynia/agent-skills
Agile Coordinator Orchestrates multiple worker agents to implement groomed tasks from the backlog, handling task assignment, progress monitoring, merge coordination, and verification. Core Principle Coordinate, don't implement. The coordinator assigns tasks to workers, monitors their progress, coordinates merges, and verifies results. Workers execute the actual implementation via the agile-workflow skill. Quick Reference When to Use Multiple ready tasks in the backlog need implementation You...
227
12962 tooluniverse-drug-research mims-harvard/tooluniverse
Drug Research Strategy Comprehensive drug investigation using 50+ ToolUniverse tools across chemical databases, clinical trials, adverse events, pharmacogenomics, and literature. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Compound disambiguation FIRST - Resolve identifiers before research Citation requirements - Every fact must have inline source attribution Evidence grading - Grade claims by evidence strength (T1-T4) Mandatory completeness - A...
227
12963 nansen-wallet-keychain-migration nansen-ai/nansen-cli
Wallet Migration — Old Flow to Secure Keychain Use this skill when a user already has a nansen-cli wallet set up with the old password storage method and wants to migrate to the new secure flow. When to use User mentions they stored their password in ~/.nansen/.env , a .env file, or memory.md User gets the stderr warning: ⚠ Password loaded from insecure .credentials file User asks to "secure my wallet" or "migrate to keychain" User created a wallet before the keychain update was released Detect ...
227
12964 hugging-face-trackio huggingface/skills
Trackio - Experiment Tracking for ML Training Trackio is an experiment tracking library for logging and visualizing ML training metrics. It syncs to Hugging Face Spaces for real-time monitoring dashboards. Two Interfaces Task Interface Reference Logging metrics during training Python API references/logging_metrics.md Retrieving metrics after/during training CLI references/retrieving_metrics.md When to Use Each Python API → Logging Use import trackio in your training scripts to log metrics: I...
226
12965 skill-creator nicepkg/ai-workflow
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
226
12966 swiftui-development mindrally/skills
SwiftUI Development You are an expert AI programming assistant that primarily focuses on producing clear, readable SwiftUI code. Key Principles Follow the user's requirements carefully and to the letter First think step-by-step - describe your plan for what to build in pseudocode, written out in great detail Confirm your understanding, then write code Write correct, up-to-date, bug-free, fully functional, working, secure, performant, and efficient code Focus on readability over being performan...
226
12967 ui-web alinaqi/claude-bootstrap
UI Design Skill (Web) Load with: base.md + react-web.md MANDATORY: WCAG 2.1 AA Compliance These rules are NON-NEGOTIABLE. Every UI element must pass these checks. 1. Color Contrast (CRITICAL) Text Contrast Requirements: ├── Normal text (<18px): 4.5:1 minimum ├── Large text (≥18px bold or ≥24px): 3:1 minimum ├── UI components (buttons, inputs): 3:1 minimum └── Focus indicators: 3:1 minimum FORBIDDEN COLOR COMBINATIONS: ✗ gray-400 on white (9CA3AF on FFFFFF = 2.6:1) - FAILS ✗ gray-500 on whit...
226
12968 speech-adaptation jwynia/agent-skills
Speech Adaptation Purpose Transform comprehensive written content into purposeful spoken guidance. Speech requires 3-5x compression while maintaining functional value. Apply when converting written content to audio, podcasts, presentations, or voice assistant responses. Core Principle Lead with value, earn attention. Listeners can't skim. Front-load what matters and offer expansion rather than exhaustive delivery. Functional Intent Detection Parse the original question/content for intent: ...
226
12969 conlang jwynia/agent-skills
Conlang: Language Generation Skill You generate constructed languages for fiction writers. Your role is to create phonologically consistent language foundations—phoneme inventories, syllable structures, and sample vocabulary—that make names and dialogue feel like they come from a coherent linguistic system. Core Principle Languages fail when names don't sound like they belong together. Good constructed languages create the perception that all words came from the same system—even if the write...
226
12970 memory-metadata-search basicmachines-co/basic-memory-skills
Memory Metadata Search Find notes by their structured frontmatter fields instead of (or in addition to) free-text content. Any custom YAML key in a note's frontmatter beyond the standard set ( title , type , tags , permalink , schema ) is automatically indexed as entity_metadata and becomes queryable. When to Use Filtering by status or priority — find all notes with status: draft or priority: high Querying custom fields — any frontmatter key you invent is searchable Range queries — find notes wi...
226
12971 bruno-collection-generator patricio0312rev/skills
Bruno Collection Generator Generate Bruno collection files for the open-source, Git-friendly API client. Core Workflow Scan routes: Find all API route definitions Extract metadata: Methods, paths, params, bodies Create collection: Initialize bruno.json manifest Generate .bru files: One file per request Organize folders: Group by resource Add environments: Dev, staging, production Bruno Collection Structure collection/ ├── bruno.json Collection manifest ├── environments/ │ ├── D...
226
12972 nextjs15-performance srbhr/resume-matcher
Before writing Next.js code: Read docs/agent/architecture/nextjs-critical-fixes.md for full patterns Check existing components in apps/frontend/components/ for examples Critical Rules (always apply): Waterfalls Use Promise.all() for independent fetches Wrap slow data in <Suspense> boundaries Defer await into branches where needed Bundle Size NO barrel imports: import X from 'lucide-react' ❌ YES direct imports: import X from 'lucide-react/dist/esm/icons/x' ✅ Use next/dynamic for heavy components ...
225
12973 canvas-design 404kidwiz/claude-supercode-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
225
12974 game-developer 404kidwiz/claude-supercode-skills
Game Developer Senior game developer with expertise in creating high-performance gaming experiences across Unity, Unreal, and custom engines. Role Definition You are a senior game developer with 10+ years of experience in game engine programming, graphics optimization, and multiplayer systems. You specialize in Unity C, Unreal C++, ECS architecture, and cross-platform optimization. You build engaging, performant games that run smoothly across all target platforms. When to Use This Skill Buil...
225
12975 postgres-schema-design davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub
225
12976 customaize-agent:create-rule neolabhq/context-engineering-kit
Create Rule Guide for creating effective .claude/rules files with contrastive examples that improve agent accuracy. Overview Core principle: Effective rules use contrastive examples (Incorrect vs Correct) to eliminate ambiguity. REQUIRED BACKGROUND: Rules are behavioral guardrails, that load into every session and shapes how agents behave across all tasks. Skills load on-demand. If guidance is task-specific, create a skill instead. About Rules Rules are modular, always-loaded instructions placed...
225
12977 seo-content-writing aaaaqwq/claude-code-skills
SEO 文章撰写 功能说明 此技能专门用于创建 SEO 优化的内容,包括: 关键词研究和分析 SEO 友好的文章撰写 内容优化和改进 元标签和描述优化 内容营销策略 竞品内容分析 使用场景 "写一篇关于 AI 技术的 SEO 文章" "优化这篇文章的 SEO 效果" "分析竞品的内容策略" "生成产品描述和营销文案" "创建博客文章大纲" "优化网页元标签" SEO 基础知识 关键要素 关键词优化:目标关键词、长尾关键词 内容质量:原创性、深度、价值 用户体验:可读性、结构、格式 技术 SEO:元标签、URL、内链 外部因素:反向链接、社交信号 搜索意图类型 信息型:用户寻找信息(如何、什么是) 导航型:用户寻找特定网站 交易型:用户准备购买(购买、价格) 商业调查:用户比较选项(最好的、评测) 文章撰写流程 1. 关键词研究 主关键词:人工智能应用 相关关键词: - AI 技术应用场景 - 人工智能实际案例 - AI 在企业中的应用 - 机器学习应用实例 长尾关键词: - 如何在企业中应用人工智能 - 人工智能技术的实际应用案例 - AI 技术如何提高工作效率 搜索量分析: ...
225
12978 finance anton-roos/finance
No SKILL.md available for this skill. View on GitHub
225
12979 solutions-architect borghei/claude-skills
Solutions Architect Expert-level solutions architecture for complex sales. Core Competencies Technical requirements analysis Solution design Integration architecture Enterprise alignment Technical presentations Proof of concept design Security and compliance Stakeholder management Solutions Process Engagement Model DISCOVERY → DESIGN → VALIDATE → IMPLEMENT → OPTIMIZE 1. DISCOVERY ├── Business requirements ├── Technical landscape ├── Integration needs └── Success criteria 2. DESIG...
225
12980 pdf-design jamditis/claude-skills-journalism
PDF Design System Create and edit professional PDF reports and funding proposals with live preview and iterative design. Interactive editing mode During a design session, use these commands: Command Action preview Screenshot current state preview page N Screenshot specific page show cover Preview cover page show budget Preview budget section regenerate Create new PDF upload Upload to Google Drive done Finish session Workflow: You say "preview" → I show current state You describe changes → I impl...
225
12981 dingtalk-todo breath57/dingtalk-skills
钉钉待办技能 负责钉钉待办(Todo)的所有操作。本文件为 策略指南 ,仅包含决策逻辑和工作流程。完整 API 请求格式见文末「references/api.md 查阅索引」。 工作流程(每次执行前) 读取配置 → 用一条 grep -E 命令一次性读取配置文件 ~/.dingtalk-skills/config , 所有所需配置键值(配置文件跨会话保留,无需重复询问) 仅收集缺失配置 → 若配置文件不存在或缺少某项, 一次性询问用户 所有缺失的值,不要逐条问 持久化 → 将收集到的值写入 ~/.dingtalk-skills/config 文件,后续无需再问 获取/复用 Token → 有效期内复用缓存(缓存 7000 秒,约 2 小时),避免重复请求;遇 401 重新获取 执行操作 → 凡是包含变量替换、管道或多行逻辑的命令, /tmp/<task>.sh 再 bash /tmp/<task>.sh 执行。不要把多行命令直接粘到终端里(终端工具会截断),也不要用 <<'EOF' 语法(heredoc 在工具中同样会被截断导致变量丢失) 凭证禁止在输出中完整打印,确认时仅显示前 4 ...
225
12982 kids-book-writer jamesrochabrun/skills
Kids Book Writer An expert children's book writer that creates delightful, engaging, and educational books for young readers ages 2-9. Specializes in crafting stories that rhyme, teach values, build vocabulary, and spark imagination. What This Skill Does Transforms ideas into magical children's books: Rhyming Books - Perfect meter, rhythm, and rhyme schemes Picture Book Stories - Engaging narratives with strong characters Songs & Poems - Musical, memorable verses for young learners Education...
225
12983 mobile-ux-optimizer erichowens/some_claude_skills
Mobile-First UX Optimization Build touch-optimized, performant mobile experiences with proper viewport handling and responsive patterns. When to Use ✅ USE this skill for: Viewport issues (100vh problems, safe areas, notches) Touch target sizing and spacing Mobile navigation patterns (bottom nav, drawers, hamburger menus) Swipe gestures and pull-to-refresh Responsive breakpoint strategies Mobile performance optimization ❌ DO NOT use for: Native app development → use react-native or swift-ex...
225
12984 mastra-hono jwynia/agent-skills
Mastra + Hono Development Build production-ready AI agents, tools, and workflows using Mastra v1 Beta with Hono API servers. This skill covers the complete stack from agent definition to deployment. Target version: Mastra v1 Beta (stable release expected January 2026) When to Use This Skill Use when: Creating Mastra agents with tools and memory Defining tools with Zod input/output schemas Building workflows with multi-step data flow Setting up Hono API servers with Mastra adapters Implement...
225
12985 statistical-distance jwynia/agent-skills
Statistical Distance: Cliché Transformation Skill You help writers recognize when their instincts have landed at statistical center (the most common expression of a narrative need) and guide them toward statistical edges (less common but equally functional alternatives). Core Principle First instincts identify correct emotional/functional needs but land at statistical center. Effective storytelling maintains the emotional vector while pushing toward statistical edges. When writers reach for ...
225
12986 gpd-build-lifecycle rudrankriyam/app-store-connect-cli-skills
GPD Build Lifecycle Use this skill to manage build state, processing, and retention. Upload and validate gpd publish upload app.aab --package com.example.app Inspect release status gpd publish status --package com.example.app --track internal gpd publish status --package com.example.app --track production Recent tracks and releases gpd publish tracks --package com.example.app Internal app sharing Use for fast distribution of a build without a full track release. gpd publish internal-share upload...
224
12987 tailwindcss-fundamentals-v4 josiahsiegel/claude-plugin-marketplace
Tailwind CSS v4 Fundamentals (2025/2026) Overview Tailwind CSS v4.0 was released January 22, 2025, featuring a complete rewrite with a Rust-based engine, CSS-first configuration, and significant performance improvements. Key Changes from v3 Feature v3 v4 Configuration JavaScript (tailwind.config.js) CSS-first (@theme directive) Engine Node.js Rust (10x faster) Color format hex/rgb OKLCH (perceptually uniform) Plugins JS files @plugin directive Custom utilities JS config @utility directive Post...
224
12988 seedream-image ppdbxdawj/seedream-image-skill
Seedream Image Assistant | Seedream 即梦 图像助手 Seedream 5.0 is ByteDance's next-generation AI image model, available on Jimeng AI, Jianying, CapCut, and Volcengine Ark. Seedream 5.0 是字节跳动推出的新一代 AI 图像生成模型,已在即梦AI、剪映、CapCut、火山方舟上线。 Core Capabilities | 核心能力 Capability Description Real-time Web Search Auto-fetches trending info when prompt contains timely keywords Multi-step Reasoning Interprets abstract concepts (e.g. "serene tech feel" → desaturated + clean lines + cold light) Multi-round Editing Iter...
224
12989 mcp-management mrgoonie/claudekit-skills
MCP Management Skill for managing and interacting with Model Context Protocol (MCP) servers. Overview MCP is an open protocol enabling AI agents to connect to external tools and data sources. This skill provides scripts and utilities to discover, analyze, and execute MCP capabilities from configured servers without polluting the main context window. Key Benefits: Progressive disclosure of MCP capabilities (load only what's needed) Intelligent tool/prompt/resource selection based on task req...
224
12990 lerna mindrally/skills
Lerna Monorepo Development You are an expert in Lerna, the fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages. Project Structure Organize packages following Lerna conventions: packages/ - All package directories (default) Can customize with multiple directories in lerna.json Each package should be self-contained with its own: package.json Source code Tests Build configuration Lerna Configuration Configure lerna.json at the root: { "$schema": "http...
224
12991 tooluniverse-disease-research mims-harvard/tooluniverse
ToolUniverse Disease Research Generate a comprehensive disease research report with full source citations. The report is created as a markdown file and progressively updated during research. IMPORTANT : Always use English disease names and search terms in tool calls. Respond in the user's language. When to Use User asks about any disease, syndrome, or medical condition Needs comprehensive disease intelligence or a detailed research report Asks "what do we know about [disease]?" Core Workflow: Re...
224
12992 slides-generator hummingbot/skills
slides-generator Create Hummingbot-branded presentation slides in PDF format from markdown content. Features two-column layouts and Mermaid diagram rendering for technical architecture and flowcharts. Workflow Step 1: Get Markdown Content Ask the user to provide a markdown file or paste markdown content. The content should follow this format: Presentation Title 1. First Slide Title Content for the first slide. Can include: - Bullet points - Bold text and * italic text * - Code blocks 2. Sec...
224
12993 gpd-cli rudrankriyam/app-store-connect-cli-skills
Google Play Developer CLI Manage Google Play Developer Console using the gpd command-line tool.
223
12994 docx sickn33/antigravity-awesome-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
223
12995 onboarding everyinc/compound-engineering-plugin
Onboarding CRO You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already cove...
223
12996 clawdbot-backup sundial-org/awesome-openclaw-skills
ClawdBot Backup Skill Backup, restore, and sync your ClawdBot configuration across devices directly from Clawdbot. Overview This skill helps you: Backup all ClawdBot data and settings Restore from backups Sync between multiple machines Version control your configuration Automate backup routines Migrate to new devices ClawdBot Directory Structure Key Locations ~/.claude/ Main ClawdBot directory ├── settings.json Global settings ├── settings.local.json Local...
223
12997 sveltekit bobmatnyc/claude-mpm-skills
SvelteKit Development You are an expert in SvelteKit, TypeScript, Tailwind CSS, and modern web application development. Key Principles Write concise, technical SvelteKit code with accurate TypeScript examples Use functional and declarative programming patterns; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (isLoading, hasError) Structure files: component logic, markup, styles, helpers, types Project Structure src/ ├── ...
223
12998 academic-writing-style shining319/claude-code-single-person-workflow
Academic Writing Style Transform provided information into well-written academic assignments that match the user's natural writing style, avoiding obvious AI patterns while maintaining professional quality. Core Approach Generate content that reads naturally and fluently, with: Clear chapter organization using descriptive headings Natural topic progression without rigid "firstly...secondly...finally" structures Moderate use of first-person perspective appropriate to assignment type Specific ...
223
12999 gpui-action longbridge/gpui-component
Overview Actions provide declarative keyboard-driven UI interactions in GPUI. Key Concepts: Define actions with actions! macro or [derive(Action)] Bind keys with cx.bind_keys() Handle with .on_action() on elements Context-aware via key_context() Quick Start Simple Actions use gpui::actions; actions!(editor, [MoveUp, MoveDown, Save, Quit]); const CONTEXT: &str = "Editor"; pub fn init(cx: &mut App) { cx.bind_keys([ KeyBinding::new("up", MoveUp, Some(CONTEXT)), KeyBinding:...
223
13000 configure-notifications yeachan-heo/oh-my-claudecode
Configure Notifications Set up OMC notification integrations so you're alerted when sessions end, need input, or complete background tasks. Routing Detect which provider the user wants based on their request or argument: If the trigger or argument contains "telegram" → follow the Telegram section If the trigger or argument contains "discord" → follow the Discord section If the trigger or argument contains "slack" → follow the Slack section If no provider is specified, use AskUserQuestion: Questi...
223