RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Diff/lessup-awesome-cursorrules-zh-agents ↔ lessup-awesome-cursorrules-zh-claude

Comparison

A · AGENTS.md · LessUp/awesome-cursorrules-zhB · CLAUDE.md · LessUp/awesome-cursorrules-zh
What each file covers, counted
DimensionSharedOnly in AOnly in BOverlap
Sections11320%
Commands40450%
Section tags10233%

What each file covers

Sections

1 shared · 1 only in A · 3 only in B
  • − AGENTS.md
  • + CLAUDE.md
  • + [技术名称] .cursorrules 提示文件
  • + CI/CD
  •   相关文档

Commands

4 shared · 0 only in A · 4 only in B
  • + npm run preview
  • + npm run lint
  • + npm run lint:fix
  • + npm run validate
  •   npm run dev
  •   npm run build
  •   npm run check
  •   npm run ci

Section tags

1 shared · 0 only in A · 2 only in B
  • + deployment
  • + agent-behaviour
  •   build

Line diff

+95 added−22 removed26 unchanged21.5% identical
LessUp/awesome-cursorrules-zh · AGENTS.md
@@ −1 @@
1# AGENTS.md
2 
3## 项目定位
4 
5Awesome Cursor Rules 中文版 - Cursor AI 编辑器规则集合。提供 **132+** 个 `.cursorrules` 规则文件,覆盖 **32+** 个技术领域。
6 
7## 权威源
8 
9| 目录 | 用途 |
10|------|------|
11| `rules/` | 规则资产源(.cursorrules 文件) |
12| `zh/` | 中文站点页面 |
13| `en/` | 英文站点页面 |
14| `docs/zh/` `docs/en/` | 文档源文件(zh/en 为符号链接) |
15| `public/` | 站点静态资源 |
16 
17## 技术栈
18 
19| 技术 | 版本 | 用途 |
@@ −25 @@
25## 常用命令
26 
27```bash
28npm run dev # 开发服务器
29npm run build # 构建站点
30npm run check # lint + validate
31npm run ci # check + build
 
 
 
 
32```
33 
34## 开发边界
35 
36- 不扩张 GitHub Actions
37- 对外文档优先中文
38- `docs/` 仅存放文档源文件,不参与公开站点发布(通过符号链接引用)
 
 
 
 
 
 
 
 
 
 
39 
40## 提交规范
41 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42使用约定式提交:`feat`/`fix`/`docs`/`chore`/`translate`
43 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44## 相关文档
45 
46- [CLAUDE.md](./CLAUDE.md) - Claude Code 项目配置
47- [CONTRIBUTING.md](./CONTRIBUTING.md) - 贡献指南
48 
LessUp/awesome-cursorrules-zh · CLAUDE.md
@@ +1 @@
1# CLAUDE.md
2 
3> 本文件为 Claude Code CLI 提供项目特定配置和指导。
4 
5## 项目概述
6 
7**awesome-cursorrules-zh** 是一个 Cursor AI 编辑器规则集合网站,提供精选的 `.cursorrules` 规则文件。
8 
 
 
 
 
 
 
 
 
9## 技术栈
10 
11| 技术 | 版本 | 用途 |
@@ +17 @@
17## 常用命令
18 
19```bash
20npm run dev # 启动开发服务器
21npm run build # 构建静态站点
22npm run preview # 预览构建结果
23npm run lint # Markdown 格式检查
24npm run lint:fix # 自动修复格式问题
25npm run validate # 验证规则文件
26npm run check # lint + validate
27npm run ci # check + build
28```
29 
30## 目录结构
31 
32```
33awesome-cursorrules-zh/
34├── .vitepress/ # VitePress 配置
35├── docs/ # 文档源文件
36│ ├── zh/ # 中文文档
37│ └── en/ # 英文文档
38├── zh/ # 中文站点页面(符号链接)
39├── en/ # 英文站点页面(符号链接)
40├── rules/ # 规则文件(核心)
41├── scripts/ # 工具脚本
42├── AGENTS.md # AI 助手工作指南
43└── CLAUDE.md # 本文件
44```
45 
46## 开发工作流
47 
48### 添加新规则
49 
501. 在 `rules/` 对应领域下创建目录
512. 编写 `.cursorrules` 文件
523. 编写 `README.md` 说明
534. 运行 `npm run validate` 验证
54 
55### 文档更新
56 
571. 更新 `docs/zh/` 中文文档
582. 更新 `docs/en/` 英文文档
593. 运行 `npm run lint` 检查格式
60 
61### 提交规范
62 
63使用约定式提交:`feat`/`fix`/`docs`/`chore`/`translate`
64 
65## 规则文件规范
66 
67### 标准模板
68 
69```markdown
70# [技术名称] .cursorrules 提示文件
71 
72你是 [技术领域] 方面的专家。
73 
74## 核心原则
75 
76- 原则1
77- 原则2
78 
79## 技术栈
80 
81- 技术1
82- 技术2
83 
84## 最佳实践
85 
861. 实践1
872. 实践2
88```
89 
90### 质量要求
91 
92- 文件大小 >= 200 字节
93- 必须包含角色定义
94- 推荐包含最佳实践
95- 使用中文编写
96 
97## 双语支持
98 
99- 文档:`docs/zh/` 和 `docs/en/`
100- 规则文件:中文为主
101- 技术术语:保持英文原文
102 
103## CI/CD
104 
105| 工作流 | 触发 | 功能 |
106|--------|------|------|
107| ci.yml | push/PR | 质量检查 + 构建 |
108| deploy.yml | push main | 部署 GitHub Pages |
109 
110## 注意事项
111 
1121. **规则验证**:所有规则文件必须通过 `npm run validate`
1132. **Markdown 格式**:遵循 `.markdownlint.json` 配置
1143. **提交规范**:使用约定式提交
1154. **双语更新**:文档更新需同步中英文
116 
117## 相关文档
118 
119- [AGENTS.md](./AGENTS.md) - AI 助手工作指南
120- [CONTRIBUTING.md](./CONTRIBUTING.md) - 贡献指南
121 
@@ −1 +1 @@
1−# AGENTS.md
1+# CLAUDE.md
22  
3−## 项目定位
3+> 本文件为 Claude Code CLI 提供项目特定配置和指导。
44  
5−Awesome Cursor Rules 中文版 - Cursor AI 编辑器规则集合。提供 **132+** 个 `.cursorrules` 规则文件,覆盖 **32+** 个技术领域。
5+## 项目概述
66  
7−## 权威源
7+**awesome-cursorrules-zh** 是一个 Cursor AI 编辑器规则集合网站,提供精选的 `.cursorrules` 规则文件。
88  
9−| 目录 | 用途 |
10−|------|------|
11−| `rules/` | 规则资产源(.cursorrules 文件) |
12−| `zh/` | 中文站点页面 |
13−| `en/` | 英文站点页面 |
14−| `docs/zh/` `docs/en/` | 文档源文件(zh/en 为符号链接) |
15−| `public/` | 站点静态资源 |
16− 
179 ## 技术栈
1810  
1911 | 技术 | 版本 | 用途 |
@@ −25 +17 @@
2517 ## 常用命令
2618  
2719 ```bash
28−npm run dev # 开发服务器
29−npm run build # 构建站点
30−npm run check # lint + validate
31−npm run ci # check + build
20+npm run dev # 启动开发服务器
21+npm run build # 构建静态站点
22+npm run preview # 预览构建结果
23+npm run lint # Markdown 格式检查
24+npm run lint:fix # 自动修复格式问题
25+npm run validate # 验证规则文件
26+npm run check # lint + validate
27+npm run ci # check + build
3228 ```
3329  
34−## 开发边界
30+## 目录结构
3531  
36−- 不扩张 GitHub Actions
37−- 对外文档优先中文
38−- `docs/` 仅存放文档源文件,不参与公开站点发布(通过符号链接引用)
32+```
33+awesome-cursorrules-zh/
34+├── .vitepress/ # VitePress 配置
35+├── docs/ # 文档源文件
36+│ ├── zh/ # 中文文档
37+│ └── en/ # 英文文档
38+├── zh/ # 中文站点页面(符号链接)
39+├── en/ # 英文站点页面(符号链接)
40+├── rules/ # 规则文件(核心)
41+├── scripts/ # 工具脚本
42+├── AGENTS.md # AI 助手工作指南
43+└── CLAUDE.md # 本文件
44+```
3945  
40−## 提交规范
46+## 开发工作流
4147  
48+### 添加新规则
49+ 
50+1. 在 `rules/` 对应领域下创建目录
51+2. 编写 `.cursorrules` 文件
52+3. 编写 `README.md` 说明
53+4. 运行 `npm run validate` 验证
54+ 
55+### 文档更新
56+ 
57+1. 更新 `docs/zh/` 中文文档
58+2. 更新 `docs/en/` 英文文档
59+3. 运行 `npm run lint` 检查格式
60+ 
61+### 提交规范
62+ 
4263 使用约定式提交:`feat`/`fix`/`docs`/`chore`/`translate`
4364  
65+## 规则文件规范
66+ 
67+### 标准模板
68+ 
69+```markdown
70+# [技术名称] .cursorrules 提示文件
71+ 
72+你是 [技术领域] 方面的专家。
73+ 
74+## 核心原则
75+ 
76+- 原则1
77+- 原则2
78+ 
79+## 技术栈
80+ 
81+- 技术1
82+- 技术2
83+ 
84+## 最佳实践
85+ 
86+1. 实践1
87+2. 实践2
88+```
89+ 
90+### 质量要求
91+ 
92+- 文件大小 >= 200 字节
93+- 必须包含角色定义
94+- 推荐包含最佳实践
95+- 使用中文编写
96+ 
97+## 双语支持
98+ 
99+- 文档:`docs/zh/` 和 `docs/en/`
100+- 规则文件:中文为主
101+- 技术术语:保持英文原文
102+ 
103+## CI/CD
104+ 
105+| 工作流 | 触发 | 功能 |
106+|--------|------|------|
107+| ci.yml | push/PR | 质量检查 + 构建 |
108+| deploy.yml | push main | 部署 GitHub Pages |
109+ 
110+## 注意事项
111+ 
112+1. **规则验证**:所有规则文件必须通过 `npm run validate`
113+2. **Markdown 格式**:遵循 `.markdownlint.json` 配置
114+3. **提交规范**:使用约定式提交
115+4. **双语更新**:文档更新需同步中英文
116+ 
44117 ## 相关文档
45118  
46−- [CLAUDE.md](./CLAUDE.md) - Claude Code 项目配置
119+- [AGENTS.md](./AGENTS.md) - AI 助手工作指南
47120 - [CONTRIBUTING.md](./CONTRIBUTING.md) - 贡献指南
48121  
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack