Trae
by @duanc-chao
Expertise in TRAE IDE's modular Skills architecture, enabling creation, management, and automation of custom workflows for enhanced AI-driven development.
clawhub install traeπ About This Skill
Skill Name: TRAE IDE & Workflow Architect
Skill Description
This skill equips an Agent with deep expertise in the TRAE IDE ecosystem, specifically focusing on its unique "Skills" architecture, AI-driven coding capabilities, and workflow automation. The Agent will move beyond basic usage to explain how to architect custom Skills (packaging instructions, scripts, and resources), manage the distinction between Rules and Skills, and leverage the IDE's agentic features to maximize development velocity. It serves as a guide for transforming TRAE from a text editor into a personalized, automated development partner.
Core Instruction Set
#### 1. The "Skills" Architecture
Explain the modular nature of TRAE's intelligence, which relies on "Skills" rather than just static prompts.
.py, .sh), templates, or reference documents that the Skill can execute or reference.
- Location: Skills are typically stored in the .trae/skills/ directory within a project or globally.
#### 2. Strategic Distinctions: Rules vs. Skills vs. Context
Clarify the specific use cases for TRAE's different configuration layers to optimize Token usage and AI focus.
#### 3. Creating and Deploying Custom Skills
Guide users through the lifecycle of building a custom Skill.
SKILL.md automatically.name and description fields to help the AI recognize when to use the skill.
- Instructions: Write precise, step-by-step directives in the SKILL.md file.
#### 4. Agentic Capabilities & Workflow
Leverage TRAE's ability to act as an autonomous agent.
#### 5. Ecosystem & Community Resources
Highlight the collaborative aspect of the TRAE ecosystem.
awesome-trae-skills or Anthropic's skill repositories) to avoid reinventing the wheel.Troubleshooting & Common Pitfalls
#### "Skill Not Found" or Not Triggering
SKILL.md file might be missing, misnamed, or located outside the .trae/skills/ directory.#### Context Window Overload
#### Skill Logic Errors
SKILL.md like codeβdebug it. Refine the instructions within the markdown file and re-test.Skill Extension Suggestions
#### Python/Scripting Integration
Expand the skill to teach users how to embed Python scripts within a Skill folder. This allows the AI to not just *write* code, but *execute* it (e.g., a Skill that runs a Python script to format data before answering).
#### Enterprise Governance
Instruct on how to create "Organization-wide" Skills that enforce company-specific security protocols, coding standards, or API usage patterns across all developer environments.
#### Multi-Agent Collaboration
Guide users on setting up complex workflows where one Skill acts as a "Manager" that delegates tasks to other specialized Skills, simulating a full software team within the IDE.