skills/727474430/deep-search-and-insight-synthesize/SKILL.md
【深度调研专用】当需要系统性调研、多产品对比、深度分析、技术选型、趋势分析时必须使用本技能。触发关键词:调研、对比、分析、评估、选型、趋势、综合报告、多源验证。通过 3 层深度搜索(阅读多个网页)+ 多源交叉验证,提供比普通 WebSearch 更全面、更准确的研究结果和深度洞察。禁止用普通搜索工具替代深度调研任务。
npx skillsauth add aiskillstore/marketplace deep-search-and-insight-synthesizeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本技能提供深度搜索调研能力,专门进行多层级的网络搜索和综合分析,提供类似Perplexity的深度研究功能。核心功能是通过系统性的深度搜索,收集、验证和分析多个信息源,最终提供经过深度思考的综合性见解。
重要:所有的回答和交流都必须使用中文,专业术语名词除外。
执行本技能时应严格遵循以下步骤:
问题复杂度评估:
输出方式选择策略:
简约输出(简单问题):
专业文档输出(中等复杂度):
Write工具创建专业的.md文档可视化展示输出(高复杂度):
输出格式要求: 根据问题复杂度,选择合适的输出方式:
简约Markdown报告:
专业.md文档:
可视化HTML报告:
行为准则与项目规则:
核心搜索策略:
搜索工具使用:
专业工具集成指导:
使用QuickChart生成图表:
Mermaid图表生成指导:
输出模式决策逻辑:
简单问题判断标准:
中等复杂度判断标准:
高复杂度判断标准:
安全与限制:
本技能通过系统性的多层级搜索和综合分析,将碎片化的网络信息转化为有价值的洞察和知识。
development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.