所有 Skills

找到 3865 个 Skills

Skills 列表

backtesting-trading-strategies

backtesting-trading-strategies

43research-knowledge

Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".

gracefullight avatargracefullight
获取
nano-banana-2

nano-banana-2

42productivity

通过统一的 Pilio 开发者 API 使用 Pilio Nano Banana 2 创建或编辑图像。当用户需要 Nano Banana 2 的文本到图像生成、参考图像编辑、产品海报或本地输入的图像合成时使用。

pilioai avatarpilioai
获取
prisma-database-setup

prisma-database-setup

42database

配置 Prisma 与不同数据库提供商(PostgreSQL、MySQL、SQLite、MongoDB 等)的指南。适用于新建项目、切换数据库或排查连接问题。触发词包括“配置 postgres”、“连接 mysql”、“设置 mongodb”、“sqlite 设置”。

prisma avatarprisma
获取
prisma-client-api

prisma-client-api

42database

Prisma Client API 参考,涵盖模型查询、过滤器、操作符和客户端方法。在编写数据库查询、使用 CRUD 操作、过滤数据或配置 Prisma Client 时使用。触发词为 "prisma query"、"findMany"、"create"、"update"、"delete"、"$transaction"。

prisma avatarprisma
获取
firecrawl-research-index

firecrawl-research-index

42research-knowledge

使用 Firecrawl Research 查找回答研究问题的论文,通过语义搜索、语义和结构扩展以及正文验证。始终将此技能用于任何文献查找/论文检索任务——单篇论文查找或完整的多篇论文集合。

firecrawl avatarfirecrawl
获取
remove-background

remove-background

42productivity

使用 Pilio 开发者 API 移除图像背景。适用于用户需要透明背景裁剪、人像或产品背景移除,或通过 Pilio 进行自动化图像背景清理的场景。

pilioai avatarpilioai
获取
remove-image-watermark

remove-image-watermark

42productivity

使用 Pilio 开发者 API 从图像中移除可见水印。当用户想要清理 PNG、JPG、JPEG 或 WEBP 图像、移除图像水印叠加层或通过 Pilio 自动化图像水印移除时使用。

pilioai avatarpilioai
获取
upscale-image

upscale-image

42productivity

使用 Pilio 开发者 API 放大或增强图像。当用户想要更高分辨率的图像、AI 超分辨率、图像清晰度提升或通过 Pilio 进行自动化图像增强时使用。

pilioai avatarpilioai
获取
remove-pdf-watermark

remove-pdf-watermark

42productivity

使用 Pilio 开发者 API 从 PDF 中移除水印。当用户需要 PDF 水印移除、可编辑 PDF 清理、AI PDF 页面重建或通过 Pilio 自动处理 PDF 水印时使用。

pilioai avatarpilioai
获取
convex-expert

convex-expert

42backend-api

Convex backend specialist. Use this agent for any code inside a `convex/` directory — function definitions, schemas, indexes, queries, mutations, actions, HTTP endpoints, cron jobs, file storage, auth wiring, and component installation. Knows the object-form function syntax, validator patterns, resource limits, and component ecosystem that generic Claude routinely gets wrong.

get-convex avatarget-convex
获取
convex-auth

convex-auth

42mcp-integrations

Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.

get-convex avatarget-convex
获取
convex-migrate

convex-migrate

42database

Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.

get-convex avatarget-convex
获取
convex-optimize

convex-optimize

42security

Audit and optimize an existing Convex app: security, scale, upgrades, observability.

get-convex avatarget-convex
获取
convex-docs

convex-docs

42frontend

Pull version-current Convex docs for the version this project uses — pin the installed version, fetch page-as-markdown or check node_modules types, freshness hierarchy — instead of writing a possibly-stale API from memory.

get-convex avatarget-convex
获取
convex-reviewer

convex-reviewer

42security

Convex code reviewer — security, auth, validators, performance, and pattern checks for code in a convex/ directory. Use to review or audit Convex functions before shipping.

get-convex avatarget-convex
获取
convex-deploy-guard

convex-deploy-guard

42devops-cloud

Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.

get-convex avatarget-convex
获取
convex-authz

convex-authz

42security

Audit and harden Convex authorization: identity-from-arg impersonation, missing per-document ownership checks, PII-leaking public queries, and writes into containers the caller doesn't own. Deterministic scan + canonical requireIdentity/requireOwner fix + tsc verify. Use for 'secure my app' / 'audit auth' / 'who can access this data', not generic code review.

get-convex avatarget-convex
获取
convex-design

convex-design

42backend-api

Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM/agent workflows on Convex's one-platform stack.

get-convex avatarget-convex
获取
convex-advisor

convex-advisor

42devops-cloud

Read the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report evidence-backed perf/cost findings with fixes.

get-convex avatarget-convex
获取
convex-add

convex-add

42agent-workflows

Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any backend capability to an existing Convex app.

get-convex avatarget-convex
获取
convex-migrate-rehearse

convex-migrate-rehearse

42database

Rehearse a live-app schema change + backfill on a snapshot-seeded preview deployment, verify, then promote the proven change to prod with the snapshot as rollback.

get-convex avatarget-convex
获取
convex-insights

convex-insights

42devops-cloud

Query a running Convex app's logs + health in natural language (official MCP): failures, slow/expensive functions, deploy causality — scoped, evidence-backed, with a dashboard deep link.

get-convex avatarget-convex
获取
convex-env

convex-env

42agent-workflows

Set and wire Convex deployment env vars / secrets for the app.

get-convex avatarget-convex
获取
convex-verify

convex-verify

42testing-qa

Prove a Convex feature works — seed, drive as multiple mocked users via convex-test, assert behavior including the negative authz cases (wrong user refused, data-scope enforced).

get-convex avatarget-convex
获取
想按分类查看?试试 /category/writing-content.