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:
tukuaiai
2025-12-14 07:53:31 +08:00
parent f4d909d5a7
commit 9da7d24d30
5 changed files with 63 additions and 73 deletions
+6 -4
View File
@@ -4,14 +4,15 @@ This file provides guidance to Claude series models when working with code in th
## 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
### Prompt Library Management
```bash
# Enter the library directory
cd prompts/prompts-library
cd libs/external/prompts-library
# Run the interactive conversion tool
python3 main.py
@@ -31,9 +32,10 @@ bash backups/一键备份.sh
### Core Directories
- **`prompts/`**: The core asset. A massive, well-organized library of 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.
- **`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.
- **`libs/`**: Skeleton for shared Python library code.