Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.5 KB

File metadata and controls

29 lines (24 loc) · 1.5 KB

CLAUDE.md

How to add code agent

When adding a new code agent to both README.md and README.zh-CN.md, follow these steps:

  1. Research the tool to gather accurate information about its features and official website/repository
  2. Determine the appropriate category for the tool:
    • AI-Enhanced IDEs & Editors / AI增强型IDE和编辑器
    • Terminal-Based AI Agents / 终端AI智能体
    • VS Code Extensions / VS Code扩展
    • Web-Based Development Platforms / 基于Web的开发平台
    • Enterprise & Platform Solutions / 企业和平台解决方案
    • Specialized Tools / 专用工具
  3. Add the entry to both files using the format:
    • English: - **[{{name}}]({{link}})**, {{short description}}
    • Chinese: - **[{{name}}]({{link}})**,{{Chinese short description}}
  4. Keep descriptions concise (under 15 words) and focus on the main functionality
  5. Ensure the link points to the official website or main repository
  6. Add new entries to the end of the appropriate category in both files (do not maintain alphabetical order - new ones should be added last)

Chinese Translation Guidelines

When adding Chinese descriptions:

  • Use proper Chinese technical terminology
  • Keep the same concise style as English descriptions
  • Use Chinese punctuation (,。) instead of English punctuation
  • Maintain the same link format but with Chinese description
  • Follow 盘古之白 formatting: Add spaces between Chinese and English/numbers (e.g., "AI 代码编辑器", "支持 100+ 种语言", "VS Code 扩展")