microwind

63 mods across 3 repositories, 297 stars between them.

测试生成

25

microwind/ai-skills

Skill Claude CodeCodex

Guidance for creating tests, including unit tests for individual parts of code and integration tests for connected parts working together. It also covers test coverage and test strategy.

74 2mo ago A 43 tokens

microwind/ai-skills

Skill Claude CodeCodex

A testing guide for analysing requirements, planning tests, implementing coverage, and checking test quality.

74 2mo ago A 35 tokens

data-pipeline

27

microwind/ai-skills

Skill Claude CodeCodex

Guidance for designing, building, deploying, and maintaining data pipelines, which move and transform data between sources and destinations. It covers both real-time and batch processing, quality checks, and monitoring alerts.

74 2mo ago A 0 tokens

备份与恢复

28

microwind/ai-skills

Skill Claude CodeCodex

A backup and recovery guide for protecting data, checking that backups are intact, and preparing to restore systems after a failure.

74 2mo ago A 40 tokens

microwind/ai-skills

Skill Claude CodeCodex

Guidance for designing and managing a database connection pool, which reuses open database connections instead of creating one for every request.

74 2mo ago A 41 tokens

microwind/ai-skills

Skill Claude CodeCodex

Guidance for checking database migration scripts, which change a database’s structure or data. It covers safety, performance effects, data integrity, and rollback planning.

74 2mo ago A 43 tokens

microwind/ai-skills

Skill Claude CodeCodex

A skill for designing applications that use NoSQL databases, which store data without the traditional table-and-row structure of relational databases. It covers database selection, data models, queries, consistency, transactions, and scaling.

74 2mo ago A 43 tokens

SQL优化与索引

32

microwind/ai-skills

Skill Claude CodeCodex

A database-performance procedure for examining query execution plans, choosing indexes, and improving SQL statements. It also covers database settings, performance monitoring, and standard practices.

74 2mo ago A 42 tokens

SQL优化器

33

microwind/ai-skills

Skill Claude CodeCodex

A skill for improving SQL queries, which are instructions used to read or change data in relational databases. It examines execution plans, indexes, syntax, query complexity, and common practices.

74 2mo ago A 37 tokens

事务管理

34

microwind/ai-skills

Skill Claude CodeCodex

A skill for managing database transactions, which group several database changes into one consistent operation. It covers transaction boundaries, concurrent changes, deadlocks, and distributed transactions across multiple systems.

74 2mo ago A 40 tokens

抽象工厂模式

35

microwind/ai-skills

Skill Claude CodeCodex

A software design pattern for creating families of related objects through one consistent interface, without naming the exact class to create. A design pattern is a reusable approach to a common programming problem.

74 2mo ago A 24 tokens

适配器模式

36

microwind/ai-skills

Skill Claude CodeCodex

A software design pattern that converts one class interface into another interface a client expects.

74 2mo ago A 26 tokens

Bridge

37

microwind/ai-skills

Skill Claude CodeCodex

A software design pattern that separates an abstraction—what an object does—from its implementation—how it does it. Both parts can then change independently.

74 2mo ago A 16 tokens

建造者模式

38

microwind/ai-skills

Skill Claude CodeCodex

A design pattern that builds a complex object through separate steps, with optional settings chosen along the way.

74 2mo ago A 26 tokens

命令模式

40

microwind/ai-skills

Skill Claude CodeCodex

A design pattern that wraps a request in an object, allowing the request to be stored, passed around, or run later.

74 2mo ago A 25 tokens

组合模式

41

microwind/ai-skills

Skill Claude CodeCodex

A design pattern that arranges individual objects and groups of objects in a tree, so code can handle both in the same way.

74 2mo ago A 21 tokens

装饰器模式

42

microwind/ai-skills

Skill Claude CodeCodex

A design pattern that adds responsibilities to an object at runtime by wrapping it, without changing the object's class.

74 2mo ago A 27 tokens

Facade

43

microwind/ai-skills

Skill Claude CodeCodex

A simplified interface that hides the details of a complex system behind one easier entry point.

74 2mo ago A 14 tokens

工厂模式

44

microwind/ai-skills

Skill Claude CodeCodex

A design pattern that creates objects through a shared creation interface without requiring callers to name the exact class.

74 2mo ago A 37 tokens

Flyweight

45

microwind/ai-skills

Skill Claude CodeCodex

A design pattern that shares common data between many small objects to reduce repeated storage.

74 2mo ago A 14 tokens

Interpreter

46

microwind/ai-skills

Skill Claude CodeCodex

A design pattern that represents a small language with rules and uses an interpreter to process expressions written in those rules.

74 2mo ago A 17 tokens

Iterator

47

microwind/ai-skills

Skill Claude CodeCodex

A method for visiting each item in a collection one at a time, in order.

74 2mo ago A 14 tokens

Mediator

48

microwind/ai-skills

Skill Claude CodeCodex

A software design pattern that puts one object in charge of coordinating how a group of other objects interact.

74 2mo ago A 14 tokens