搜索结果
全部能力
找到 945 个相关结果 / 数据库与 SQL
软件工程 / 诊断修复
frontend-dev-guidelines
frontend-dev-guidelines
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with…
软件工程 / 诊断修复
everything-claude-code
everything-claude-code
everything-claude-code 的开发约定与模式。采用 JavaScript 项目并使用约定式提交。
软件工程 / 部署发布
pubmed-database
pubmed-database
Direct REST API access to PubMed. Advanced Boolean/MeSH queries, E-utilities API, batch processing, citation management. For Python workflows, prefer biopython…
软件工程 / 诊断修复
project-planning
project-planning
Generate structured planning docs for web projects with context-safe phases, verification criteria, and exit conditions. Creates IMPLEMENTATION_PHASES.md plus conditional docs. Use when: starting new projects, adding major features, or breaking large work into manageable phases.
软件工程 / 部署发布
m11-生态系统
m11-ecosystem
在集成 crate 或遇到生态系统问题时使用。关键词:E0425、E0433、E0603、crate、cargo、dependency、feature flag、workspace、使用哪个 crate、using…
软件工程 / 诊断修复
function-creator
function-creator
Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints.
软件工程 / 诊断修复
nestjs-testing-expert
nestjs-testing-expert
Testing patterns for NestJS apps using Jest, covering unit, integration, and e2e tests.
软件工程 / 诊断修复
components-guide
components-guide
Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code.
软件工程 / 诊断修复
firebase-data-connect
firebase-data-connect
Builds and deploys Firebase SQL Connect (aka Firebase Data Connect) backends with PostgreSQL securely. Use when designing schemas with tables and relations,…
软件工程 / 诊断修复
prisma
prisma
Expert in Prisma ORM with type-safe database operations and schema design
软件工程 / 部署发布
tanstack-router
tanstack-router
Build type-safe, file-based React routing with TanStack Router. Supports client-side navigation, route loaders, and TanStack Query integration. Prevents 20 documented errors including validation structure loss, param parsing bugs, and SSR streaming crashes. Use when implementing file-based routing patterns, building SPAs with TypeScript routing, or troubleshooting devtools dependency errors, type safety issues, Vite bundling problems, or Docker deployment issues.
软件工程 / 部署发布
ssrf-server-side-request-forgery
ssrf-server-side-request-forgery
SSRF playbook. Use when the server fetches URLs, resolves hostnames, imports remote content, or can be driven toward internal networks, cloud metadata, or secondary protocols.
软件工程 / 部署发布
go-packages
go-packages
Use when creating Go packages, organizing imports, managing dependencies, or deciding how to structure Go code into packages. Also use when starting a new Go…
软件工程 / 诊断修复
nestjs-expert
nestjs-expert
Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest,…
软件工程 / 诊断修复
parallel-agents
parallel-agents
Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires…
软件工程 / 诊断修复
Web领域
domain-web
用于构建 Web 服务。关键词:web server、HTTP、REST API、GraphQL、WebSocket、axum、actix、warp、rocket、tower、hyper、reqwest、middleware、router 等。
软件工程 / 诊断修复
neon-postgres
neon-postgres
Expert patterns for Neon serverless Postgres, branching, connection
软件工程 / 诊断修复
injection-checking
injection-checking
Entry P1 category router for injection testing. Use when routing between XSS, SQLi, SSRF, XXE, SSTI, command injection, and NoSQL injection workflows based on how attacker-controlled input is consumed.
软件工程 / 诊断修复
authbypass-authentication-flaws
authbypass-authentication-flaws
Authentication bypass testing playbook. Use when assessing login flows, password reset logic, account recovery, MFA bypass, token predictability, brute-force resistance, and session boundary flaws.
软件工程 / 诊断修复
backend-development
backend-development
Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system…