搜索结果
全部能力
找到 3235 个相关结果 / 后端与 API
软件工程 / 诊断修复
claude-peers-mcp
claude-peers-mcp
Enable multiple Claude Code instances to discover each other and exchange messages in real-time via a local broker daemon and MCP server.
软件工程 / 诊断修复
odoo-19
odoo-19
Odoo 19 development knowledge base with 18 specialized guides covering Actions (ir.actions.*, cron jobs, server actions), Controllers (HTTP routing, endpoints, auth types), Data files (XML/CSV records, shortcuts, noupdate), API Decorators (@api.depends, @api.constrains, @api.ondelete, @api.onchange, @api.model, @api.private), SQL Constraints (models.Constraint replacing _sql_constraints), Database Indexes (models.Index), Module development (manifest, wizards, reports), Field types (Char, Text, Monetary, relational fields), Manifest configuration (__manifest__.py, dependencies, asset bundles), Mixins (mail.thread, mail.activity.mixin, mail.alias.mixin, utm.mixin), ORM Model methods (search, CRUD, domain filters, recordsets, CamelCase model naming), Migration scripts (pre/post/end hooks, data migration), OWL frontend components (hooks, services, lifecycle), Performance optimization (N+1 prevention, batch ops, _read_group), QWeb Reports (PDF/HTML, paper formats, barcodes, t-out), Security/ACL (record rules, field permissions, privilege-based groups, @api.private), Testing (TransactionCase, HttpCase, mocking, query count assertions), Transactions (savepoints, UniqueViolation, serialization failures), Translations (i18n, PO files, translatable fields), XML Views (list/form/search, kanban card templates, xpath inheritance, QWeb templates). Use when writing, reviewing, or debugging any Odoo 19 Python or XML code, creating or modifying modules, fixing performance issues, or looking up Odoo 19 API patterns and best practices.
软件工程 / 诊断修复
appmigrationkit
appmigrationkit
Transfer app data between platforms using AppMigrationKit. Use when implementing one-time data migration from Android or other platforms to iOS, managing…
软件工程 / 诊断修复
规范
spec
在仓库根目录的 SPEC.md 中创建、修订或反向传播 bug。该项目规范的唯一修改者。当用户要求编写规范、创建新规范、从现有代码提炼规范、添加不变量、修订章节(§G、§C、§I、§V、§T、§B)或通过反向传播记录 bug 时触发。常见表述:“write the spec for...”、“new spec”、“bug: ...”、“amend §V.3”、“distill spec from code”、“spec this idea”。读取并遵循 FORMAT.md 中的原始人编码规则以及 §T 和 §B 的竖线表格形状。
软件工程 / 诊断修复
threejs
threejs
Build 3D web apps with Three.js (WebGL/WebGPU). Use for 3D scenes, animations, custom shaders, PBR materials, VR/XR experiences, games, data visualizations,…
软件工程 / 诊断修复
添加环境设置
add-setting-env
添加环境变量以配置用户设置的指南。用于实现控制用户默认值的服务器端环境变量…
软件工程 / 诊断修复
sqlalchemy-orm
sqlalchemy-orm
SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic
软件工程 / 诊断修复
aws-sdk-java-v2-core
aws-sdk-java-v2-core
Provides AWS SDK for Java 2.x client configuration, credential resolution, HTTP client tuning, timeout, retry, and testing patterns. Use when creating or…
软件工程 / 诊断修复
sentry-otel-exporter-setup
sentry-otel-exporter-setup
Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry,…
软件工程 / 诊断修复
qiaomu-mondo-poster-design
qiaomu-mondo-poster-design
一句话生成大师级海报、书籍封面、专辑封面和各类设计作品。无需懂PS、配色或艺术史,AI自动选择最佳风格(基于33+位传奇设计师)。支持多平台多比例:公众号封面(21:9)、小红书配图(3:4)、文章配图(16:9)、书籍封面(9:16)、专辑封面(1:1)、电影海报(9:16)。包含AI提示词优化、风格对比、图生图转换…
软件工程 / 诊断修复
react-native-dev
react-native-dev
React Native and Expo development guide covering components, styling, animations, navigation, state management, forms, networking, performance optimization, testing, native capabilities, and engineering (project structure, deployment, SDK upgrades, CI/CD). Use when: building React Native or Expo apps, implementing animations or native UI, managing state, fetching data, writing tests, optimizing performance, deploying to App Store/Play Store, setting up CI/CD, upgrading Expo SDK, or configuring Tailwind/NativeWind.
软件工程 / 诊断修复
aws-sdk-java-v2-secrets-manager
aws-sdk-java-v2-secrets-manager
Provides AWS Secrets Manager patterns for AWS SDK for Java 2.x, including secret retrieval, caching, rotation-aware access, and Spring Boot integration. Use…
软件工程 / 诊断修复
telegram-mini-app
telegram-mini-app
Expert in building Telegram Mini Apps (TWA) - web apps that run
软件工程 / 诊断修复
auth0-react
auth0-react
Use when adding authentication to React applications (login, logout, user sessions, protected routes) - integrates @auth0/auth0-react SDK for SPAs with Vite or…
软件工程 / 部署发布
Ansible 自动化
ansible-automation
使用 Ansible playbook、role 和 inventory 实现基础设施自动化和配置管理。用于部署应用、补丁管理和服务器管理。
软件工程 / 部署发布
mermaid-diagram-specialist
mermaid-diagram-specialist
Mermaid diagram specialist for creating flowcharts, sequence diagrams, ERDs,
软件工程 / 诊断修复
API 模式
api-patterns
API 设计原则与决策。REST、GraphQL 与 tRPC 选型,响应格式、版本控制、分页策略。
软件工程 / 诊断修复
clone-website
clone-website
Reverse-engineer and clone one or more websites in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder…
软件工程 / 诊断修复
golang-backend-development
golang-backend-development
Complete guide for Go backend development including concurrency patterns, web servers, database integration, microservices, and production deployment
软件工程 / 部署发布
create-pr
create-pr
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review,…