Skip to content

Conversation

@yancongya
Copy link

Overview

2
3 Hello! First of all, thank you so much for creating and maintaining this incredibly valuable
  repository of AI Prompts.
4
5 To make this valuable information easier to browse, search, and use, I have refactored the
  entire project into a modern static documentation site based on **VitePress**. I believe these
  changes significantly improve the project's accessibility and user experience.
6
7 ## Key Changes
8
9 - **🚀 VitePress Site Structure**: The original file-based structure has been completely
  refactored into a full-featured VitePress website.

10 - 🌐 Bilingual Support: Full support for both English (en-US) and Chinese (zh-CN) has
been added. All documents, homepages, and navigation elements are internationalized.
11 - 🎨 Modern UI:
12 - A new homepage has been designed, featuring a hero section and card-based navigation.
13 - Full dark/light mode support is implemented, including an adaptive logo.
14 - A smooth hover effect has been added to the homepage cards for better interactivity.
15 - 📄 Separate 'About' Page: A dedicated 'About' page (/about) has been created, featuring
a dynamic timeline and descriptive text to showcase the secondary development journey of this
project.
16 - 🧭 Improved Navigation:
17 - The "Prompts" link in the navigation bar has been converted into a dropdown menu,
categorized by AI tool for easier access.
18 - A site-wide footer with copyright information has been added.
19 - 🤖 Semi-Automated Sync Workflow:
20 - A new GitHub Action (sync-check.yml) has been added. It can be triggered manually or on
a schedule to automatically check for updates from the upstream repository.
21 - When updates are detected, the Action generates a folder (upstream_updates) containing
all changed files and a summary, then commits it to the repository for easy manual review and
synchronization.
22 - 📝 Updated Documentation:
23 - The root README.md has been rewritten to reflect all the new features and provide a
better project overview, while clearly preserving attribution to the original author and
repository.
24 - The FUNDING.yml file has been updated to include new sponsorship information.
25
26 ## How to Test Locally
27
28 1. Clone this branch to your local machine.
29 2. Run npm install to install all dependencies.
30 3. Run npm run docs:dev to start the development server.
31 4. Open http://localhost:5173 in your browser.
32
33 Looking forward to your feedback!

Added comprehensive prompt and tool usage documentation for multiple AI coding agents in both English and Chinese under the docs directory. Includes system prompts, tool usage guidelines, agent-specific instructions, and supporting assets for various agents such as Amp, Claude, GPT-5, and others.
Introduced a 'build' script that runs 'vitepress build docs' to streamline documentation building. This provides a standard 'npm run build' command for the project.
The build script now uses 'npx vitepress build docs' to ensure the correct VitePress binary is used, improving compatibility and reliability.
Changed the build script in package.json to invoke the VitePress binary directly via node instead of using npx. This can improve reliability in certain environments where npx behavior may vary.
Wrapped <replace_in_file> usage examples in XML code blocks for improved readability and clarity in the documentation.
Wrapped all tool usage examples in XML code blocks for improved clarity and consistency. This helps users better understand the expected format for tool requests.
添加总结
Added a new AI tools list markdown file. Updated VitePress config to rename the Chinese site title. Enhanced custom CSS with entrance animations for feature cards and timeline items. Improved and expanded the about pages in both English and Chinese, including a more detailed implementation roadmap and project summary. Updated homepages to clarify project purpose, tool coverage, and feature descriptions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant