docs: Restore AGENTS.md and CLAUDE.md to root; update documentation
- Reverted previous consolidation of AGENTS.md and CLAUDE.md to libs/external/ as per user's request. - Ensured AGENTS.md and CLAUDE.md are present in the root directory with their latest content. - Updated README.md and GEMINI.md to accurately reflect the file structure: AGENTS.md and CLAUDE.md at root, and prompts-library, my-nvim, XHS-image-to-PDF-conversion under libs/external/.
This commit is contained in:
parent
f4d909d5a7
commit
9da7d24d30
10
CLAUDE.md
10
CLAUDE.md
|
|
@ -4,14 +4,15 @@ This file provides guidance to Claude series models when working with code in th
|
||||||
|
|
||||||
## Repository Overview
|
## Repository Overview
|
||||||
|
|
||||||
This is the **Vibe Coding CN** repository, a workflow, toolset, and knowledge base for advanced AI-assisted programming. The project's core assets are its extensive `prompts` and `skills` libraries.
|
This is the **Vibe Coding CN** repository, a workflow, toolset, and knowledge base for advanced AI-assisted programming. The project's core assets are its
|
||||||
|
extensive `prompts` and `skills` libraries.
|
||||||
|
|
||||||
## Key Commands
|
## Key Commands
|
||||||
|
|
||||||
### Prompt Library Management
|
### Prompt Library Management
|
||||||
```bash
|
```bash
|
||||||
# Enter the library directory
|
# Enter the library directory
|
||||||
cd prompts/prompts-library
|
cd libs/external/prompts-library
|
||||||
|
|
||||||
# Run the interactive conversion tool
|
# Run the interactive conversion tool
|
||||||
python3 main.py
|
python3 main.py
|
||||||
|
|
@ -31,9 +32,10 @@ bash backups/一键备份.sh
|
||||||
### Core Directories
|
### Core Directories
|
||||||
- **`prompts/`**: The core asset. A massive, well-organized library of prompts.
|
- **`prompts/`**: The core asset. A massive, well-organized library of prompts.
|
||||||
- `coding_prompts/`, `system_prompts/`, `user_prompts/`
|
- `coding_prompts/`, `system_prompts/`, `user_prompts/`
|
||||||
- **`skills/`**: A modular library of skills for the AI, providing domain-specific knowledge for various tools like `ccxt`, `postgresql`, `telegram-dev`, etc.
|
- **`skills/`**: A modular library of skills for the AI, providing domain-specific knowledge for various tools like `ccxt`, `postgresql`, `telegram-dev`,
|
||||||
|
etc.
|
||||||
- **`documents/`**: The project's knowledge base, containing methodology, principles, and guides.
|
- **`documents/`**: The project's knowledge base, containing methodology, principles, and guides.
|
||||||
- **`prompts/prompts-library/`**: A Python-based tool for converting prompts between Excel and Markdown formats.
|
- **`libs/external/prompts-library/`**: A Python-based tool for converting prompts between Excel and Markdown formats.
|
||||||
- **`backups/`**: Scripts for project backups.
|
- **`backups/`**: Scripts for project backups.
|
||||||
- **`libs/`**: Skeleton for shared Python library code.
|
- **`libs/`**: Skeleton for shared Python library code.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,12 +72,12 @@
|
||||||
│ │ └── utils/ # 实用工具函数。
|
│ │ └── utils/ # 实用工具函数。
|
||||||
│ ├── database/ # 数据库相关代码。
|
│ ├── database/ # 数据库相关代码。
|
||||||
│ └── external/ # 外部工具、个人配置或实验性代码。
|
│ └── external/ # 外部工具、个人配置或实验性代码。
|
||||||
│ ├── AGENTS.md # AI Agent 相关的外部文档。
|
|
||||||
│ ├── prompts-library/ # 提示词库管理工具 (Excel-Markdown 互转)。
|
│ ├── prompts-library/ # 提示词库管理工具 (Excel-Markdown 互转)。
|
||||||
│ │ ├── main.py # 提示词库管理工具主程序。
|
│ │ ├── main.py # 提示词库管理工具主程序。
|
||||||
│ │ ├── requirements.txt # 工具依赖。
|
│ │ ├── requirements.txt # 工具依赖。
|
||||||
│ │ ├── prompt_excel/ # Excel 格式提示词。
|
│ │ ├── prompt_excel/ # Excel 格式提示词。
|
||||||
│ │ └── prompt_docs/ # Markdown 格式提示词文档。
|
│ │ ├── prompt_docs/ # Markdown 格式提示词文档。
|
||||||
|
│ │ └── ... (其他 prompts-library 内部文件)
|
||||||
│ ├── my-nvim/ # 个人 Neovim 配置。
|
│ ├── my-nvim/ # 个人 Neovim 配置。
|
||||||
│ └── XHS-image-to-PDF-conversion/ # 小红书图片转 PDF 工具。
|
│ └── XHS-image-to-PDF-conversion/ # 小红书图片转 PDF 工具。
|
||||||
│
|
│
|
||||||
|
|
|
||||||
38
README.md
38
README.md
|
|
@ -139,7 +139,7 @@ PS:下面的经验并非通用,具体实践中要分场景,辩证的看
|
||||||
- [**Skills生成器,把任何资料转agent的Skills(技能)**](https://github.com/yusufkaraaslan/Skill_Seekers)
|
- [**Skills生成器,把任何资料转agent的Skills(技能)**](https://github.com/yusufkaraaslan/Skill_Seekers)
|
||||||
- [**google表格提示词数据库,我系统性收集和制作的几百个适用于各个场景的用户提示词和系统提示词在线表格**](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=2093180351#gid=2093180351&range=A1)
|
- [**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)
|
- [**系统提示词收集仓库**](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools)
|
||||||
- [**prompts-library 提示词库xlsx与md文件夹互转工具与使用说明,有几百个适用于各个领域的提示词与元提示词**](./prompts-library/)
|
- [**prompts-library 提示词库xlsx与md文件夹互转工具与使用说明,有几百个适用于各个领域的提示词与元提示词**](./libs/external/prompts-library/)
|
||||||
- [**coding_prompts我收集和制作的几十个vibecoding适用的提示词**](./prompts/coding_prompts/)
|
- [**coding_prompts我收集和制作的几十个vibecoding适用的提示词**](./prompts/coding_prompts/)
|
||||||
- [**代码组织.md**](./documents/代码组织.md)
|
- [**代码组织.md**](./documents/代码组织.md)
|
||||||
- [**关于手机ssh任意位置链接本地计算机,基于frp实现的方法.md**](./documents/关于手机ssh任意位置链接本地计算机,基于frp实现的方法.md)
|
- [**关于手机ssh任意位置链接本地计算机,基于frp实现的方法.md**](./documents/关于手机ssh任意位置链接本地计算机,基于frp实现的方法.md)
|
||||||
|
|
@ -200,41 +200,37 @@ PS:下面的经验并非通用,具体实践中要分场景,辩证的看
|
||||||
│ │ ├── models/ # 模型定义。
|
│ │ ├── models/ # 模型定义。
|
||||||
│ │ │ └── __init__.py
|
│ │ │ └── __init__.py
|
||||||
│ │ └── utils/ # 工具函数。
|
│ │ └── utils/ # 工具函数。
|
||||||
│ │ ├── AGENTS.md # AI 代理相关的文档或配置(utils 内部)。
|
│ │ └── backups/ # 内部备份工具。
|
||||||
│ │ ├── backups/ # 内部备份工具。
|
|
||||||
│ │ ├── my-nvim/ # 用户的 Neovim 配置。
|
|
||||||
│ │ └── XHS-image-to-PDF-conversion/ # 小红书图片转PDF工具。
|
|
||||||
│ ├── database/ # 数据库相关模块。
|
│ ├── database/ # 数据库相关模块。
|
||||||
│ │ └── .gitkeep # 占位文件,确保目录被 Git 跟踪。
|
│ │ └── .gitkeep # 占位文件,确保目录被 Git 跟踪。
|
||||||
│ └── external/ # 外部集成模块。
|
│ └── external/ # 外部集成模块。
|
||||||
│ └── .gitkeep # 占位文件,确保目录被 Git 跟踪。
|
│ ├── my-nvim/ # 用户的 Neovim 配置。
|
||||||
│
|
│ ├── prompts-library/ # 提示词库管理工具(Excel-Markdown 转换)。
|
||||||
├── prompts/ # 集中存放所有类型的 AI 提示词。
|
|
||||||
│ ├── assistant_prompts/ # 辅助类提示词。
|
|
||||||
│ ├── coding_prompts/ # 专门用于编程和代码生成相关的提示词集合。
|
|
||||||
│ │ ├── ... (具体编程提示词文件)
|
|
||||||
│ │
|
|
||||||
│ ├── prompts-library/ # 提示词库管理工具(Excel-Markdown 转换)
|
|
||||||
│ │ ├── main.py # 提示词库管理工具主入口。
|
│ │ ├── main.py # 提示词库管理工具主入口。
|
||||||
│ │ ├── scripts/ # 包含 Excel 与 Markdown 互转脚本和配置。
|
│ │ ├── scripts/ # 包含 Excel 与 Markdown 互转脚本和配置。
|
||||||
│ │ ├── prompt_excel/ # 存放 Excel 格式的原始提示词数据。
|
│ │ ├── prompt_excel/ # 存放 Excel 格式的原始提示词数据。
|
||||||
│ │ ├── prompt_docs/ # 存放从 Excel 转换而来的 Markdown 提示词文档。
|
│ │ ├── prompt_docs/ # 存放从 Excel 转换而来的 Markdown 提示词文档。
|
||||||
│ │ ├── ... (其他 prompts-library 内部文件)
|
│ │ └── ... (其他 prompts-library 内部文件)
|
||||||
|
│ └── XHS-image-to-PDF-conversion/ # 小红书图片转PDF工具。
|
||||||
|
│
|
||||||
|
├── prompts/ # 集中存放所有类型的 AI 提示词。
|
||||||
|
│ ├── assistant_prompts/ # 辅助类提示词。
|
||||||
|
│ ├── coding_prompts/ # 专门用于编程和代码生成相关的提示词集合。
|
||||||
|
│ │ └── ... (具体编程提示词文件)
|
||||||
│ │
|
│ │
|
||||||
│ ├── system_prompts/ # AI 系统级提示词,用于设定 AI 行为和框架。
|
│ ├── system_prompts/ # AI 系统级提示词,用于设定 AI 行为和框架。
|
||||||
│ │ ├── CLAUDE.md/ # (注意:此路径下文件和目录同名,可能需用户确认)
|
│ │ └── ... (其他系统提示词)
|
||||||
│ │ ├── ... (其他系统提示词)
|
|
||||||
│ │
|
│ │
|
||||||
│ └── user_prompts/ # 用户自定义或常用提示词。
|
│ └── user_prompts/ # 用户自定义或常用提示词。
|
||||||
│ ├── ASCII图生成.md # ASCII 艺术图生成提示词。
|
│ ├── ASCII图生成.md # ASCII 艺术图生成提示词。
|
||||||
│ ├── 数据管道.md # 数据管道处理提示词。
|
│ ├── 数据管道.md # 数据管道处理提示词。
|
||||||
│ ├── ... (其他用户提示词)
|
│ └── ... (其他用户提示词)
|
||||||
│
|
│
|
||||||
├── skills/ # 集中存放所有类型的 skills 技能。
|
├── skills/ # 集中存放所有类型的 skills 技能。
|
||||||
│ ├── claude-skills # 生成 SKILL 的元 SKILL
|
├── claude-skills # 生成 SKILL 的元 SKILL
|
||||||
│ │ ├── SKILL.md
|
│ ├── SKILL.md
|
||||||
│ │ ├── ... (其他)
|
│ └── ... (其他)
|
||||||
│ ├── ... (其他 skill)
|
└── ... (与其他 skill)
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
这里是部署仓库的位置,部署这两个开启标准化vibecoding
|
|
||||||
|
|
||||||
|
|
||||||
https://github.com/yusufkaraaslan/Skill_Seekers
|
|
||||||
|
|
||||||
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools
|
|
||||||
|
|
||||||
我的nvim配置(来自https://github.com/LazyVim/LazyVim),./libs/common/utils/my-nvim
|
|
||||||
Loading…
Reference in New Issue