Agent skills for TRAE
TRAE — AI IDE with SOLO mode and custom agents. All 92 skills in this registry are plain Markdown instruction files, so every one of them works with TRAE; the installer only needs to know where TRAE reads its skills from.
How to install skills in TRAE
Install into the current project:
npx @tech-leads-club/agent-skills install --agent traeInstall for every project on this machine:
npx @tech-leads-club/agent-skills install --agent trae --globalInstall one specific skill:
npx @tech-leads-club/agent-skills install --skill tlc-spec-driven --agent traeWhere TRAE stores skills
| Project install path | .trae/skills |
|---|---|
| Global install path | ~/.trae/skills |