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

可扩展性原则

73

microwind/ai-skills

Skill Claude CodeCodex

A software design guideline for handling growing workloads by adding computing resources, either across multiple machines or by increasing one machine’s capacity.

not rated 80 +4 3mo ago A 30 tokens

关注点分离

74

microwind/ai-skills

Skill Claude CodeCodex

A software design principle that separates a program into parts, with each part handling a different concern. A concern is one area of responsibility, such as data storage, business rules, or presentation.

not rated 80 +4 3mo ago A 32 tokens

单一职责原则

75

microwind/ai-skills

Skill Claude CodeCodex

A software design principle that gives each class one main responsibility and one main reason to change. A class is a code structure that groups related data and behaviour.

not rated 80 +4 3mo ago A 35 tokens

YAGNI原则

76

microwind/ai-skills

Skill Claude CodeCodex

A software design principle meaning “You Aren’t Gonna Need It.” It says to implement what the current requirements need instead of speculative future features.

not rated 80 +4 3mo ago A 34 tokens

CI/CD流水线

77

microwind/ai-skills

Skill Claude CodeCodex

A CI/CD pipeline design guide for automating code integration, testing, and deployment. CI/CD is the practice of automatically checking and delivering software changes.

not rated 80 +4 3mo ago A 42 tokens

CI/CD验证器

78

microwind/ai-skills

Skill Claude CodeCodex

A CI/CD validation guide for checking automated build, test, and deployment workflows. CI/CD means automatically integrating code changes and delivering them through a software pipeline.

not rated 80 +4 3mo ago A 42 tokens

microwind/ai-skills

Skill Claude CodeCodex

An infrastructure analysis guide for reviewing system architecture, resource settings, and security policies. Infrastructure is the cloud or computing environment that runs an application.

not rated 80 +4 3mo ago A 40 tokens

microwind/ai-skills

Skill Claude CodeCodex

An infrastructure-as-code guide for managing cloud resources and describing them in version-controlled configuration files. It covers Terraform and CloudFormation, tools that define cloud infrastructure through code.

not rated 80 +4 3mo ago A 39 tokens

日志聚合分析

81

microwind/ai-skills

Skill Claude CodeCodex

A log aggregation and analysis guide for collecting logs from multiple systems in one place. Logs are recorded messages about what software and infrastructure are doing.

not rated 80 +4 3mo ago A 42 tokens

监控与告警

82

microwind/ai-skills

Skill Claude CodeCodex

A monitoring and alerting guide for collecting system measurements and watching application or infrastructure health. It covers alert rules and performance data.

not rated 80 +4 3mo ago A 41 tokens

聚合根设计

83

microwind/ai-skills

Skill Claude CodeCodex

A domain-design principle that makes one object the controlled entry point to a group of related business objects. It keeps changes inside that group consistent and protects rules that must always remain true.

not rated 80 +4 3mo ago A 33 tokens

聚合 (Aggregate)

84

microwind/ai-skills

Skill Claude CodeCodex

A group of related domain objects treated as one consistency boundary, with an aggregate root controlling access to the group. It defines which changes must be kept valid together.

not rated 80 +4 3mo ago A 32 tokens

应用服务

85

microwind/ai-skills

Skill Claude CodeCodex

An application-layer service that coordinates a use case, manages transactions, and works with domain objects. It organizes the steps without holding the business rules itself.

not rated 80 +4 3mo ago A 26 tokens

限界上下文

86

microwind/ai-skills

Skill Claude CodeCodex

A clear boundary around part of a business domain and its model. The same word can have different meanings inside different boundaries.

not rated 80 +4 3mo ago A 32 tokens

清洁架构

87

microwind/ai-skills

Skill Claude CodeCodex

A software structure that puts business rules at the center and keeps technical details, such as databases and web frameworks, on the outside. Inner parts do not depend on outer parts.

not rated 80 +4 3mo ago A 39 tokens

上下文映射

88

microwind/ai-skills

Skill Claude CodeCodex

A way to describe how separate domain contexts relate to one another and integrate. It includes approaches such as a shared core or a translation layer that protects one model from another.

not rated 80 +4 3mo ago A 32 tokens

CQRS模式

89

microwind/ai-skills

Skill Claude CodeCodex

A design pattern that handles data changes and data reads with separate models. This means the part that updates data can be designed differently from the part that displays it.

not rated 80 +4 3mo ago A 32 tokens

微服务中的DDD

90

microwind/ai-skills

Skill Claude CodeCodex

A guide to using Domain-Driven Design (DDD) when splitting a system into microservices. It uses business boundaries and business events to decide how services are separated and how they communicate.

not rated 80 +4 3mo ago A 32 tokens

DDD 与 MVC 对比

91

microwind/ai-skills

Skill Claude CodeCodex

A comparison of Model-View-Controller (MVC), a common way to organize web applications, with Domain-Driven Design (DDD), a way to model complex business behavior. It explains where MVC may become insufficient as business rules grow.

not rated 80 +4 3mo ago A 41 tokens

领域事件

92

microwind/ai-skills

Skill Claude CodeCodex

A description of an important business event that has already happened, such as an order being paid. Domain events let related parts of a system react without being tightly connected.

not rated 80 +4 3mo ago A 22 tokens

领域模型

93

microwind/ai-skills

Skill Claude CodeCodex

An abstract representation of a business area that captures its important concepts, rules, and actions. It describes how the business works in terms the software can use.

not rated 80 +4 3mo ago A 28 tokens

领域建模

94

microwind/ai-skills

Skill Claude CodeCodex

An overview of domain-driven design, an approach for shaping software around the knowledge and rules of a business. It covers shared language, domain models, event storming, and other modelling methods.

not rated 80 +4 3mo ago A 48 tokens

领域划分

95

microwind/ai-skills

Skill Claude CodeCodex

A method for splitting a complicated business area into smaller parts based on business responsibilities and capabilities. In domain-driven design, these parts are called subdomains.

not rated 80 +4 3mo ago A 50 tokens

领域服务

96

microwind/ai-skills

Skill Claude CodeCodex

A stateless operation that contains business logic which does not naturally belong to one entity or value object. An entity is an object with its own identity, while a value object is defined by its values.

not rated 80 +4 3mo ago A 26 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: