搜索结果
ing
找到 13037 个相关结果
安全与治理 / 审核评估
无障碍访问
accessibility
审核并改进网页无障碍性,遵循 WCAG 2.1 指南。用于响应"改进无障碍性"、"a11y 审计"、"WCAG 合规"、"屏幕阅读器…"等请求时。
通用助手 / 编排推荐
Angular 最佳实践 - Signal Store
angular-best-practices-signalstore
NgRx SignalStore 在 Angular 中的最佳实践。涵盖共享状态、计算状态、实体管理,以及通过 rxMethod 集成 RxJS。在使用 @ngrx/signals 和 @ngrx/signals/entities 时激活。不适用于 NgRx Store 或基于类的状态服务。建议与 angular-best-practices 搭配安装以获得完整覆盖。
研究学习 / 检索整理
research-grants
research-grants
Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan NSTC. Agency-specific formatting, review criteria, budget preparation, broader…
研究学习 / 检索整理
firecrawl
firecrawl
Search, scrape, and interact with the web via the Firecrawl CLI. Use this skill whenever the user wants to search the web, find articles, research a topic, look something up online, scrape a webpage, grab content from a URL, get data from a website, crawl documentation, download a site, or interact with pages that need clicks or logins. Also use when they say "fetch this page", "pull the content from", "get the page at https://", or reference external websites. This provides real-time web search with full page content and interact capabilities — beyond what Claude can do natively with built-in tools. Do NOT trigger for local file operations, git commands, deployments, or code editing tasks.
软件工程 / 部署发布
migrate-dotnet8-to-dotnet9
migrate-dotnet8-to-dotnet9
Migrate a .NET 8 project to .NET 9 and resolve all breaking changes. USE FOR: upgrading TargetFramework from net8.0 to net9.0, fixing build errors after updating the .NET 9 SDK, resolving behavioral changes in .NET 9 / C# 13 / ASP.NET Core 9 / EF Core 9, replacing BinaryFormatter (now always throws), resolving SYSLIB0054-SYSLIB0057, adapting to params span overload resolution, fixing C# 13 compiler changes, updating HttpClientFactory for SocketsHttpHandler, and resolving EF Core 9 migration/Cosmos DB changes. DO NOT USE FOR: .NET Framework migrations, upgrading from .NET 7 or earlier, greenfield .NET 9 projects, or cosmetic modernization unrelated to the upgrade.
通用助手 / 编排推荐
reset
reset
Reset the FPF reasoning cycle to start fresh
研究学习 / 检索整理
pptx-posters
pptx-posters
Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster…
设计与产品 / 审核评估
modern-css
modern-css
Specialized knowledge for writing modern high-quality CSS. Trigger this skill when starting a new CSS project/file, when the user asks about new CSS features…
软件工程 / 诊断修复
macos-menubar-tuist-app
macos-menubar-tuist-app
Build, refactor, or review macOS menubar apps that use Tuist and SwiftUI. Use when creating or maintaining LSUIElement menubar utilities, defining Tuist…
通用助手 / 编排推荐
cause-and-effect
cause-and-effect
Systematic Fishbone analysis exploring problem causes across six categories
软件工程 / 诊断修复
ml-engineer
ml-engineer
Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks. Implements model serving, feature engineering, A/B testing, and monitoring.
软件工程 / 诊断修复
contrast-checker
contrast-checker
Color contrast analyzer for WCAG compliance. Use when analyzing color contrast in code files, when user mentions WCAG compliance, color accessibility, contrast…
通用助手 / 编排推荐
env-vars
env-vars
Vercel environment variable expert guidance. Use when working with .env files, vercel env commands, OIDC tokens, or managing environment-specific configuration.
研究学习 / 检索整理
concept-workflow
concept-workflow
End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review
软件工程 / 部署发布
multi-cloud-strategy
multi-cloud-strategy
Design and implement multi-cloud strategies spanning AWS, Azure, and GCP with vendor lock-in avoidance, hybrid deployments, and federation.
软件工程 / 部署发布
sveltekit-svelte5-tailwind-skill
sveltekit-svelte5-tailwind-skill
Comprehensive integration skill for building sites with SvelteKit 2, Svelte 5, and Tailwind CSS v4
软件工程 / 部署发布
setup-arxiv-mcp
setup-arxiv-mcp
Guide for setup arXiv paper search MCP server using Docker MCP
软件工程 / 诊断修复
dotnet-maui-doctor
dotnet-maui-doctor
Diagnoses and fixes .NET MAUI development environment issues. Validates .NET SDK, workloads, Java JDK, Android SDK, Xcode, and Windows SDK. All version requirements discovered dynamically from NuGet WorkloadDependencies.json — never hardcoded. Use when: setting up MAUI development, build errors mentioning SDK/workload/JDK/Android, "Android SDK not found", "Java version" errors, "Xcode not found", environment verification after updates, or any MAUI toolchain issues. Do not use for: non-MAUI .NET projects, Xamarin.Forms apps, runtime app crashes unrelated to environment setup, or app store publishing issues. Works on macOS, Windows, and Linux.
软件工程 / 诊断修复
aws-serverless-eda
aws-serverless-eda
AWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building serverless APIs, Lambda functions, REST APIs,…
软件工程 / 部署发布
migrate-dotnet10-to-dotnet11
migrate-dotnet10-to-dotnet11
Migrate a .NET 10 project or solution to .NET 11 and resolve all breaking changes. This is a MIGRATION skill — use it when upgrading from .NET 10 to .NET 11, NOT for writing new programs. USE FOR: upgrading TargetFramework from net10.0 to net11.0, fixing build errors after updating the .NET 11 SDK, resolving source-breaking and behavioral changes in .NET 11 runtime, C# 15 compiler, and EF Core 11, adapting to updated minimum hardware requirements (x86-64-v2, Arm64 LSE), and updating CI/CD pipelines and Dockerfiles for .NET 11. DO NOT USE FOR: .NET Framework migrations, upgrading from .NET 9 or earlier, greenfield .NET 11 projects, or cosmetic modernization unrelated to the upgrade. NOTE: .NET 11 is in preview. Covers breaking changes through Preview 3.