搜索结果
全部能力
找到 3235 个相关结果 / 后端与 API
软件工程 / 诊断修复
CTF恶意软件
ctf-malware
为 CTF 挑战提供恶意软件分析和网络流量分析技术。在分析混淆脚本、恶意软件包、自定义加密算法……时使用。
软件工程 / 诊断修复
n8n-代码-JavaScript
n8n-code-javascript
在 n8n 代码节点中编写 JavaScript 代码。适用于在 n8n 中编写 JavaScript、使用 $input/$json/$node 语法、通过 $helpers 发起 HTTP 请求以及处理……
软件工程 / 诊断修复
Swift Actor 持久化
swift-actor-persistence
在 Swift 中使用 actor 实现线程安全的数据持久化——基于文件备份存储的内存缓存,从设计上消除数据竞争。
软件工程 / 诊断修复
Gemini-interactions-api
gemini-interactions-api
在编写调用 Gemini API 以实现文本生成、多轮对话、多模态理解、图像生成、流式传输等功能的代码时,请使用此技能。
软件工程 / 诊断修复
Shopify Functions
shopify-functions
Shopify Functions 允许开发者自定义驱动 Shopify 部分功能的后端逻辑。可用 API:Discount、Cart 和 Checkout Validation、Cart…
软件工程 / 诊断修复
Swift 协议依赖注入测试
swift-protocol-di-testing
基于协议的依赖注入,用于编写可测试的 Swift 代码 —— 使用聚焦的协议和 Swift Testing 来 mock 文件系统、网络和外部 API。
软件工程 / 诊断修复
payload
payload
Use when working with Payload projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors,…
软件工程 / 诊断修复
系统设计
system-design
设计系统、服务和架构。使用“design a system for”、“how should we architect”、“system design for”、“what's the right architecture…”触发。
软件工程 / 诊断修复
playwright-skill
playwright-skill
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before…
软件工程 / 诊断修复
AI回归测试
ai-regression-testing
面向AI辅助开发的回归测试策略。无数据库依赖的沙盒模式API测试、自动化缺陷检查工作流及模式……
软件工程 / 诊断修复
swift-concurrency-6-2
swift-concurrency-6-2
Swift 6.2 平易近人的并发机制——默认单线程,使用 @concurrent 进行显式后台卸载,针对 Main Actor 类型提供隔离一致性。
软件工程 / 诊断修复
代码审查与质量
code-review-and-quality
执行多维度代码审查。在合并任何更改前使用。适用于审查由你自己、其他智能体或人类编写的代码。在需要……时使用。
软件工程 / 诊断修复
设备端基础模型
foundation-models-on-device
Apple FoundationModels 框架,用于设备端 LLM — 在 iOS 26+ 中支持文本生成、使用 @Generable 的引导式生成、工具调用以及快照流式传输。
软件工程 / 诊断修复
okx-sentiment-tracker
okx-sentiment-tracker
Use this skill when the user asks about: 'any crypto news', 'latest news', 'market update', 'daily briefing', 'BTC news', 'ETH news', 'news on SOL', 'search…
软件工程 / 部署发布
架构决策记录
architecture-decision-records
architecture-decision-records — 一项面向 AI 智能体的可安装技能,由 affaan-m/everything-claude-code 发布。
软件工程 / 诊断修复
PaddleOCR文本识别
paddleocr-text-recognition
当用户希望从图像、照片、扫描件、屏幕截图或扫描版 PDF 中提取文本时,请使用此技能。返回精确的机器可读字符串,包含行级文本及可选的 bbox 坐标。对 CJK、小字体和手写文本具有极高的识别准确率。触发词:OCR、文字识别、图片转文字、截图识字、提取图中文字、扫描识字、识字、纯文字、plain text extraction、坐标、检测框、bbox、bounding box、image to text、screenshot、photo scan、recognize text。
软件工程 / 诊断修复
shopify-polaris-app-home
shopify-polaris-app-home
Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of the context what…
软件工程 / 诊断修复
fastapi-expert
fastapi-expert
Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke to create REST endpoints, define Pydantic models, implement…
软件工程 / 诊断修复
代码库入职引导
codebase-onboarding
分析陌生代码库,并生成结构化的上手指南,包含架构图、关键入口点、代码规范以及入门 CLAUDE.md。使用…
软件工程 / 诊断修复
kotlin-coroutines-flows
kotlin-coroutines-flows
面向 Android 与 KMP 的 Kotlin 协程与 Flow 模式 — 结构化并发、Flow 操作符、StateFlow、错误处理与测试。