microwind/ai-skills

🔥 Build a high-quality AI programming Skills library and use AI to learn programming technologies. Collect and build high-quality skills to enable AI to serve you better.

80Stars on the repository
200Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

microwind/ai-skills

Skill Claude CodeCodex

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

not rated 80 +4 3mo ago A 35 tokens

data-pipeline

26

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.

not rated 80 +4 3mo ago A 0 tokens

备份与恢复

27

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.

not rated 80 +4 3mo 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.

not rated 80 +4 3mo 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.

not rated 80 +4 3mo 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.

not rated 80 +4 3mo ago A 43 tokens

SQL优化与索引

31

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.

not rated 80 +4 3mo ago A 42 tokens

SQL优化器

32

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.

not rated 80 +4 3mo ago A 37 tokens

事务管理

33

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.

not rated 80 +4 3mo ago A 40 tokens

抽象工厂模式

34

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.

not rated 80 +4 3mo ago A 24 tokens

适配器模式

35

microwind/ai-skills

Skill Claude CodeCodex

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

not rated 80 +4 3mo ago A 26 tokens

Bridge

36

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.

not rated 80 +4 3mo ago A 16 tokens

建造者模式

37

microwind/ai-skills

Skill Claude CodeCodex

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

not rated 80 +4 3mo ago A 26 tokens

microwind/ai-skills

Skill Claude CodeCodex

A design pattern that passes a request through a sequence of handlers until one of them handles it.

not rated 80 +4 3mo ago A 22 tokens

命令模式

39

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.

not rated 80 +4 3mo ago A 25 tokens

组合模式

40

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.

not rated 80 +4 3mo ago A 21 tokens

装饰器模式

41

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.

not rated 80 +4 3mo ago A 27 tokens

Facade

42

microwind/ai-skills

Skill Claude CodeCodex

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

not rated 80 +4 3mo ago A 14 tokens

工厂模式

43

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.

not rated 80 +4 3mo ago A 37 tokens

Flyweight

44

microwind/ai-skills

Skill Claude CodeCodex

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

not rated 80 +4 3mo ago A 14 tokens

Interpreter

45

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.

not rated 80 +4 3mo ago A 17 tokens

Iterator

46

microwind/ai-skills

Skill Claude CodeCodex

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

not rated 80 +4 3mo ago A 14 tokens

Mediator

47

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.

not rated 80 +4 3mo ago A 14 tokens

memento-pattern

48

microwind/ai-skills

Skill Claude CodeCodex

A guide to the memento pattern, a software design pattern for saving an object's state so it can later be restored. It covers field snapshots and event sourcing, which rebuilds state from a record of changes.

not rated 80 +4 3mo ago A 0 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: