搜索结果
全部能力
找到 17783 个相关结果
设计与产品 / 审核评估
ce-frontend-design
ce-frontend-design
Build web interfaces with genuine design quality, not AI slop. Use for any frontend work - landing pages, web apps, dashboards, admin panels, components,…
数据与分析 / 分析洞察
eval-audit
eval-audit
Audit an LLM eval pipeline and surface problems: missing error analysis, unvalidated judges, vanity metrics, etc. Use when inheriting an eval system, when unsure whether evals are trustworthy, or as a starting point when no eval infrastructure exists. Do NOT use when the goal is to build a new evaluator from scratch (use error-analysis, write-judge-prompt, or validate-evaluator instead).
通用助手 / 编排推荐
sciomc
sciomc
Orchestrate parallel scientist agents for comprehensive analysis with AUTO mode
安全与治理 / 审核评估
fact-check
fact-check
Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation
软件工程 / 诊断修复
法院拍卖公告搜索
court-auction-notice-search
浏览大法院拍卖信息(courtauction.go.kr)的房地产拍卖公告,支持按拍卖日期·法院·日期/期间投标筛选,将每条公告展开显示为案件编号·用途·地址·鉴定评估价·最低拍卖价,并可通过法院+案件编号直接查询案件……
研究学习 / 检索整理
docx
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word…
安全与治理 / 审核评估
flyweight-pattern
flyweight-pattern
Teaches the flyweight pattern for memory optimization. Use when your application creates large numbers of similar objects and memory consumption is a concern.
通用助手 / 编排推荐
公司注册咨询
corporate-registration-consulting
为首次在法人登记所/互联网登记所申请商业登记的用户提供参考指南,涵盖一般营利性股份有限公司发起设立流程、章程及附件实际 HWP 格式填写、注册许可税与抑制过密区域重税检查,以及基于 rhwp 的顺序审查流程。
研究学习 / 检索整理
product-manager-toolkit
product-manager-toolkit
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.
软件工程 / 部署发布
runpod
runpod
Cloud GPU processing via RunPod serverless. Use when setting up RunPod endpoints, deploying Docker images, managing GPU resources, troubleshooting endpoint…
软件工程 / 诊断修复
ruby-pro
ruby-pro
Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing…
安全与治理 / 审核评估
roier-seo
roier-seo
Technical SEO auditor and fixer. Runs Lighthouse/PageSpeed audits on websites or local dev servers, analyzes SEO/performance/accessibility scores, and…
软件工程 / 诊断修复
mamba-architecture
mamba-architecture
State-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-aware…
软件工程 / 诊断修复
mocking-stubbing
mocking-stubbing
Create and manage mocks, stubs, spies, and test doubles for isolating unit tests from external dependencies. Use for mock, stub, spy, test double, Mockito, Jest mocks, and dependency isolation.
安全与治理 / 审核评估
prompt-guard
prompt-guard
600+ pattern AI agent security defense covering prompt injection, supply chain injection, memory poisoning, action gate bypass, unicode steganography, and…
通用助手 / 编排推荐
review-local-changes
review-local-changes
Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions
软件工程 / 诊断修复
mixin-pattern
mixin-pattern
Teaches the mixin pattern for sharing functionality without inheritance. Use when you need to add reusable behavior to multiple objects or classes that don't…
软件工程 / 诊断修复
Android 协程
android-coroutines
适用于 Android 生产级 Kotlin Coroutines 的权威规则与模式。涵盖结构化并发、生命周期集成,以及响应式…
软件工程 / 诊断修复
axiom-swiftdata
axiom-swiftdata
Use when working with SwiftData - @Model definitions, @Query in SwiftUI, @Relationship macros, ModelContext patterns, CloudKit integration, iOS 26+ features,…
软件工程 / 部署发布
blue-green-deployment
blue-green-deployment
Implement blue-green deployment strategies for zero-downtime releases with instant rollback capability and traffic switching between environments.