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.
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.
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.
Introduced a 'build' script that runs 'vitepress build docs' to streamline documentation building. This provides a standard 'npm run build' command for the project.
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.
This PR adds the complete system prompt for Comet Assistant, Perplexity's autonomous web navigation agent. The prompt includes detailed instructions for web-based task completion, function call protocols, authentication handling, and security guidelines.
The system prompt covers:
- Core identity and behavior guidelines
- Output and function call protocols
- Task termination procedures
- Authentication and security rules
- Error handling strategies
- Site-specific instruction handling
- Comprehensive examples
This addition complements the existing collection of AI system prompts in the repository.