hybrid-search-implementation
安全 69为 RAG 实现混合搜索
由 wshobson
纯向量搜索会错过精确匹配,而关键词搜索在语义查询上表现不佳。本技能提供现成的模板,使用 RRF 融合、线性组合和交叉编码器重排序来结合这两种方法。
error-handling-patterns
安全 69实现健壮的错误处理模式
由 wshobson
应用程序经常由于错误处理不当而意外失败。本技能提供经过实战检验的模式,包括异常处理、Result 类型、熔断器以及 Python、TypeScript、Rust 和 Go 中的优雅降级。
embedding-strategies
低风险 68优化嵌入模型以实现语义搜索
由 wshobson
选择正确的嵌入模型和分块策略对检索质量至关重要。此技能提供模板和最佳实践,用于实现高质量的向量搜索管道。
design-system-patterns
中风险 52设计系统模式
由 wshobson
一款面向 Claude、Codex 和 Claude Code 的 AI 技能
debugging-strategies
安全 69应用系统化调试策略
由 wshobson
调试复杂软件问题常常让人感到随机和沮丧。这个技能提供系统化的调试技术、性能分析工具和根本原因分析方法,将故障排除转变为有条理的过程。
context-driven-development
安全 70管理 AI 驱动的项目上下文
由 wshobson
建立结构化的项目文档以提升 AI 一致性和团队对齐。定义指导开发决策并在多次会话之间保持组织记忆的上下文工件。
competitive-landscape
安全 69分析竞争格局和定位
由 wshobson
分析竞争对手和市场定位既耗时又需要结构化框架。本技能提供波特五力、蓝海战略和定位图,帮助系统性地评估竞争并识别差异化机会。
code-review-excellence
低风险 67掌握代码审查最佳实践
由 wshobson
代码审查常常成为瓶颈或团队摩擦的来源。本技能提供结构化的技术来给出建设性反馈、进行全面审查,并将每次审查转化为知识分享的机会,从而提高代码质量和团队协作。
brand-landingpage
低风险 73设计以品牌优先的落地页与互动访谈
由 wshobson
大多数落地页之所以失败,是因为跳过了品牌定位环节。本技能引导用户完成结构化的品牌访谈,然后使用 Stitch SDK 生成包含匹配设计系统的精致落地页。
billing-automation
安全 69自动化订阅计费工作流
由 wshobson
定期计费系统设计复杂且难以维护。本技能提供清晰的订阅模式、发票开具、催收管理、比例调整和税费计算方案。
accessibility-compliance
安全 71创建符合 WCAG 2.2 标准的无障碍界面
由 wshobson
构建符合 WCAG 2.2 标准的包容性数字体验。此技能提供有关屏幕阅读器、键盘导航和移动端无障碍访问的代码模式、指导和最佳实践。
schedule-with-outlook
低风险 73Schedule Meetings and Manage Outlook Contacts
由 Whitefield-Labs
Managing Outlook contacts and calendar through a chat interface is tedious and fragmented. This skill lets Claude search contacts, schedule Teams meetings, and log notes in one workflow.
schedule-with-google-calendar
低风险 71Schedule Google Calendar meetings with AI assistance
由 Whitefield-Labs
Managing calendar events and scheduling meetings with multiple attendees is time-consuming. This skill integrates Google Calendar with your contact network, enabling Claude to schedule meetings, find free time slots, and manage your calendar through natural language commands.
rarefriend-skills
安全 74Manage Your Network With AI-Powered CRM Skills
由 Whitefield-Labs
Professional contacts are scattered across Google, LinkedIn, Microsoft, and your phone. Rarefriend skills unify them into one searchable CRM. Your AI assistant can search, tag, add notes, schedule meetings, and import contacts on your behalf.
organize-google-contacts
低风险 72Organize Google Contacts with Notes and Tags
由 Whitefield-Labs
Google Contacts only stores names and emails, losing all relationship context. This skill adds notes, tags, and search capabilities through the Rarefriend integration so you remember every conversation.
network-and-relationship-manager
低风险 71Manage Your Professional Network with AI
由 Whitefield-Labs
Professionals lose track of important contacts and conversation context. This skill connects Claude and Codex to your Rarefriend CRM so you can search contacts, log meeting notes, and schedule events by voice or text.
manage-linkedin-network
低风险 73Turn Your LinkedIn Network Into a Searchable CRM
由 Whitefield-Labs
Stop losing context on professional connections. This skill transforms your LinkedIn network into a searchable CRM with notes, tags, and relationship history — find who you know at any company in seconds and always remember how you met.
master-orchestrator
安全 68自动化病毒式内容工作流
由 wangdefou-dev
手动研究热门话题和草拟内容既耗时又缺乏一致性。此编排器技能可自动完成从热门话题发现到AI生成内容的完整工作流,并带有病毒式传播潜力评分。
vue-testing-best-practices
安全 70使用 Vitest 和 Playwright 配置 Vue.js 测试
由 vuejs-ai
Vue.js 应用程序需要可靠的测试策略。本技能提供使用 Vitest 和 Vue Test Utils 进行单元测试的最佳实践、组件测试模式、模拟策略以及使用 Playwright 进行端到端测试的方法。
vue-router-best-practices
安全 69应用 Vue Router 最佳实践
由 vuejs-ai
Vue Router 导航守卫和生命周期模式经常导致难以调试的 bug。此技能提供了针对常见 Vue Router 4 问题的经过验证的解决方案,包括守卫实现、路由参数更改和组件清理。