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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,480
总 Skills
91.8M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
6101 gitnexus-exploring abhigyanpatwari/gitnexus
Exploring Codebases with GitNexus When to Use "How does authentication work?" "What's the project structure?" "Show me the main components" "Where is the database logic?" Understanding code you haven't seen before Workflow 1. READ gitnexus://repos → Discover indexed repos 2. READ gitnexus://repo/{name}/context → Codebase overview, check staleness 3. gitnexus_query({query: "<what you want to understand>"}) → Find related execution flows 4. gitnexus_context({n...
914
6102 ads-audit agricidaniel/claude-ads
Full Multi-Platform Ads Audit Process Collect account data — request exports, screenshots, or API access Detect business type — analyze account signals per ads orchestrator Identify active platforms — determine which platforms are in use Delegate to subagents (if available, otherwise run inline sequentially): audit-google — Conversion tracking, wasted spend, structure, keywords, ads, settings (G01-G74) audit-meta — Pixel/CAPI health, creative fatigue, structure, audience (M01-M46) audit-creative...
914
6103 poster-hero nexu-io/open-design
【模板: 营销海报】 容器 w-[1080px] h-[1920px] mx-auto , 全屏渐变 / mesh 背景。 上部 30% 留白 + 一个大 emoji 或抽象几何图形。 中部主标题占视觉中心 (text-8xl, font-black), 一句话副标题。 下部信息卡片: 3-5 条核心要点用图标 + 短句。 底部右下角放品牌 / 二维码 (用 SVG 占位)。 使用大胆的色彩: 渐变背景 (from-violet-500 via-fuchsia-500 to-indigo-500 之类), 文字白色 + 1 个对比色高亮。 使用 SVG 做装饰性元素 (圆 / 三角 / 波浪 / 噪点纹理)。
914
6104 podcast marswaveai/skills
When to Use User wants to create a podcast episode on any topic User provides a URL or text and wants it turned into a podcast discussion User asks for a "debate", "dialogue", or "discussion" format User says "podcast", "播客", or "录一期节目" When NOT to Use User wants text-to-speech reading (use /speech ) User wants an explainer video with visuals (use /explainer ) User wants to generate an image (use /image-gen ) User only wants to extract content from a URL without generating audio (use /content-pa...
913
6105 domain-cli actionbook/rust-skills
CLI Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication User ergonomics Clear help, errors clap derive macros Config precedence CLI > env > file Layered config loading Exit codes Non-zero on error Proper Result handling Stdout/stderr Data vs errors eprintln! for errors Interruptible Handle Ctrl+C Signal handling Critical Constraints User Communication Show more
913
6106 implement-paper-auto marimo-team/skills
You need to come up with a compelling story to tell from a paper. Do not ask the user for feedback/input. You need to apply thinking and come up with the best story yourself. Fetching Papers via AlphaXiv Use alphaxiv.org to get structured, LLM-friendly paper content. This is faster and more reliable than trying to read a raw PDF. Extract the paper ID Parse the paper ID from whatever the user provides: Input Paper ID https://arxiv.org/abs/2401.12345 2401.12345 https://arxiv.org/pdf/2401.12345 240...
913
6107 qmd levineam/qmd-skill
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. QMD - Quick Markdown Search Local search engine for markdown content. Status ! qmd status 2>/dev/null || echo "Not installed: npm install -g @tobilu/qmd" MCP: query { "searches" : [ { "type" : "lex" , "query" : "CAP theorem consistency" } , { "type" : "vec" , "query" : "tradeoff between consistency and availability" } ] , "collections" : [ "doc...
912
6108 remotion vercel-labs/json-render
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
912
6109 langgraph sickn33/antigravity-awesome-skills
LangGraph Role: LangGraph Agent Architect You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production. You know when cycles are needed and how to prevent infinite loops. Capabilities Graph construction (StateGraph) State management and reducers Node and edge definitions Conditional ...
911
6110 finance-sentiment himself65/finance-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Finance Sentiment Skill Fetches structured stock sentiment from the Adanos Finance API. This skill is read-only. It is designed for research questions that are easier to answer with normalized sentiment signals than with raw social feeds. Use it when the user wants: cross-source stock sentiment Reddit/X.com/news/Polymarket comparisons buzz, bul...
911
6111 last30days sickn33/antigravity-awesome-skills
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
911
6112 suno-music-creator schwepps/skills
Suno Music Creator Professional workflow for creating high-quality music with Suno AI V5 and Suno Studio. Quick Reference Topic Reference File Style prompts by genre references/style-library.md BPM guide by usage references/bpm-guide.md Structure & meta-tags references/metatags.md Project templates references/project-types.md Distribution & rights references/distribution.md Plan Availability Feature Pro ($10/mo) Premier ($30/mo) V5 Model ✅ ✅ Commercial rights ✅ ✅ Suno Studio (DAW) ❌ ✅ Credits/...
911
6113 pyroscope grafana/skills
Grafana Pyroscope - Continuous Profiling Docs : https://grafana.com/docs/pyroscope/latest/ Continuous profiling aggregation system — understand resource usage down to source code line numbers. Instrumentation Methods Three ways to send profiles to Pyroscope: Grafana Alloy (preferred) : eBPF auto-instrumentation, no code changes SDK : Push profiles directly from your application SDK → Alloy : SDK sends to Alloy's pyroscope.receive_http , Alloy forwards to Pyroscope SDK Examples Python Show more
911
6114 build-zoom-meeting-sdk-app anthropics/knowledge-work-plugins
/build-zoom-meeting-sdk-app Background reference for embedded Zoom meetings across web, mobile, desktop, and Linux bot environments. Prefer build-zoom-meeting-app or build-zoom-bot first, then route here for platform detail. Zoom Meeting SDK Embed the full Zoom meeting experience into web, mobile, desktop, and headless integrations. Hard Routing Guardrail (Read First) If the user asks to embed/join meetings inside their app UI, route to Meeting SDK implementation. Do not switch to REST-only meet...
911
6115 rivet-sdk anthropics/knowledge-work-plugins
Zoom Rivet SDK Background reference for Zoom Rivet as a JavaScript and TypeScript server framework for Zoom integrations. Implementation guidance for Zoom Rivet (JavaScript/TypeScript) as a server-side framework for: OAuth and token handling Webhook event consumption Typed REST API endpoint wrappers Multi-module server composition Official docs: https://developers.zoom.us/docs/rivet/ https://developers.zoom.us/docs/rivet/javascript/ https://zoom.github.io/rivet-javascript/ Reference samples: htt...
911
6116 react-flow existential-birds/beagle
React Flow (@xyflow/react) is a library for building node-based graphs, workflow editors, and interactive diagrams. It provides a highly customizable framework for creating visual programming interfaces, process flows, and network visualizations. Quick Start Installation ``` pnpm add @xyflow/react ``` Basic Setup ``` import { ReactFlow, Node, Edge, Background, Controls, MiniMap } from '@xyflow/react'; import '@xyflow/react/dist/style.css'; const initialNodes: Node[] = [ { id: '1'...
910
6117 technical-analyst tradermonty/claude-trading-skills
Technical Analyst Overview This skill enables comprehensive technical analysis of weekly price charts. Analyze chart images to identify trends, support and resistance levels, moving average relationships, volume patterns, and develop probabilistic scenarios for future price movement. All analysis is conducted objectively using only chart data, without influence from news, fundamentals, or market sentiment. Core Principles Pure Chart Analysis : Base all conclusions exclusively on technical data v...
910
6118 setup-zoom-webhooks anthropics/knowledge-work-plugins
/setup-zoom-webhooks Background reference for Zoom event delivery over HTTP. Prefer workflow skills first, then use this file for verification, subscription, and delivery details. Prerequisites Zoom app with Event Subscriptions enabled HTTPS endpoint to receive webhooks Webhook secret token for verification Need help with authentication? See the zoom-oauth skill for OAuth setup. Quick Start // Express.js webhook handler const crypto = require ( 'crypto' ) ; // Capture raw body for signature veri...
910
6119 choose-zoom-approach anthropics/knowledge-work-plugins
Choose Zoom Approach Pick the smallest correct Zoom surface for the job, then layer in only the supporting pieces that are actually required. Decision Framework Problem Type Primary Zoom Surface Deterministic backend automation, account management, reporting, scheduled jobs rest-api Event delivery to your backend webhooks or websockets Embed Zoom meetings into your app meeting-sdk Build a fully custom video experience video-sdk Build inside the Zoom client zoom-apps-sdk AI-agent tool workflows o...
910
6120 inngest sickn33/antigravity-awesome-skills
Inngest Integration You are an Inngest expert who builds reliable background processing without managing infrastructure. You understand that serverless doesn't mean you can't have durable, long-running workflows - it means you don't manage the workers. You've built AI pipelines that take minutes, onboarding flows that span days, and event-driven systems that process millions of events. You know that the magic of Inngest is in its steps - each one a checkpoint that survives failures. Your core...
909
6121 vite-flare-starter jezweb/claude-skills
Vite Flare Starter Clone and configure the batteries-included Cloudflare starter into a standalone project. Produces a fully rebranded, deployable full-stack app. What You Get Layer Technology Frontend React 19, Vite, Tailwind v4, shadcn/ui Backend Hono (on Cloudflare Workers) Database D1 (SQLite at edge) + Drizzle ORM Auth better-auth (Google OAuth + optional email/password) Storage R2 (S3-compatible object storage) AI Workers AI binding Data Fetching TanStack Query Deployment Cloudflare Worker...
909
6122 setup-zoom-websockets anthropics/knowledge-work-plugins
/setup-zoom-websockets Background reference for persistent Zoom event streams. Prefer workflow routing first, then use this file when WebSockets are plausibly better than webhooks. WebSockets vs Webhooks Aspect WebSockets Webhooks Connection Persistent, bidirectional One-time HTTP POST Latency Lower (no HTTP overhead) Higher (new connection per event) Security Direct connection, no exposed endpoint Requires endpoint validation, IP whitelisting Model Pull (you connect to Zoom) Push (Zoom connects...
909
6123 zoom-oauth anthropics/knowledge-work-plugins
Zoom OAuth Background reference for Zoom auth and token lifecycle behavior. Prefer setup-zoom-oauth first, then use this skill for the exact flow, scope, and error details. Zoom OAuth Authentication and authorization for Zoom APIs. 📖 Complete Documentation For comprehensive guides, production patterns, and troubleshooting, see Integrated Index section below . Quick navigation: 5-Minute Runbook - Preflight checks before deep debugging OAuth Flows - Which flow to use and how each works Token Lifec...
909
6124 pytest bobmatnyc/claude-mpm-skills
pytest - Professional Python Testing Overview pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features: Fixture system for dependency injection Parametrization for data-driven tests Rich assertion introspection (no need for self.assertEqual) Plugi...
908
6125 asc-revenuecat-catalog-sync rudrankriyam/asc-skills
asc RevenueCat catalog sync Use this skill to keep App Store Connect (ASC) and RevenueCat aligned, including creating missing ASC items and mapping them to RevenueCat resources. When to use You want to bootstrap RevenueCat from an existing ASC catalog. You want to create missing ASC subscriptions/IAPs, then map them into RevenueCat. You need a drift audit before release. You want deterministic product mapping based on identifiers. Preconditions asc authentication is configured ( asc auth login o...
908
6126 plan-zoom-integration anthropics/knowledge-work-plugins
/plan-zoom-integration If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create a practical build plan for a Zoom integration or app. Usage /plan-zoom-integration $ARGUMENTS Workflow Capture the target user flow and success criteria. Choose the correct Zoom surface and supporting services. Define auth requirements, scopes, and account assumptions. Break implementation into phases: prototype, core integration, reliability, and launch. Call out hard...
908
6127 sora openai/skills
sora Curated from OpenAI's skills repository. What it does Generate, remix, and manage short video clips via OpenAI's Sora API. Useful for cinematic shots, b-roll, and rapid concept video iteration. Source Upstream: https://github.com/openai/skills Category: video-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle ...
907
6128 shopify-setup jezweb/claude-skills
Shopify Setup Set up working Shopify CLI authentication and Admin API access for a store. Produces a verified API connection ready for product and content management. Workflow Step 1: Check Prerequisites Verify the Shopify CLI is installed: shopify version If not installed: npm install -g @shopify/cli Step 2: Authenticate with the Store shopify auth login --store mystore.myshopify.com This opens a browser for OAuth. The user must be a store owner or staff member with appropriate permissions. Aft...
907
6129 build-zoom-bot anthropics/knowledge-work-plugins
/build-zoom-bot Use this skill for automation that joins meetings, captures media, or reacts to live session data. Covers Bot architecture Meeting join strategy Real-time media and transcript handling Backend orchestration Storage, post-processing, and event flow design Workflow Clarify whether the bot needs to join, observe, transcribe, summarize, or act. Route to Meeting SDK and RTMS as the core implementation path. Add REST API for meeting/resource management and Webhooks for asynchronous eve...
907
6130 agent-skills datadog-labs/agent-skills
Datadog Skills Essential Datadog skills for AI agents. Core Skills Skill Description dd-pup Primary CLI - all pup commands, auth, PATH setup dd-monitors Create, manage, mute monitors and alerts dd-logs Search logs, pipelines, archives dd-apm Traces, services, performance analysis dd-docs Search Datadog documentation dd-llmo LLM Observability traces, experiments, evals Install Install core skills npx skills add datadog-labs/agent-skills \ --skill dd-pup \ --skill dd-monitors \ --skill dd-logs \ ...
907
6131 test-cases cexll/myclaude
Test Cases Generator This skill generates comprehensive, requirement-driven test cases from PRD documents or user requirements. Purpose Transform product requirements into structured test cases that ensure complete coverage of functionality, edge cases, error scenarios, and state transitions. The skill follows a pragmatic testing philosophy: test what matters, ensure every requirement has corresponding test coverage, and maintain test quality over quantity. When to Use Trigger this skill wh...
906
6132 build-zoom-contact-center-app anthropics/knowledge-work-plugins
/build-zoom-contact-center-app Background reference for Zoom Contact Center integrations across app, web, and native mobile surfaces. Implementation guidance for Zoom Contact Center across: Contact Center apps in the Zoom client (Zoom Apps SDK path) Web channel embeds (chat/video/campaign) Native mobile SDKs (Android/iOS) Official docs: https://developers.zoom.us/docs/contact-center/ https://developers.zoom.us/docs/contact-center/web/sdk-reference/ https://marketplacefront.zoom.us/sdk/contact/an...
906
6133 ads-budget agricidaniel/claude-ads
Budget Allocation & Bidding Strategy Process Collect budget and performance data across all active platforms Read ads/references/budget-allocation.md for allocation framework Read ads/references/bidding-strategies.md for strategy decision trees Read ads/references/benchmarks.md for CPC/CPA benchmarks Read ads/references/scoring-system.md for health score algorithm Evaluate budget allocation, bidding strategy, and scaling readiness Generate recommendations with kill list and scale list Budget All...
906
6134 dokie-ai-ppt myzy-ai/dokie-ai-ppt
Dokie AI PPT Skill This is Dokie AI PPT Skill — a professional presentation design skill. Use it whenever you need to generate a PPT, create a presentation, or build any showcase content with HTML. Built on web technologies, supporting everything from minimal business style to Awwwards-level creative motion — far beyond what traditional PPT can deliver. Prerequisites npx dokie-cli themes Verify CLI is available Workflow ⚠️ IMPORTANT: This is an interactive, step-by-step workflow. At each step, ...
905
6135 build-zoom-meeting-app anthropics/knowledge-work-plugins
/build-zoom-meeting-app Use this skill for embedded meeting experiences and meeting lifecycle implementation. Covers Meeting SDK selection and platform routing Join/auth implementation planning Meeting creation plus join flow design Web vs native platform considerations Meeting SDK vs Video SDK boundary decisions Workflow Confirm whether the user wants a Zoom meeting or a custom video session. Route to Meeting SDK if the user needs actual Zoom meetings. Pull in the relevant platform references. ...
905
6136 meta-cognition-parallel actionbook/rust-skills
Meta-Cognition Parallel Analysis (Experimental) Status: Experimental | Version: 0.2.0 | Last Updated: 2025-01-27 This skill tests parallel three-layer cognitive analysis. Concept Instead of sequential analysis, this skill launches three parallel analyzers - one for each cognitive layer - then synthesizes their results. User Question │ ▼ ┌─────────────────────────────────────────────────────┐ │ meta-cognition-parallel │ │ (Coordinator) ...
905
6137 app-store-optimization dpearson2699/swift-ios-skills
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
905
6138 gsap-scrolltrigger freshtechbro/claudedesignskills
GSAP ScrollTrigger When to Use This Skill Apply when implementing scroll-driven animations: triggering tweens/timelines on scroll, pinning elements, scrubbing animation to scroll position, or when the user mentions ScrollTrigger, scroll animations, or pinning. When the user asks for scroll-based animation or parallax without specifying a library, recommend GSAP and use ScrollTrigger.
905
6139 faceswap heygen-com/skills
Face Swap (HeyGen API) Swap a face from a source image into a target video using GPU-accelerated AI processing. The source image provides the face to swap in, and the target video receives the new face. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v1/workflows/executions" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"workflow_type": "FaceswapNode", "input": {"source_i...
904
6140 docs-review metabase/metabase
Documentation Review Skill @./../_shared/metabase-style-guide.md Review mode detection IMPORTANT: Before starting the review, determine which mode to use: PR review mode: If the mcp__github__create_pending_pull_request_review tool is available, you are reviewing a GitHub PR Use the pending review workflow to post all issues as one cohesive review Follow the workflow steps in "PR review mode format" below Local review mode: If the MCP tool is NOT available, output issues in the conversation...
904
6141 asc-whats-new-writer rudrankriyam/asc-skills
asc What's New Writer Generate engaging, localized release notes from flexible input. Optionally pair with promotional text updates. Preconditions Metadata pulled locally via asc migrate export or asc localizations download (for keyword reading). OR: user provides keywords manually. Auth configured for upload ( asc auth login or ASC_* env vars). The primary locale is en-US unless the user specifies otherwise. Before You Start Read references/release_notes_guidelines.md for tone, structure, and e...
904
6142 antdv-next antdv-next/skills
The skill is based on Antdv Next playground docs and demos, generated at 2026-01-29. Language: zh-CN Docs and demos are copied into `references/` for offline use. Vue Docs | common-props | docs/vue/common-props.md | compatible-style | docs/vue/compatible-style.md | customize-theme | docs/vue/customize-theme.md | faq | docs/vue/faq.md | getting-started | docs/vue/getting-started.md | i18n | docs/vue/i18n.md | migration-antdv-next | docs/vue/migration-antdv-next.md Compo...
904
6143 senior-qa davila7/claude-code-templates
Senior Qa Complete toolkit for senior qa with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options] Core Capabilities 1. Test Suite Generator Automated tool for test suite gener...
904
6144 debug-zoom anthropics/knowledge-work-plugins
/debug-zoom If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Debug Zoom auth, API, webhook, SDK, or MCP issues without wandering through the entire docs set. Usage /debug-zoom $ARGUMENTS Workflow Identify the failing layer: auth, API request, webhook, SDK init, media/session behavior, or MCP transport. Ask for the minimum missing evidence: exact error, platform, request/response, event payload, or code path. Produce 2-4 plausible causes ranked by...
904
6145 zoom-general anthropics/knowledge-work-plugins
Zoom General (Cross-Product Skills) Background reference for cross-product Zoom questions. Prefer the workflow skills first, then use this file for shared platform guidance and routing detail. How zoom-general Routes a Complex Developer Query Use zoom-general as the classifier and chaining layer: detect product signals in the query pick one primary skill attach secondary skills for auth, events, or deployment edges ask one short clarifier only when two routes match with similar confidence Minima...
904
6146 setup-zoom-mcp anthropics/knowledge-work-plugins
/setup-zoom-mcp If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Plan a Zoom MCP workflow and decide when to use MCP alone versus a hybrid REST API + MCP architecture. Usage /setup-zoom-mcp $ARGUMENTS Workflow Determine whether the goal is deterministic automation, AI tool orchestration, or a hybrid. If MCP is appropriate, identify the likely Zoom MCP surface and transport assumptions. If MCP alone is not enough, define the REST API responsibilit...
904
6147 webup-statusline webup/skills-cc
Status Line Generator Generate a custom Claude Code status line script with your choice of columns and a color theme. Installs directly to ~/.claude/settings.json . How It Works Claude Code supports custom status lines via a shell script configured in ~/.claude/settings.json . The script receives session JSON on stdin (model, context window, workspace, vim, worktree, etc.) and prints formatted text to stdout. This skill generates a bash script tailored to your preferences and installs it automat...
904
6148 swift-api-design-guidelines dpearson2699/swift-ios-skills
Swift API Design Guidelines Apply the Swift API Design Guidelines when naming types, methods, properties, parameters, and argument labels. Targets Swift 6.3. For language features and syntax, see swift-language . For concurrency patterns, see swift-concurrency . Contents Argument Label Rules Side-Effect Naming Mutating and Nonmutating Pairs Documentation Comments Clarity and Naming Fluent Usage and Protocols General Conventions Common Mistakes Review Checklist References Argument Label Rules Arg...
904
6149 adev-writing-guide angular/angular
Angular Documentation (adev) Writing Guide This skill provides comprehensive guidelines for authoring content in adev/src/content . It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices. I. Google Technical Writing Guidelines Tone and Content Be conversational and friendly: Maintain a helpful yet professional tone. Avoid being overly casual. Write accessibly: Ensure documentation is understandable to a diverse global audience,...
903
6150 flow facebook/react
Flow Type Checking Arguments: $ARGUMENTS: Renderer to check (default: dom-node) Renderers Renderer When to Use dom-node Default, recommended for most changes dom-browser Browser-specific DOM code native React Native fabric React Native Fabric Instructions Run yarn flow $ARGUMENTS (use dom-node if no argument) Report type errors with file locations For comprehensive checking (slow), use yarn flow-ci Common Mistakes Running without a renderer - Always specify or use default dom-node Ignoring sup...
903