Skip to content

1466094598lilye-byte/cursor-coding-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursor 编码工作流 Skill

一套基于 Cursor 的 4-skill 编码流水线,实现从需求拆解到验证修复的 11 步闭环流程。

包含内容

  • 4 个 Skill:task-decomposer、code-executor、code-verifier、root-cause-fixer
  • 1 个 Rule:coding-workflow(流程编排)

安装

方式一:手动复制

  1. 克隆本仓库(将 YOUR_USERNAME 替换为你的 GitHub 用户名):

    git clone https://github.com/YOUR_USERNAME/cursor-coding-workflow.git
    cd cursor-coding-workflow
  2. 复制 skills 到 Cursor:

    mkdir -p ~/.cursor/skills
    cp -r skills/* ~/.cursor/skills/
  3. 复制 rule 到 Cursor:

    mkdir -p ~/.cursor/rules
    cp rules/coding-workflow.mdc ~/.cursor/rules/

方式二:使用 install 脚本

./install.sh

流程概览

  • 路径 A(新任务):task-decomposer → code-executor → code-verifier →(失败时)root-cause-fixer → 最多 5 次
  • 路径 B(问题反馈):root-cause-fixer → code-executor → code-verifier → 用户确认,最多 5 次

依赖

  • Cursor IDE
  • 建议使用 Composer 1.5 或更强模型处理复杂任务

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages