#45·skills

Add support for Trae (ByteDance AI IDE)

Author: liuzhuomingCreated Mar 30, 2026Updated Jul 13, 2026

Suggestion: Add Trae IDE Support

Trae (by ByteDance) is an AI-powered IDE that is becoming increasingly popular, especially in Chinese-speaking markets. It provides AI coding assistance similar to Cursor and VS Code with Copilot.

Why Trae Support Would Be Valuable

  1. Growing User Base: Trae has gained significant adoption since its launch, particularly among Chinese developers
  2. Similar Architecture: Trae is built on VS Code, so skills compatible with Codex/Claude CLI should be largely compatible with Trae
  3. Market Opportunity: Adding Trae support would expand the skills library's reach to a new and growing audience

Request

Consider adding Trae to the list of supported AI coding agents in the README.md and ensuring skills are compatible with Trae's extension/API model.

Technical Notes

  • Trae uses a similar extension architecture to VS Code
  • It has its own AI integration API that could be leveraged for skill execution
  • The skills library's existing patterns for Cursor/Claude CLI could serve as a reference implementation

Thank you for maintaining this excellent skills library!