feat: Add new libs module and prompt utilities

- Introduce new  module with common, database, and external submodules.
- Add  to coding prompts.
- Update .
This commit is contained in:
tukuaiai 2025-12-13 10:22:30 +08:00
parent 9994cf1c82
commit 8b049ec679
9 changed files with 25 additions and 2 deletions

View File

@ -42,7 +42,7 @@
**Vibe Coding** 是一个与 AI 结对编程的终极工作流程,旨在帮助开发者丝滑地将想法变为现实。本指南详细介绍了从项目构思、技术选型、实施规划到具体开发、调试和扩展的全过程,强调以**规划驱动**和**模块化**为核心,避免让 AI 失控导致项目混乱。
> **核心理念**: *规划就是一切。* 绝不要让 AI 自主规划,否则你的代码库会变成一团无法管理的乱麻。
> **核心理念**: *规划就是一切。* 谨慎让 AI 自主规划,否则你的代码库会变成一团无法管理的乱麻。
---
@ -50,6 +50,7 @@
- [**vibecoding交流群**](https://t.me/glue_coding)
- [**我的频道**](https://t.me/tradecat_ai_channel)
- [**skill生成器把任何资料转agent的skill技能**](https://github.com/yusufkaraaslan/Skill_Seekers)
- [**google表格提示词数据库我系统性收集和制作的几百个适用于各个场景的用户提示词和系统提示词在线表格**](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=2093180351#gid=2093180351&range=A1)
- [**系统提示词收集仓库**](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools)
- [**prompts-library 提示词库xlsx与md文件夹互转工具与使用说明有几百个适用于各个领域的提示词与元提示词**](./prompts-library/)
@ -171,7 +172,7 @@
## ⚙️ 架构与工作流程
核心资产映射(排除 `GITHUB/`
核心资产映射:
```
prompts/
coding_prompts/ # 需求澄清、计划、执行链的核心提示词

1
libs/common/__init__.py Normal file
View File

@ -0,0 +1 @@
# Common Library

View File

@ -0,0 +1 @@
# Models Module

View File

@ -0,0 +1 @@
# Utils Module

1
libs/database/.gitkeep Normal file
View File

@ -0,0 +1 @@
# Third-party libraries (read-only)

Binary file not shown.

1
libs/external/.gitkeep vendored Normal file
View File

@ -0,0 +1 @@
# Third-party libraries (read-only)

6
libs/external/AGENTS.md vendored Normal file
View File

@ -0,0 +1,6 @@
这里是部署仓库的位置部署这两个开启标准化vibecoding
https://github.com/yusufkaraaslan/Skill_Seekers
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools

View File

@ -0,0 +1,11 @@
你是世界顶级提示工程专家,对以下“初始提示词”进行批判性优化。
从以下四个维度进行全面改写:
1. **清晰度**:消除歧义,使意图直观明确
2. **专业度**:提升语言权威性、准确性与表达规范性
3. **结构化**:使用合理的层级结构、条列方式与逻辑顺序
4. **模型适应性**:优化为更易被大型语言模型理解与稳定执行的格式
请仅输出优化后的提示内容,并使用 ```markdown 代码块包裹。
你需要处理的是: