搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
Kotlin Ktor 模式
kotlin-ktor-patterns
Ktor 服务器模式,包括路由 DSL、插件、身份验证、Koin DI、kotlinx.serialization、WebSocket 与 testApplication 测试。
软件工程 / 诊断修复
mcp-server-patterns
mcp-server-patterns
使用 Node/TypeScript SDK 构建 MCP 服务器 — 工具、资源、提示词、Zod 验证、stdio 与 Streamable HTTP。使用 Context7 或官方 MCP 文档获取最新…
软件工程 / 诊断修复
Flutter Dart 代码审查
flutter-dart-code-review
与具体库无关的 Flutter/Dart 代码审查清单,涵盖 Widget 最佳实践、状态管理模式(BLoC、Riverpod、Provider、GetX、MobX、Signals)等……
软件工程 / 诊断修复
nano-pdf
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
软件工程 / 部署发布
Perl 模式
perl-patterns
现代 Perl 5.36+ 惯用法、最佳实践与约定,用于构建健壮且可维护的 Perl 应用。
软件工程 / 诊断修复
Angular SSR
angular-ssr
在 Angular v20+ 中使用 @angular/ssr 实现服务端渲染和水合。用于 SSR 配置、水合策略、静态页面预渲染,以及…
软件工程 / 诊断修复
Kotlin Exposed 模式
kotlin-exposed-patterns
JetBrains Exposed ORM 模式,包括 DSL 查询、DAO 模式、事务、HikariCP 连接池、Flyway 迁移和 repository 模式。
软件工程 / 诊断修复
Perl 测试
perl-testing
使用 Test2::V0、Test::More、prove 运行器的 Perl 测试模式,以及模拟、基于 Devel::Cover 的覆盖率分析和 TDD 方法论。
软件工程 / 诊断修复
playwright-e2e-testing
playwright-e2e-testing
Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner
软件工程 / 诊断修复
规格驱动开发
spec-driven-development
在编码前创建规范。适用于启动新项目、新功能或重大变更且尚无规范时使用。当需求……时使用。
软件工程 / 诊断修复
Pytorch 模式
pytorch-patterns
用于构建稳健、高效且可复现的训练流水线、模型架构和数据加载的 PyTorch 深度学习模式与最佳实践。
软件工程 / 诊断修复
代码审查员
code-reviewer
全面的代码审查,重点关注安全性、性能和最佳实践。适用场景:审查代码、执行安全审计、检查代码质量、审查 pull request,或用户提及代码审查、PR 审查、安全漏洞、性能问题时。
软件工程 / 诊断修复
上下文预算
context-budget
审计 Claude Code 在代理、技能、MCP 服务器和规则中的上下文窗口消耗情况。识别冗余膨胀与冗余组件,并生成优先级排序的……
软件工程 / 诊断修复
kotlin-specialist
kotlin-specialist
Provides idiomatic Kotlin implementation patterns including coroutine concurrency, Flow stream handling, multiplatform architecture, Compose UI construction,…
软件工程 / 诊断修复
tailwind-v4-shadcn
tailwind-v4-shadcn
Set up Tailwind v4 with shadcn/ui using @theme inline pattern and CSS variable architecture. Four-step pattern: CSS variables, Tailwind mapping, base styles, automatic dark mode. Prevents 8 documented errors. Use when initializing React projects with Tailwind v4, or fixing colors not working, tw-animate-css errors, @theme inline dark mode conflicts, @apply breaking, v3 migration issues.
软件工程 / 诊断修复
apollo-client
apollo-client
React 应用 Apollo Client 4.x 开发指南。使用场景:(1) 在 React 项目中初始化 Apollo Client,(2) 使用 hooks 编写 GraphQL 查询或变更,(3) 配置缓存或缓存策略,(4) 使用 reactive variables 管理本地状态,(5) 排查 Apollo Client 错误或性能问题。
软件工程 / 部署发布
adk-scaffold
adk-scaffold
在创建或增强任何 ADK agent 项目之前必须阅读。当用户想要构建新 agent(例如"帮我构建一个搜索 agent")或增强现有项目(例如"为我的项目添加 CI/CD"、"添加 RAG")时使用。
软件工程 / 诊断修复
智能体开发
agent-development
此技能应在用户要求"创建智能体"、"添加智能体"、"编写子智能体"、"智能体 frontmatter"、"何时使用描述"、"智能体…"时使用。
软件工程 / 诊断修复
golang-design-patterns
golang-design-patterns
惯用的 Golang 设计模式 —— 函数式选项、构造函数、错误流与级联、资源管理与生命周期、优雅关停……
软件工程 / 诊断修复
adk-eval-guide
adk-eval-guide
运行任何 ADK 评估前必读。ADK 评估方法论 —— 评估指标、evalset 模式、LLM-as-judge、工具轨迹评分及常见失败原因。在评估 agent 质量、运行 adk eval 或调试评估结果时使用。请勿用于 API 代码模式(使用 adk-cheatsheet)、部署(使用 adk-deploy-guide)或项目脚手架(使用 adk-scaffold)。