搜索结果
全部能力
找到 3235 个相关结果 / 后端与 API
软件工程 / 诊断修复
claude-code-source-study
claude-code-source-study
Deep dive into Claude Code source code to learn production-grade AI agent architecture patterns
软件工程 / 诊断修复
java-spring-development
java-spring-development
Java Spring Boot development guidelines with best practices for building robust, secure, and maintainable enterprise applications
软件工程 / 部署发布
database-design
database-design
Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
软件工程 / 部署发布
dt-obs-kubernetes
dt-obs-kubernetes
Kubernetes cluster, pod, node, and workload monitoring. Use when analyzing K8s health, resource optimization, pod failures, OOMKills, scheduling, or security posture. Also use for Kubernetes operational events like pod restarts, OOM events, evictions, and cluster event history. Trigger: "Kubernetes pods", "K8s cluster health", "OOMKill", "pod restarts", "container CPU", "namespace resource usage", "over-provisioned pods", "privileged containers", "pod placement", "K8s node capacity", "running containers by cluster", "workload scheduling", "pod evictions", "K8s labels and annotations", "kubernetes events", "pod restart events", "OOM events", "K8s event history". Do NOT use for explaining existing queries, product documentation questions, AWS-specific resource queries, service-level RED metrics, distributed tracing, or log analysis — use the relevant skill instead.
软件工程 / 诊断修复
frontend-to-backend-requirements
frontend-to-backend-requirements
Document frontend data needs for backend developers. Use when frontend needs to communicate API requirements to backend, or user says 'backend requirements',…
软件工程 / 诊断修复
python-expert-best-practices-code-review
python-expert-best-practices-code-review
Python best practices for writing production-grade code. This skill should be used when writing, reviewing, or refactoring Python code. Triggers on tasks…
软件工程 / 诊断修复
context7-auto-research
context7-auto-research
Automatically fetch latest library/framework documentation for Claude Code via Context7 API. Use when you need up-to-date documentation for libraries and…
软件工程 / 诊断修复
better-auth
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
软件工程 / 诊断修复
auth0-express
auth0-express
Use when adding authentication (login, logout, protected routes) to Express.js web applications - integrates express-openid-connect for session-based auth.
软件工程 / 诊断修复
react-composition-2026
react-composition-2026
Teaches modern React composition patterns for 2025/2026. Use when designing component APIs, building shared UI libraries, or refactoring prop-heavy components.
软件工程 / 诊断修复
API 文档生成器
api-documentation-generator
从代码生成全面的开发者友好型 API 文档,包括端点、参数、示例和最佳实践
软件工程 / 诊断修复
react-flow-advanced
react-flow-advanced
Advanced React Flow patterns for complex use cases. Use when implementing sub-flows, custom connection lines, programmatic layouts, drag-and-drop, undo/redo,…
软件工程 / 诊断修复
react-router-data-mode
react-router-data-mode
Build React applications using React Router's data mode with createBrowserRouter and RouterProvider. Use when working with route objects, loaders, actions,…
软件工程 / 诊断修复
playwright
playwright
Playwright end-to-end testing best practices for web applications, covering test design, locator strategies, and assertion patterns.
软件工程 / 诊断修复
design-patterns-implementation
design-patterns-implementation
Apply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use when refactoring code architecture, implementing extensible systems, or following SOLID principles.
软件工程 / 诊断修复
n8n-conventions
n8n-conventions
Quick reference for n8n patterns. Full docs /AGENTS.md
软件工程 / 诊断修复
icon-design
icon-design
Select semantically appropriate icons for websites using Lucide, Heroicons, or Phosphor. Covers concept-to-icon mapping, React/HTML templates, and tree-shaking patterns. Use when: building feature sections, service grids, contact info, navigation, or any UI needing icons. Prevents emoji usage, ensures consistency.
软件工程 / 诊断修复
swift-api-design-guidelines
swift-api-design-guidelines
Apply Swift API Design Guidelines to name, label, and document Swift APIs. Covers argument label rules (prepositional phrase rule, grammatical phrase rule,…
软件工程 / 诊断修复
google-workspace
google-workspace
Build integrations with Google Workspace APIs (Gmail, Calendar, Drive, Sheets, Docs, Chat, Meet, Forms, Tasks, Admin SDK). Covers OAuth 2.0, service accounts, rate limits, batch operations, and Cloudflare Workers patterns. Use when building MCP servers, automation tools, or integrations with any Google Workspace API, or troubleshooting OAuth errors, rate limit 429 errors, scope issues, or API-specific gotchas.
软件工程 / 部署发布
API 模式
api-patterns
API设计原则与决策。REST、GraphQL与tRPC选型,响应格式、版本控制、分页策略。