研究与知识

研究、检索、摘要和知识工作

1098 个 Skills 可用

Skills 列表

product-title-optimization

product-title-optimization

958research-knowledge

Optimize product titles for search visibility and click-through rate across e-commerce platforms. Platform-specific title rules for Amazon (200 chars), Etsy (140 chars), Walmart, Shopify SEO, and eBay.

nexscope-ai avatarnexscope-ai
获取
sred-project-organizer

sred-project-organizer

953research-knowledge

Take a list of projects and their related documentation, and organize them into the SRED format for submission.

getsentry avatargetsentry
获取
experience-lwc-security-validate

experience-lwc-security-validate

952research-knowledge

Use this skill as THE specialized Lightning Web Security (LWS) validator for a Lightning Web Component bundle (`.js`, `.ts`, `.html`, `.css`, `.js-meta.xml`) — the canonical LWS/Product-Security review for LWCs, NOT a generic code-security pass. It produces either a severity-ranked finding list with code-level remediations or a SARIF 2.1.0 JSON score report keyed by the `lws-001`…`lws-023b` rule catalog. TRIGGER when the user asks to review, audit, or check an LWC component for LWS compliance issues and recommend fixes, score a component's LWS/security compliance, find dangerous DOM APIs or blocked sinks (`eval`, `Function`, `document.write`, `innerHTML`, `document.createElement('script')`, global-scope assignment to `window`/`globalThis`, unsafe URL schemes), or emit a SARIF security report. DO NOT TRIGGER for generic non-LWC security review, for building a new LWC (use experience-lwc-generate), accessibility (WCAG 2.2), RTL/i18n, or Apex/Aura/server-side review.

forcedotcom avatarforcedotcom
获取
sred-work-summary

sred-work-summary

951research-knowledge

Go back through the previous year of work and create a Notion doc that groups relevant links into projects that can then be documented as SRED projects.

getsentry avatargetsentry
获取
asc-crash-triage

asc-crash-triage

948research-knowledge

使用 asc 排查和分级 TestFlight 崩溃、内测用户反馈及性能诊断数据。当用户询问 TF 崩溃、TestFlight 崩溃报告、Beta 测试员反馈、应用卡死(App Hangs)、磁盘写入、启动诊断,或者希望获取某个 Build 或 App 的崩溃汇总时使用此 Skill。

rorkai avatarrorkai
获取
asc-aso-audit

asc-aso-audit

946research-knowledge

对 `./metadata` 目录下的 App Store 规范元数据执行离线 ASO 审计,并通过 Astro MCP 分析关键词缺口。建议在执行 `asc metadata pull` 拉取元数据后使用。

rorkai avatarrorkai
获取
doc-coauthoring

doc-coauthoring

943research-knowledge

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

getsentry avatargetsentry
获取
ecommerce-landing-page

ecommerce-landing-page

942research-knowledge

Audit and optimize e-commerce landing pages for conversion. CTA placement, trust signals, page structure, copy optimization, and A/B testing strategy for product pages, collection pages, and campaign landing pages.

nexscope-ai avatarnexscope-ai
获取
product-review-analysis

product-review-analysis

942research-knowledge

Product review analysis and customer feedback intelligence. Pain point identification, praise pattern analysis, feature request extraction, sentiment analysis, and product improvement insights. Use when the user asks about review analysis, customer feedback, product reviews, or sentiment analysis.

nexscope-ai avatarnexscope-ai
获取
market-gap-analysis

market-gap-analysis

942research-knowledge

Identify underserved market gaps and unmet customer needs in e-commerce. Analyzes competitor blind spots, review pain points, search demand without adequate supply, and emerging customer segments.

nexscope-ai avatarnexscope-ai
获取
query-token-info

query-token-info

940research-knowledge

针对特定代币(通过关键词、符号或合约地址识别)的逐代币详细信息: (1) search — 通过关键词/符号/合约查找代币; (2) meta — 静态信息:名称、符号、图标、社交链接、创建者、官方网站; (3) dynamic — 实时市场数据:价格、24小时变化、成交量、持有者数量、流动性; (4) kline — 用于技术分析的OHLCV蜡烛图数据。 适用于:“$X的价格”、“搜索代币Y”、“$Z的K线图”、“谁创建了$W”、“$V的社交链接”、“$U的持有者数量”、“蜡烛图数据”、“查找<代币>的合约地址”。

binance avatarbinance
获取
brand-guidelines

brand-guidelines

940research-knowledge

Write copy following Sentry brand guidelines. Use when writing UI text, error messages, empty states, onboarding flows, 404 pages, documentation, marketing copy, or any user-facing content. Covers both Plain Speech (default) and Sentry Voice tones.

getsentry avatargetsentry
获取
migrate-birp-to-urp

migrate-birp-to-urp

939research-knowledge

Plans, executes, and troubleshoots Unity projects moving from the Built-in Render Pipeline (BiRP/BIRP/Built-in RP) to the Universal Render Pipeline (URP). Use when the user asks to upgrade, convert, switch, or migrate a project, scene, material, or shader to URP/Universal Render Pipeline; fix pink or magenta materials after URP; convert Built-in materials/shaders; move a 2D project to URP 2D; review lighting, quality, post-processing, baked lightmaps, or reflection probes after URP; or diagnose visual problems after a render-pipeline migration.

unity-technologies avatarunity-technologies
获取
automation-sandbox-post-copy-config-generate

automation-sandbox-post-copy-config-generate

937research-knowledge

Generate the JSON config file that the Salesforce sandbox post-copy automation tool consumes, from a customer SOP in any format (PDF, xlsx, csv, JSON, docx, Markdown, plain text, or a screenshot of an endpoint table). Use when the user asks to create, build, generate, produce, or convert a post-copy or post-refresh automation config — turning a sandbox-refresh SOP into a JSON array of OutboundMessages and RemoteSiteSettings entries with ConfigurationName, Label, Fields, IsActive, and ExecutionOrder. Also trigger for phrasings like \"post-copy config\", \"post-refresh automation JSON\", \"update the outbound message (OBM) endpoints after refresh\", \"convert this SOP to config\", \"remote site settings JSON\", \"refresh planner to JSON\", or \"sandbox refresh config\". DO NOT TRIGGER when: user wants to deploy the generated config to an org (use platform-metadata-deploy), or apply/execute/run/dry-run the post-copy automation JSON against a sandbox (use automation-sandbox-post-copy-configure).

forcedotcom avatarforcedotcom
获取
experience-lwc-typescript-migrate

experience-lwc-typescript-migrate

937research-knowledge

Use when converting an existing JavaScript Lightning Web Component (.js, .html, .css) to TypeScript with full type annotations and a matching `.d.ts` file that exposes only the component's `@api` surface. TRIGGER when the user says \"convert LWC to TypeScript\", \"migrate LWC to TS\", \"rename .js to .ts for this component\", \"add types to my LWC\", \"generate .d.ts for this LWC\", \"type-annotate @api properties\", or \"produce declare module 'c/componentName' definitions\". DO NOT TRIGGER when the user is authoring a brand-new LWC from scratch (use experience-lwc-generate), generating Jest tests for an existing LWC (use experience-lwc-generate), or migrating an Aura component to LWC.

forcedotcom avatarforcedotcom
获取
generate-editor-search-query

generate-editor-search-query

937research-knowledge

Generates Unity Search / Quick Search queries and opens the Unity Search window for read-only Unity Editor asset or scene-object lookup requests. Always use when the user asks to find, search, show, locate, filter, look up, query, or list concrete assets or scene objects in the current project or scene, even if Unity Search is not named. Covers materials, textures, prefabs, scenes, scripts, shaders, GameObjects, components, Lights, Cameras, UI objects, labels, paths, references, selected or named assets, and asset types. Also use when the user explicitly mentions Unity Search, Quick Search, Search window, open Search, or asks what Unity Search query to use. Do not use for general project overview, project structure, folder-purpose summaries, gameplay/system explanations, how-to programming questions, web search, repository text search, build logs, package installation, menu or settings search, modifying results, or non-Unity filesystem search unless the user explicitly asks to use Unity Search.

unity-technologies avatarunity-technologies
获取
manage-sprite-atlas

manage-sprite-atlas

937research-knowledge

Manage SpriteAtlas using prebuild pipeline with IPreprocessBuildWithReport (DEFAULT approach). Use it to configure master atlases, variant atlases, texture settings, packing settings, and platform-specific configurations. Use when the user asks about creating sprite atlases, optimizing sprites, configuring atlas settings, adding sprites to atlases, creating variant atlases, implementing automated atlas generation, or runtime sprite atlas access. Always use prebuild approach unless user explicitly requests manual authoring.

unity-technologies avatarunity-technologies
获取
natural-language

natural-language

936research-knowledge

使用 Apple 的 NaturalLanguage 框架对自然语言文本进行分词、标注和分析,并使用 Translation 框架进行语言间翻译。适用于为 iOS/macOS/visionOS 应用添加语言识别、情感分析、命名实体识别、词性标注、文本嵌入或应用内翻译功能。

dpearson2699 avatardpearson2699
获取
seo-geo

seo-geo

933research-knowledge

SEO和GEO(生成式引擎优化)网站优化。分析关键词、生成结构化数据标记、针对AI搜索引擎(ChatGPT、Perplexity、Gemini、Copilot、Claude)和传统搜索引擎(Google、Bing)进行优化。当用户希望提升搜索可见性、搜索优化、搜索排名、AI可见性、ChatGPT排名、Google AI概览、索引、JSON-LD、元标签或关键词研究时使用。

resciencelab avatarresciencelab
获取
vision-framework

vision-framework

932research-knowledge

在 iOS 应用中实现计算机视觉功能,包括文本识别(OCR)、人脸检测、条码扫描、图像分割、对象跟踪和文档扫描。涵盖现代 Swift 原生 Vision API(iOS 18+)和传统 VNRequest 模式、VisionKit 的 DataScannerViewController 用于实时摄像头扫描,以及 CoreMLRequest/VNCoreMLRequest 用于自定义模型推理。适用于添加 OCR、条码扫描、人脸检测或自定义 Core ML 模型推理与 Vision 结合的场景。

dpearson2699 avatardpearson2699
获取
skill-writer

skill-writer

932research-knowledge

Create, synthesize, and iteratively improve agent skills following the Agent Skills specification. Use when asked to "create a skill", "write a skill", "synthesize sources into a skill", "improve a skill from positive/negative examples", "update a skill", or "maintain skill docs and registration". Handles source capture, precision passes, authoring, registration, and validation.

getsentry avatargetsentry
获取
swiftui-navigation

swiftui-navigation

931research-knowledge

实现 SwiftUI 导航模式,包括 NavigationStack、NavigationSplitView、sheet 呈现、标签导航和深度链接。适用于构建推送导航、程序化路由、多列布局、模态 sheet、标签栏、通用链接或自定义 URL 方案处理。

dpearson2699 avatardpearson2699
获取
swiftui-uikit-interop

swiftui-uikit-interop

931research-knowledge

Bridges UIKit and SwiftUI with UIViewRepresentable, UIViewControllerRepresentable, UIHostingController, UIHostingConfiguration, coordinator delegates, and UIKit automatic observation tracking for shared @Observable state. Use when wrapping UIKit-only or third-party UIKit views/controllers in SwiftUI, embedding SwiftUI in UIKit, integrating mail/share/document/PDF/text-view surfaces, or migrating UIKit apps to SwiftUI incrementally.

dpearson2699 avatardpearson2699
获取
ecommerce-keyword-research

ecommerce-keyword-research

930research-knowledge

Cross-platform keyword research for e-commerce. Discover high-converting keywords across Amazon, Shopify, Etsy, Google Shopping, TikTok Shop, and Walmart. Analyzes search volume signals, competition indicators, commercial intent, and long-tail opportunities.

nexscope-ai avatarnexscope-ai
获取