microwind

63 mods across 3 repositories, 297 stars between them.

microwind/algorithms

Instructions file

Repository instructions for a teaching collection of standalone data-structure and algorithm examples written in many programming languages.

174 2mo ago A 2,106 tokens original MIT

API验证器

02

microwind/ai-skills

Skill Claude CodeCodex

A guide for checking application programming interfaces (APIs), the defined ways that software systems exchange data.

74 2mo ago A 34 tokens

microwind/ai-skills

Skill Claude CodeCodex

A guide for running work in the background and passing messages through message queues, systems that hold tasks until a worker can process them.

74 2mo ago A 46 tokens

microwind/ai-skills

Skill Claude CodeCodex

A guide for designing and implementing software caches. A cache stores reusable data temporarily so it can be retrieved without repeating the original work.

74 2mo ago A 39 tokens

microwind/ai-skills

Skill Claude CodeCodex

A guide for checking data and converting it between formats, such as turning program data into JSON and back.

74 2mo ago A 44 tokens

microwind/ai-skills

Skill Claude CodeCodex

A guide for examining database queries, commands that read or change stored data, and improving their SQL performance.

74 2mo ago A 41 tokens

microwind/ai-skills

Skill Claude CodeCodex

A guide for designing error handling and logging systems. It covers how software responds to failures, records events, and supports system monitoring.

74 2mo ago A 44 tokens

GraphQL API开发

09

microwind/ai-skills

Skill Claude CodeCodex

A guide to GraphQL, an API query language that lets clients request the data they need from a service.

74 2mo ago A 39 tokens

JWT身份验证

10

microwind/ai-skills

Skill Claude CodeCodex

A guide for building login and access control with JSON Web Tokens (JWTs), small data packages used to prove a user's identity.

74 2mo ago A 42 tokens

HTTP请求调试器

11

microwind/ai-skills

Skill Claude CodeCodex

A guide for investigating HTTP requests, the messages software sends to and receives from web services.

74 2mo ago B 40 tokens

RESTful API设计

12

microwind/ai-skills

Skill Claude CodeCodex

A guide to RESTful API design, a common way to model web services around resources and standard HTTP requests.

74 2mo ago B 37 tokens

云配置分析器

13

microwind/ai-skills

Skill Claude CodeCodex

A guide for reviewing cloud infrastructure settings before resources are deployed.

74 2mo ago A 30 tokens

容器镜像管理

14

microwind/ai-skills

Skill Claude CodeCodex

A guide for managing container images, which are packaged files used to create running containers, in image repositories.

74 2mo ago A 52 tokens

Docker容器化

15

microwind/ai-skills

Skill Claude CodeCodex

A guide for packaging applications in Docker containers, including architecture, configuration, performance, and microservice design.

74 2mo ago A 46 tokens

Kubernetes编排

16

microwind/ai-skills

Skill Claude CodeCodex

A guide for using Kubernetes, a system that deploys and manages containerized applications across servers.

74 2mo ago A 47 tokens

Kubernetes验证器

17

microwind/ai-skills

Skill Claude CodeCodex

A guide for checking Kubernetes configuration files, commonly written in YAML, and the resources they define.

74 2mo ago A 42 tokens

网络策略配置

18

microwind/ai-skills

Skill Claude CodeCodex

Guidance for configuring Kubernetes network policies, which control which services and workloads may communicate with one another. It focuses on traffic control and isolation.

74 2mo ago A 44 tokens

无服务器函数

19

microwind/ai-skills

Skill Claude CodeCodex

Guidance for building serverless functions, which are small pieces of code run by a cloud provider when an event occurs. It covers how to structure them and handle growth.

74 2mo ago A 42 tokens

代码优化技巧

20

microwind/ai-skills

Skill Claude CodeCodex

A guide for making code run more efficiently by examining algorithms, data structures, and slow sections.

74 2mo ago A 38 tokens

microwind/ai-skills

Skill Claude CodeCodex

Guidance for reviewing code quality, coding conventions, and software structure. It also helps define a review process.

74 2mo ago A 40 tokens

文档生成器

22

microwind/ai-skills

Skill Claude CodeCodex

Guidance for generating software documentation from code, including documentation for APIs, which are interfaces that let programs communicate. It also covers documentation templates and quality checks.

74 2mo ago A 39 tokens

性能分析器

23

microwind/ai-skills

Skill Claude CodeCodex

Guidance for analyzing code performance by measuring execution time and resource use. It covers bottlenecks, slow database queries, and memory leaks.

74 2mo ago A 41 tokens

重构模式

24

microwind/ai-skills

Skill Claude CodeCodex

A guide for changing existing code structure without changing what the code is meant to do.

74 2mo ago A 39 tokens