搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
安全审查
security-review
在添加身份验证、处理用户输入、管理机密信息、创建 API 端点或实现支付/敏感功能时,请使用此技能。……
软件工程 / 诊断修复
agentic-principles
agentic-principles
AI智能体协作开发的核心原则。定义分解征服、上下文管理、抽象层级选择、自动化哲学、验证回顾。所有AI智能体使用时应用最优协作模式。
软件工程 / 诊断修复
python-packaging
python-packaging
Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries,…
软件工程 / 诊断修复
frontend-code-review
frontend-code-review
Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while…
软件工程 / 部署发布
gitlab-ci-patterns
gitlab-ci-patterns
Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD,…
软件工程 / 诊断修复
prisma-cli
prisma-cli
Prisma CLI 命令参考,涵盖所有可用命令、选项和用法模式。在运行 Prisma CLI 命令、初始化项目……时使用。
软件工程 / 部署发布
VitePress
vitepress
由 Vite 和 Vue 驱动的 VitePress 静态站点生成器。适用于构建文档站点、配置主题,或结合 Vue 组件编写 Markdown。
软件工程 / 诊断修复
Clerk 设置
clerk-setup
按照官方快速入门指南,将 Clerk 身份验证添加到任何项目
软件工程 / 诊断修复
request-refactor-plan
request-refactor-plan
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a…
软件工程 / 部署发布
密钥管理
secrets-management
使用 Vault、AWS Secrets Manager 或原生平台解决方案,为 CI/CD 流水线实现安全的机密管理。适用于处理敏感……
软件工程 / 诊断修复
Flutter 应用架构最佳实践
flutter-apply-architecture-best-practices
使用推荐的分层架构(UI、Logic、Data)来构建 Flutter 应用。适用于构建新项目或为提升可扩展性而进行重构的场景。
软件工程 / 诊断修复
Go语言模式
golang-patterns
用于构建健壮、高效且可维护的 Go 应用的惯用 Go 模式、最佳实践与约定。
软件工程 / 诊断修复
React 现代化
react-modernization
将 React 应用升级至最新版本,从类组件迁移至 Hooks,并采用并发特性。适用于 React 代码库的现代化改造,……
软件工程 / 诊断修复
langgraph 基础
langgraph-fundamentals
在编写任何 LangGraph 代码时调用此技能。涵盖 StateGraph、状态模式、节点、边、Command、Send、invoke、流式处理和错误处理。
软件工程 / 诊断修复
Expo 模块
expo-module
使用 Expo Modules API(Swift、Kotlin、TypeScript)创建和编写 Expo 原生模块与视图的指南。涵盖模块定义 DSL、原生……
软件工程 / 部署发布
swiftui-performance-audit
swiftui-performance-audit
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory…
软件工程 / 诊断修复
create-web-form
create-web-form
Create robust, accessible web forms with best practices for HTML structure, CSS styling, JavaScript interactivity, form validation, and server-side processing.…
软件工程 / 诊断修复
flutter-修复布局问题
flutter-fix-layout-issues
使用 Dart 和 Flutter MCP 工具修复 Flutter 布局错误(溢出、无界约束)。在处理“RenderFlex overflowed”、“Vertical…”时使用。
软件工程 / 部署发布
工作流编排模式
workflow-orchestration-patterns
使用 Temporal 为分布式系统设计持久的工作流。涵盖工作流与活动的分离、Saga 模式、状态管理以及确定性…
软件工程 / 诊断修复
LLM评估
llm-evaluation
使用自动化指标、人工反馈和基准测试,为 LLM 应用实施全面的评估策略。适用于测试 LLM 性能……