所有 Skills
找到 3765 个 Skills
Skills 列表

superwall
使用 `superwall` CLI 管理应用、产品、权益、活动、付费墙、App Store Connect 和 ClickHouse 分析。还包括文档查询、仪表盘链接、SDK 源码检查以及集成、迁移、审查和仪表盘工作流。用于 Superwall API 或 CLI 任务、数据分析、SDK 设置、提供商迁移、Webhook 事件和 SDK 调试。
superwall
superwall-editor
Build and edit live Superwall paywalls from the CLI. Attach to a running browser editor session using a pairing code, list the tools the browser exposes right now, and invoke them. Covers native sw-* elements, editing workflow, design standards, and the attach/call/release lifecycle. Use whenever the user wants to design, build, modify, or review a Superwall paywall, onboarding, or web2app flow.
superwall
insforge
当使用 InsForge 或 @insforge/sdk 编写应用代码时使用此技能:数据库 CRUD、认证、存储上传/存储 RLS、函数、OpenRouter AI、实时、邮件、Stripe 或 Razorpay 支付,或将 S3 兼容工具(aws CLI、AWS SDK、rclone、Terraform、boto3)指向 InsForge 存储。在请求添加认证、获取数据、上传文件、使存储桶公开、添加结账、销售订阅或发送邮件时触发。对于基础设施、SQL 迁移、CLI 命令或支付提供商设置,请改用 insforge-cli。
insforge
insforge-cli
当有人需要后端,或需要通过 InsForge CLI 管理 InsForge 后端和云基础设施时使用此技能:项目、SQL、迁移、RLS 策略、函数、存储、部署、计算、密钥、配置、调度、日志、诊断、导入/导出、AI/OpenRouter 设置、Stripe/Razorpay 支付、Apify 网页抓取/数据源、PostHog 产品分析、后端分支、代理记忆(记住/回忆项目事实和决策)或 CLI 文档。对于使用 InsForge 或 @insforge/sdk 的应用代码,请改用 insforge 应用集成技能。
insforge
insforge-debug
>-
insforge
insforge-integrations
用于将外部认证提供商(Clerk、Auth0、WorkOS、Kinde、Stytch、Better Auth)接入 InsForge 实现基于 JWT 的行级安全(RLS),或添加 OKX x402 支付协调器实现链上按次付费计费。
insforge
nx-run-tasks
帮助在 Nx 工作区中运行任务。当用户想要执行构建、测试、代码检查、启动或运行工作区中定义的任何其他任务时使用。
nrwl
nx-generate
Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a new app, create a new lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nx_docs or exploring - this skill handles discovery internally.
nrwl
nx-plugins
Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.
nrwl
link-workspace-packages
Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/*) like "cannot find module", "failed to resolve import", "TS2307", or "cannot resolve". DO NOT patch around with tsconfig paths or manual package.json edits - use the package manager''s workspace commands to fix actual linking.
nrwl
youtube-downloader
Download videos from YouTube and 1000+ other sites using yt-dlp
crazynomad
nx-import
Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.
nrwl
inngest-events
用于设计事件驱动的工作流、解耦服务、实现扇出模式(一个触发器,多个下游处理器)、使用ID实现幂等事件处理(24小时去重窗口),或处理来自外部源(如Stripe webhook)的至少一次投递。涵盖Inngest事件模式、负载格式、命名约定、用于幂等性的ID、ts参数、扇出模式以及系统事件(如inngest/function.failed)。
inngest
inngest-durable-functions
用于构建必须能在进程崩溃后存活、失败时自动重试、按计划运行、响应事件或在基础设施故障时保持状态的函数——例如,丢弃事件的 Webhook 处理器、不稳定的定时任务、中途失败的后台作业,或需要从中断处恢复的工作流。涵盖 Inngest 函数配置、触发器(事件、cron、invoke)、步骤执行与记忆化、幂等性、取消、错误处理、重试、日志记录和可观测性。
inngest
inngest-steps
当需要实现必须能在进程重启后继续存在的延迟(例如24小时购物车放弃提醒、定时跟进)、等待人工审批或带超时的外部事件(审核关卡、webhook回调、异步API完成)、轮询外部服务且崩溃后不丢失状态、调用其他函数并等待其结果、记忆化昂贵操作以避免重试时重复执行,或在工作流中并行运行异步任务时使用。涵盖Inngest步骤方法:step.run、step.sleep、step.waitForEvent、step.waitForSignal、step.sendEvent、step.invoke、step.ai,以及循环和并行执行模式。
inngest
inngest-setup
当需要为 TypeScript 项目添加持久化执行能力时使用——构建可重试的 Webhook 处理器、崩溃后仍能恢复的后台任务、定时任务或超出单个请求生命周期的长时间运行工作流。涵盖 Inngest SDK 安装、客户端配置、环境变量、服务端点(Next.js、Express、Hono、Fastify)、连接即工作模式以及本地开发服务器。
inngest
inngest-middleware
Use when adding cross-cutting concerns to durable functions — structured logging or tracing across all functions, error tracking with Sentry, payload encryption for sensitive data, dependency injection of clients (DB, Stripe, etc.) into function handlers, custom telemetry, or behavior that should apply uniformly across many functions. Covers Inngest middleware lifecycle, creating custom middleware, dependencyInjectionMiddleware, @inngest/middleware-encryption, @inngest/middleware-sentry, and custom middleware patterns.
inngest
nx-workspace
探索和理解 Nx 工作区。当回答关于工作区、项目或任务的问题时使用。当 nx 命令失败或需要在运行任务前检查可用的目标/配置时也使用。示例:'这个工作区有哪些项目?'、'项目 X 是如何配置的?'、'什么依赖于库 Y?'、'我可以运行哪些目标?'、'找不到任务的配置'、'调试 nx 任务失败'。
nrwl
ui-design
使用此技能设计一个漂亮的单HTML UI,作为灵感与UI探索。
shajith003
lynx-devtool
当处理 Lynx DevTool 或调试 Lynx 应用、页面或设备时使用,特别是当任务涉及客户端或会话、CDP 或 App 命令、DOM/CSS 检查、运行时或控制台日志、截图、堆快照、Page.reload 或 App.openPage、全局开关,或在 Android、iOS 或 Desktop 上检查 ReactLynx 组件树(`reactlynx tree`)、搜索组件(`reactlynx find`)、检查 props/state/hooks(`reactlynx component`)或修改 props/state/context(`reactlynx update-prop` / `update-state` / `update-context`)时。
lynx-community
valyu-best-practices
适用于AI代理的完整Valyu API工具包。当需要执行跨网页、学术、医疗、交通、金融来源的实时搜索、从URL提取内容、带引用的AI驱动答案或全面的深度研究报告时,请使用此技能。
valyuai
tailwindcss
Tailwind CSS 实用优先的 CSS 框架。适用于使用实用类样式化 Web 应用、构建响应式设计或使用主题变量自定义设计系统。
hairyf
plantuml-skill
Use when user requests diagrams, flowcharts, sequence diagrams, class diagrams, component diagrams, ER diagrams, architecture charts, or visualizations — including generating a diagram from existing source code, or rendering/extracting PlantUML embedded in a Markdown file to images (e.g. preparing docs for Confluence/Notion). Also use proactively when explaining systems with 3+ components, APIs, data flows, or class hierarchies. Generates .puml files and exports to PNG/SVG via Kroki API (no local install required).
agents365-ai
gpt-image-2
使用 RunComfy 上的 OpenAI GPT Image 2(ChatGPT Images 2.0)生成和编辑图像。文档介绍了 GPT Image 2 的优势(嵌入文本、徽标、多语言排版、指令精确性)、其 3 种固定尺寸、保留性编辑语言,以及何时改用其他模型(Flux 2 / Nano Banana Pro / Seedream)。通过本地 RunComfy CLI 调用 `runcomfy run openai/gpt-image-2/text-to-image` 或 `/edit`。触发词包括“gpt image 2”、“gpt-image-2”、“ChatGPT Images 2”、“image 2”或任何明确要求使用此模型生成或编辑的请求。
agentspace-so