This file provides guidance to Claude series models when working with code in this repository.
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.
# Enter the library directory
cd prompts/prompts-library
# Run the interactive conversion tool
python3 main.py
# Lint all markdown files in the repository
make lint
# Create a full project backup (respects .gitignore)
bash backups/一键备份.sh
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.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.backups/: Scripts for project backups.libs/: Skeleton for shared Python library code.(row,col)_ prefix for categorization.prompts-library uses Python with pandas and openpyxl.skills directory provides context and knowledge for specific tools and domains, each with its own SKILL.md.When modifying this repository:
prompts-library tool to maintain consistency when updating prompts.make lint after changing any Markdown files.bash backups/一键备份.sh before any major refactoring.