Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cursor-usage-example
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
岳建彬
cursor-usage-example
Commits
3c6acfd1
Commit
3c6acfd1
authored
Jun 26, 2025
by
岳建彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parents
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
79 additions
and
0 deletions
+79
-0
README.md
README.md
+79
-0
No files found.
README.md
0 → 100644
View file @
3c6acfd1
# Cursor 使用经验与技巧分享
> 本仓库用于收集公司内部关于 [Cursor](https://www.cursor.sh) 的使用经验、典型用法、效率提升技巧与集成示例,帮助团队成员更高效地在日常开发中运用 AI 工具。
---
## 仓库目的
-
梳理实际使用 Cursor 过程中的
**高效用法**
与
**踩坑总结**
-
收集各项目团队在使用过程中的
**优秀 Prompt 模板**
-
分享适用于我们项目环境的
**实战案例**
-
推动 AI 助手在研发过程中的标准化应用
---
## 内容结构
```
cursor-usage-example/
├── README.md # 仓库说明与导航
├── prompts/ # 高质量 Prompt 模板(分类整理)
│ ├── java/
│ ├── python/
│ └── general/
|
├── cases/ # 实际使用案例(基于项目经验)
│ ├── backend/
│ ├── frontend/
│ ├── data/
│ └── fullstack/
|
├── integrations/ # 与模型 / 工具链集成方法 记录如何集成本地模型、设置代理、选择 API Key 等
│
├── tips/ # 使用技巧与经验总结
│ ├── effective-prompts.md
│ ├── shortcut-keys.md
│ ├── context-handling.md
│ ├── dealing-with-token-limit.md
│ └── ui-behavior-explained.md
│
├── team-guides/ # 团队协作与推广建议 帮助新成员上手 Cursor,制定团队统一用法与推广流程
│
├── faqs/ # 常见问题与解答
├── TODO.md # 待补充内容清单
└── CHANGELOG.md # 重要更新与版本记录
```
## 推荐内容类型
| 类型 | 示例 |
| ----------- | ----------------------------------------- |
| Prompt 模板 | 「重构一个包含大量 if 的 Java 方法」 |
| 使用场景 | 「快速生成测试用例覆盖」 |
| 效率对比 | 「使用 Cursor 后,测试开发效率提升 3 倍」 |
| 注意事项 | 「中文 prompt 多用动词开头,避免歧义」 |
| | |
贡献方式(内部)
1.
Fork 或直接提交分支
2.
按结构新增对应 Markdown 文件
3.
标注作者(如适用)与日期
4.
Pull Request 后由管理员审核合并
---
## 注意事项
-
本仓库仅用于公司内部交流与协作,
**请勿上传敏感代码或业务数据**
-
内容应以“
**实用、真实、具备可操作性**
”为原则
-
所有示例建议脱敏或使用虚拟项目/函数名
## 联系我们
如对本仓库有建议、改进想法或希望组织分享,请联系负责人:
`[yuejianbin]`
。
---
> 一起探索 AI+开发的未来,让 Cursor 成为我们写代码的超级助理
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment