← all publishers

liaosw97

@liaosw97 source repo

338 published skills · page 2 of 4

  1. Chakra UI Semantic HTML Rendering · liaosw97 bundle
    在使用 Chakra UI 组件时使用 'as' prop 进行语义化 HTML 渲染
    0 installs
  2. Code Guidelines Comprehensive · liaosw97 bundle
    Use when working with code guidelines — comprehensive rules, quality checklist, best practices
    0 installs
  3. Data Science Tensorflow Handbook · liaosw97 bundle
    Use when working with TensorFlow — deep learning, Keras, neural networks, ML models
    0 installs
  4. Flutter App Expert Flutter Core Rules · liaosw97 bundle
    将 Flutter 最佳实践和编码指南应用于 core 目录,重点关注常量、主题、工具和组件。
    0 installs
  5. Es Module Guide General Project Practices · liaosw97 bundle
    Use when working with ES Modules — project practices, DRY, modularity, verbosity levels
    0 installs
  6. Solidjs Basic Guide Solidjs Data Fetching · liaosw97 bundle
    SolidJS 数据获取
    0 installs
  7. Solidjs Basic Guide Solidjs Jsx Templates · liaosw97 bundle
    SolidJS JSX 模板
    0 installs
  8. Vite Tailwind General Typescript Rule · liaosw97 bundle
    应用一般 TypeScript 最佳实践,包括使用接口、避免枚举和使用函数式组件。
    0 installs
  9. Composition API Vue 3 Composition API General · liaosw97 bundle
    使用 Composition API 的 Vue 3 组件的一般指导原则。这包括组件结构和响应式状态管理的最佳实践和建议。
    0 installs
  10. Code Guidelines General Coding Rules · liaosw97 bundle
    在所有文件类型中应用一般编码规则,以维护代码质量、一致性并防止常见错误。
    0 installs
  11. Fullstack Mern Guide Request Limit Rule · liaosw97 bundle
    请求限制规则
    0 installs
  12. Flutter App Expert Flutter Performance Rules · liaosw97 bundle
    提供 Flutter 开发的性能相关指南,包括图片缓存、列表视图优化和内存管理。
    0 installs
  13. Nextjs React TS Error Handling And Validation · liaosw97 bundle
    在所有代码中优先考虑错误处理和边缘情况。定义如何管理错误、处理前置条件和实现日志记录。
    0 installs
  14. Nextjs Tailwind General Typescript Guidelines · liaosw97 bundle
    为项目中所有 TypeScript 文件强制执行 TypeScript 最佳实践和编码标准。
    0 installs
  15. Springboot Jpa Restcontroller Conventions · liaosw97 bundle
    为 RestController 类指定标准,包括 API 路由映射、HTTP 方法注解、依赖注入以及使用 ApiResponse 和 GlobalExceptionHandler 进行错误处理。
    0 installs
  16. Django Best Practices Performance Optimization · liaosw97 bundle
    在项目的所有文件中专注于性能优化技术。
    0 installs
  17. Es Module Guide Code Style And Improvements · liaosw97 bundle
    Use when working with ES Modules — code style, refactoring, ES features, TODO comments
    0 installs
  18. Fullstack Mern Guide Entry Creation Rule · liaosw97 bundle
    条目创建规则
    0 installs
  19. Fullstack Mern Guide Frontend Tech Stack · liaosw97 bundle
    前端技术栈
    0 installs
  20. Quantum Communication · liaosw97 bundle
    Use when working with quantum communication — QKD, quantum key distribution, quantum networks
    0 installs
  21. Superconducting Memory · liaosw97 bundle
    Use when working with superconducting memory — SFQ, Josephson junctions, cryogenic storage
    0 installs
  22. Java Security Standards · liaosw97 bundle
    阿里巴巴Java开发手册安全规约。Use when implementing security features, authentication, authorization, or security best practices in Java applications.
    0 installs
  23. Angular TS Guide Angular General · liaosw97 bundle
    Angular 组件通用规则,侧重于代码质量、性能和可维护性。
    0 installs
  24. Nextjs Basic Coding Process Rules · liaosw97 bundle
    指定编码过程,包括逐步推理、优先级排序、在继续下一个文件之前完成一个文件,以及使用 TODO 注释,适用于所有文件
    0 installs
  25. Nextjs Basic Frontend Stack Rules · liaosw97 bundle
    指定前端技术栈,包括 React、TypeScript、Shadcn/UI、Tailwind CSS 和 Lucide React,适用于所有前端文件
    0 installs
  26. Security Service Mesh · liaosw97 bundle
    Use when working with service mesh security — mTLS, SPIFFE, authorization policies
    0 installs
  27. Django Best Practices Django Forms · liaosw97 bundle
    Django 表单指南,专注于表单处理、验证和模型表单的使用。
    0 installs
  28. Django Best Practices Django Views · liaosw97 bundle
    Django 视图的特定指南,专注于基于类的视图与基于函数的视图、错误处理和请求处理。
    0 installs
  29. Flask JSON Guide JSON Data Handling · liaosw97 bundle
    Use when working with Flask — JSON data handling, error handling, file path management
    0 installs
  30. Nextjs 14 SEO Error Handling Rules · liaosw97 bundle
    使用 error.tsx 文件在 Next.js 14 中实现错误处理的规则。
    0 installs
  31. Nextjs Basic LLM Integration Rules · liaosw97 bundle
    指定 LLM 集成规则,包括使用 Python 包装器和 API 端点,适用于所有 LLM 相关文件
    0 installs
  32. Java Coding Standards Oop · liaosw97 bundle
    Use when writing OOP Java code — POJO, entity, model, DTO, VO, equals, hashCode, toString
    0 installs
  33. Angular TS Guide General Reasoning · liaosw97 bundle
    关于推理、准确性和知识空白的规则
    0 installs
  34. Kubernetes Mkdocs Documentation Cloud Native And Kubernetes · liaosw97 bundle
    云原生和Kubernetes专业知识文档规范,确保技术文档的准确性和实用性
    0 installs
  35. Nextjs React TS React Next JS Components · liaosw97 bundle
    React/Next.js 组件特定规则。包括使用函数式组件、JSX、样式设计和其他 React/Next.js 约定。
    0 installs
  36. Angular TS Guide Typescript Coding Style · liaosw97 bundle
    强制执行 TypeScript 文件的代码风格和最佳实践。
    0 installs
  37. Angular Typescript Guide Angular General · liaosw97 bundle
    Angular component general rules — code quality, performance, and maintainability
    0 installs
  38. Fastapi API Example Python General Style · liaosw97 bundle
    Use when working with FastAPI — Python coding style, functional programming, RORO pattern
    0 installs
  39. Flutter App Expert Flutter Feature Rules · liaosw97 bundle
    在 Flutter 功能模块中实施清晰架构、BLoC 模式和状态管理原则。
    0 installs
  40. Flutter App Expert Flutter Testing Rules · liaosw97 bundle
    指定 Flutter 项目的测试指南,涵盖单元测试、组件测试和集成测试。
    0 installs
  41. Styled Components Best Practices General · liaosw97 bundle
    在 React 组件中应用 Styled Components 的最佳实践。
    0 installs
  42. Java Coding Standards Collection · liaosw97 bundle
    Use when working with Java collections — List, Map, Set, Collection, ArrayList, HashMap, HashSet
    0 installs
  43. Java Design Standards Principles · liaosw97 bundle
    Use when designing software architecture — design principles, UML diagrams, system design, dependency inversion, DRY
    0 installs
  44. Apollo GRAPHQL Apollo Custom Hooks · liaosw97 bundle
    指导为 Apollo 操作实现自定义 hooks
    0 installs
  45. Nextjs Tailwind React Component Guidelines · liaosw97 bundle
    专注于 components 目录中可重用、响应式和可访问的 React 组件。
    0 installs
  46. Vite Tailwind Vue JS Component Rule · liaosw97 bundle
    定义 Vue.js 组件的风格和结构,包括命名约定、组合 API 使用和 UI 库偏好。
    0 installs
  47. Composition API Vue 3 Additional Instructions · liaosw97 bundle
    Vue 3 开发的额外说明,涵盖错误处理、样式设计和最佳实践等领域。
    0 installs
  48. Java Coding Standards Concurrency · liaosw97 bundle
    Use when writing concurrent Java code — Thread, Lock, ThreadPool, Concurrent, synchronization, volatile
    0 installs
  49. Chaos Engineering · liaosw97 bundle
    Use when working with chaos engineering — fault injection, resilience testing, system reliability
    0 installs
  50. Python Data Processing · liaosw97 bundle
    Use when working with Python data processing — ETL, data pipelines, type-safe data handling
    0 installs
  51. Augmented Reality · liaosw97 bundle
    Use when working with augmented reality — ARKit, ARCore, WebXR, spatial computing
    0 installs
  52. Mobx React General Preferences · liaosw97 bundle
    一般 React 偏好,优先使用带有 hooks 的函数式组件
    0 installs
  53. Nextjs 14 SEO Metadata Rules · liaosw97 bundle
    在 Next.js 14 组件中定义元数据以进行 SEO 优化的规则。
    0 installs
  54. Privacy Computing · liaosw97 bundle
    Use when working with privacy computing — MPC, TEE, differential privacy, federated learning
    0 installs
  55. Secure Multiparty · liaosw97 bundle
    Use when working with secure multi-party computation — MPC, secret sharing, oblivious transfer
    0 installs
  56. Quantum Computing · liaosw97 bundle
    Use when working with quantum computing — Qiskit, quantum circuits, NISQ algorithms
    0 installs
  57. React Native Expo · liaosw97 bundle
    Use when working with React — development rules
    0 installs
  58. Neuromorphic Chips · liaosw97 bundle
    Use when working with neuromorphic chips — TrueNorth, Loihi, spiking neural networks
    0 installs
  59. Java Mysql Database · liaosw97 bundle
    Use when working with MySQL in Java — database schema, SQL, ORM mapping
    0 installs
  60. Springboot Best Practices · liaosw97 bundle
    Use when working with Kotlin — development rules
    0 installs
  61. Java Exception Rules · liaosw97
    Java 异常处理规约 — 捕获、抛出、事务回滚。Use when handling exceptions in Java, try-catch blocks, exception propagation.
    0 installs
  62. Java Coding Standards · liaosw97 bundle
    阿里巴巴 Java 开发手册编程规约概述。Use when writing Java code, reviewing code, or following Alibaba Java coding standards.
    0 installs
  63. Fullstack Mern Guide · liaosw97 bundle
    Use when working with MERN stack (MongoDB, Express, React, Node.js) — fullstack development
    0 installs
  64. Satellite Internet · liaosw97 bundle
    Use when working with satellite internet — LEO constellation, inter-satellite links, Starlink
    0 installs
  65. Photon Computing · liaosw97 bundle
    Use when working with photonic computing — optical neural networks, silicon photonics
    0 installs
  66. Java Unit Testing · liaosw97 bundle
    阿里巴巴Java开发手册单元测试规约。Use when writing unit tests, test cases, or testing Java code.
    0 installs
  67. Chakra UI Best Practices · liaosw97 bundle
    强制执行 Chakra UI 最佳实践以保持一致性并利用框架的功能
    0 installs
  68. Error Correction · liaosw97 bundle
    Use when working with quantum error correction — surface code, fault tolerance, QEC
    0 installs
  69. Photonic Neural Network · liaosw97 bundle
    Use when working with photonic neural networks — optical computing, MZI, silicon photonics
    0 installs
  70. Java Logging Rules · liaosw97
    Java 日志规约 — 日志框架、级别、格式。Use when configuring logging, writing log statements, log file management.
    0 installs
  71. Mysql Table Design · liaosw97
    MySQL 建表规约 — 表命名、字段类型、必备字段。Use when creating or modifying database tables, designing schemas, defining field types.
    0 installs
  72. Java Design Standards Error Codes · liaosw97 bundle
    Use when working with error codes — user errors, system errors, third-party service errors, error handling
    0 installs
  73. Angular Typescript Guide General Reasoning · liaosw97 bundle
    Angular reasoning rules — accuracy, knowledge gaps, detailed answers
    0 installs
  74. Angular Typescript Typescript Coding Style · liaosw97 bundle
    为 TypeScript 文件强制执行代码风格和最佳实践。
    0 installs
  75. Data Science Matplotlib Visualization · liaosw97 bundle
    Use when working with Matplotlib — data visualization, charts, plots, scientific graphics
    0 installs
  76. Django Best Practices Python Django General · liaosw97 bundle
    通用的 Python 和 Django 规则,专注于编码风格、错误处理和整个项目的 Django 约定。
    0 installs
  77. Fastapi API Example Fastapi File Structure · liaosw97 bundle
    FastAPI 文件结构
    0 installs
  78. Dragonruby Syntax And Formatting · liaosw97 bundle
    规定 DragonRuby 项目中 Ruby 代码的语法和格式指南,遵循 Ruby 风格指南。
    0 installs
  79. Laravel Package Guide Readme Md Guidelines · liaosw97 bundle
    README.md 指南
    0 installs
  80. Nestjs Typescript Nestjs General Guidelines · liaosw97 bundle
    在 'src' 目录中指定 NestJS 特定的架构原则、模块化设计和测试实践。
    0 installs
  81. Nestjs Typescript Nestjs Testing Guidelines · liaosw97 bundle
    为测试 NestJS 应用程序设置标准,包括单元、集成和端到端测试,以及 Jest 的使用。
    0 installs
  82. Solidjs Basic Guide Solidjs Lazy Loading · liaosw97 bundle
    SolidJS 懒加载
    0 installs
  83. Springboot Jpa Entity Class Conventions · liaosw97 bundle
    为实体类设计设定标准,包括用于数据库交互的注解、ID 生成策略和关系配置。
    0 installs
  84. Swiftui Guidelines Swiftui UI Design Rules · liaosw97 bundle
    Use when working with SwiftUI — UI design, layouts, animations, gestures, visual effects
    0 installs
  85. Apollo GRAPHQL Apollo Provider Setup · liaosw97 bundle
    要求在应用程序根部使用 Apollo Provider
    0 installs
  86. Java Design Standards · liaosw97 bundle
    阿里巴巴 Java 开发手册设计规约概述。Use when designing software architecture, applying design patterns, or making design decisions in Java projects.
    0 installs
  87. Convex Development General · liaosw97 bundle
    应用于 Convex 开发的通用规则,强调模式设计、验证器使用和系统字段的正确处理。
    0 installs
  88. Nextjs Basic Coding Style Rules · liaosw97 bundle
    Next.js项目编码风格规范,涵盖注释规范、模块化设计、DRY原则、性能与安全最佳实践
    0 installs
  89. Nextjs Basic Editing Code Rules · liaosw97 bundle
    优先返回完全编辑的文件并定义代码详细程度级别,适用于所有文件
    0 installs
  90. Java Exception Logging · liaosw97 bundle
    Use when handling exceptions or logging in Java — error codes, exception handling, logging rules
    0 installs
  91. Java Project Structure · liaosw97 bundle
    阿里巴巴Java开发手册工程结构规约,包含应用分层、二方库依赖、服务器。Use when structuring Java projects, managing dependencies, or organizing project architecture.
    0 installs
  92. Backend Scalability · liaosw97 bundle
    后端可扩展性设计 — 并发模式、连接池、缓存策略、可观测性。Use when designing scalable backend systems, worker pools, connection pooling, caching strategies.
    0 installs
  93. Chakra UI Responsive Design · liaosw97 bundle
    利用 Chakra UI 的布局组件在 React 应用程序中创建响应式设计
    0 installs
  94. Devops Service Mesh · liaosw97 bundle
    Use when working with service mesh — Istio, Linkerd, traffic management, mTLS
    0 installs
  95. Guidelines Commit Message Format · liaosw97 bundle
    将提交消息标准应用于项目中的所有文件。
    0 installs
  96. Express Mongodb Tech Stack · liaosw97 bundle
    指定用于后端开发的技术,包括 Node.js、Express.js、MongoDB 和 Mongoose。
    0 installs
  97. Github Code Quality · liaosw97 bundle
    Use when working with Git — development rules
    0 installs
  98. Java Springboot Jpa Best Practices · liaosw97 bundle
    Java Spring Boot + JPA 项目最佳实践,涵盖分层架构、注解、事务、异常处理、安全与代码风格等。
    0 installs
  99. Nextjs 14 SEO General Guidelines · liaosw97 bundle
    为 Next.js 14 代码生成应用一般指导原则。
    0 installs
  100. Nextjs Basic Backend Stack Rules · liaosw97 bundle
    指定后端技术栈,包括 Next.js API Routes 和 TypeScript,适用于所有后端文件
    0 installs