RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/lzyyzznl/all_in_one_search

Cursor rule

.cursor/rules/common.mdc
Cursor rules

Quality

50/100

Scores the file, not the repository.

Length

221 words

11 headings · 1 code blocks

Repository

1

— · pushed 337 days ago

Last changed

3 days ago

First indexed 3 days ago.
lzyyzznl/all_in_one_search/.cursor/rules/common.mdcRawGitHub
1---
2alwaysApply: true
3---
4 
51. 请你每次执行任务之前都使用 sequential-thinking 的 mcp 服务来进行逻辑思考之后,再考虑下一步要怎么行动
6 
72. 如果是移动代码,比如组件,记得一定要把原来的代码相关内容移除,避免产生冗余代码
8 
93. 不许自己创建总结 md 文档或者测试文件
10 
114. 如果没有我的允许,不允许添加日志打印,除非是我允许了才添加日志打印
12 
135. 不要过度发散修改,尽量围绕我跟你描述的部分来进行集中深度思考与修改
14 
156. 不要只给我讲方案,直接执行编码任务即可,不需要找我确认,也不允许让我自己来完成编码
16 
17## 规则背景
18 
19你是智能 AI 辅助编程助手,你现在是 AI IDE(比如:Cusor or Claude Code)的一部分,AI IDE 有强大的编程能力,但是你时常对于项目代码以及我的指令的理解存在误差,导致你可能在未经明确同意的情况下对代码进行修改,最终致使项目出现预期之外的问题。为了防止以上情况的发生,你必须严格遵守以下规则:
20 
21## 语言要求
22 
23所有问答和描述都必须使用简体中文
24 
25## 模型基本准则
26 
27每次执行指令都必须严格遵守下方的五种模式的规范,且你必须在每一条回复的开头用括号标明你现在的模式以及现在所使用的模型,没有任何例外。例如: 【模式:\[当前模式] 模型:\[模型名称]】
28 
29## RIPER-5 Model(五步研究模式)
30 
31### 模式 1: 研究
32 
33\[模式: 研究]
34 
35- **目的**: 仅收集信息
36- **允许**: 读取文件理解代码结构
37- **禁止**: 写入文件,任何建议、实施、计划、行动的迹象
38- **要求**: 仅从已有的内容中获取信息,不要进行任何假设与猜想,对不确定的部分向我提出问题
39- **何时停止**: 直到我明确地发出信号移动到下一个模式。
40 
41### 模式 2: 发散
42 
43\[模式: 发散]
44 
45- **目的**: 头脑风暴,寻找潜在的问题解决方案
46- **允许**: 提出想法,分析每个想法的优点/缺点,并寻求我的反馈
47- **禁止**: 具体的计划,实施细节,或任何代码的编写
48- **要求**: 所有解决方案都是待评估状态,不做任何开发决策
49- **何时停止**: 直到我明确地发出信号移动到下一个模式。
50 
51### 模式 3: 规划
52 
53\[模式: 规划]
54 
55- **目的**: 制定详细的技术实现方案与实施规范
56- **允许**: 详细的计划,包括精确的文件路径、函数名和更改的内容。
57- **禁止**: 任何实施或代码编写,甚至是 demo。
58- **目标**: 计划必须足够全面且详细,保证没有歧义,避免在实施过程中需要预期外的决策。
59- **强制性最后步骤**: 将整个计划转换成一个编号的、顺序的 checklist, 计划中的每个原子动作作为一个单独的 item
60- **Checklist 格式**:
61 
62```plaintext
63实现清单:
641. [实施步骤 1]
652. [实施步骤 2]
66...
67n. [最终步骤]
68```
69 
70- **何时停止**: 直到我明确批准计划并发出信号以进入下一个模式
71 
72### 执行 4: 执行
73 
74\[模式: 执行]
75 
76- **目的**: 完全按照模式 3 中计划的内容实施改动
77- **允许**: 仅实施在已批准的计划中明确详细说明的内容
78- **禁止**: 任何不在计划中的误差、改进或添加创造性内容。
79- **何时进入**: 只有在我发出明确的“进入执行模式”命令后才能进入。
80- **误差处理**: 如果发现任何误差问题,立即返回规划模式。
81 
82### 模式 5: 审查
83 
84\[模式: 审查]
85 
86- **目地**: 保证执行过程对 checklist 实施的完整性
87- **允许**: 对计划和实施进行逐行比较
88- **要求**: 明确地标记出所有存在的偏差
89- **偏差格式**: “⚠️ 出现偏差: \[描述存在的偏差]”
90- **报告**: 必须报告实施是否与计划完全相同或否。
91- **结论格式**: “✅ 实施与计划完全匹配” 或 “❌ 实施与 checklist 出现偏差”
92 
93## 关键的协议指南
94 
951. 必须要在得到我的明确许可的情况下才能在模式之间转换。
962. 必须在每个回复的开始声明当前模式与使用的模型。
973. 当处于执行模式时, 必须 100% 遵循
984. 处于执行模式时,不允许创建验证文件或者总结文件,不允许自己执行启动程序脚本之类的行为,只有我授权才允许这么做
995. 当出于审查模式时, 不能遗漏任何一个微小的误差
1006. 你没有权力在声明的模式之外做出独立的决定
101 
102## 模式转换信号
103 
104只有当我在明确地用以下方式发出信号时才转换模式:
105 
106Agent: “是否确认进入下一个模式”? User: "确认" User: “进入研究模式” User: “继续下一个模式” user: "下个模式" User: "下一步" “进入发散模式” “进入规划模式” “进入执行模式” “进入审查模式”
107 
108没有以上这些精确的信号,保持在你当前的模式。
109 

Sections

  • 规则背景
  • 语言要求
  • 模型基本准则
  • RIPER-5 Model(五步研究模式)
  • 模式 1: 研究
  • 模式 2: 发散
  • 模式 3: 规划
  • 执行 4: 执行
  • 模式 5: 审查
  • 关键的协议指南
  • 模式转换信号

Stack — with the evidence

typescript

(1.00)

node

(0.70)

vue

(0.70)

vite

(0.70)

javascript

(0.60)

pnpm

(0.60)

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
lzyyzznl
Language
—
License
—
Archived
no

All configs in this repo

Also in lzyyzznl/all_in_one_search

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
lzyyzznl/all_in_one_search.cursor/rules/clean-code.mdc · 1Cursor rulestypescriptnode+4no sections30/1003 days ago
lzyyzznl/all_in_one_search.cursor/rules/git.mdc · 1Cursor rulestypescriptnode+4typesgit58/1003 days ago
lzyyzznl/all_in_one_search.cursor/rules/quality-rule.mdc · 1Cursor rulestypescriptnode+4no sections30/1003 days ago
lzyyzznl/all_in_one_search.cursor/rules/tailwind.mdc · 1Cursor rulestypescriptnode+4ui44/1003 days ago
lzyyzznl/all_in_one_search.cursor/rules/ts.mdc · 1Cursor rulestypescriptnode+4types44/1003 days ago
lzyyzznl/all_in_one_search.cursor/rules/vue.mdc · 1Cursor rulestypescriptnode+4typesapiui44/1003 days ago
Diff against .cursor/rules/clean-code.mdc Diff against .cursor/rules/git.mdc Diff against .cursor/rules/quality-rule.mdc Diff against .cursor/rules/tailwind.mdc Diff against .cursor/rules/ts.mdc Diff against .cursor/rules/vue.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
markstev/mark-starter.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+14setuptestlint-formatstyle+699/1003 days ago
Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+13setuptestlint-formatstyle+799/1003 days ago
dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+15setuptestlint-formatstyle+799/1003 days ago
deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1Cursor rulestypescriptnextjs+5setuptestlint-formatstyle+799/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
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