-
Notifications
You must be signed in to change notification settings - Fork 0
Supported AI Agents
thitichaya edited this page Jun 12, 2026
·
3 revisions
Full file: docs/supported-agents.md
curl -sL https://raw.githubusercontent.com/Thitic9203/helix/main/scripts/install.sh | bashAfter install, each global skills folder should contain 6 skills:
| Skill | Purpose |
|---|---|
helix |
Router menu |
tc-fe-prep-workflow |
FE manual TC (stub) |
tc-api-prep-workflow |
API manual TC (stub) |
retest-bug-workflow |
Bug retest (stub) |
testing-ticket-workflow |
Playwright ticket (stub) |
create-bug-workflow |
File bugs (stub) |
Verify: bash ~/.helix/tc-fe-prep/scripts/helix-doctor.sh
| Agent | Path | Entry |
|---|---|---|
| Claude Code |
~/.claude/skills/ + helix@helix
|
/helix, /tc-fe-prep, … |
| Cursor | ~/.cursor/skills/ |
@helix or skill name |
| Codex | ~/.codex/skills/ |
skill name |
| Copilot | ~/.copilot/skills/ |
skill name |
| Gemini CLI | ~/.gemini/skills/ |
/skills list |
| Windsurf | ~/.codeium/windsurf/skills/ |
@helix |
| Cline | ~/.cline/skills/ |
skill list |
| Cross-agent | ~/.agents/skills/ |
shared alias |
HELIX_LINK_WORKSPACE=$PWD bash ~/.helix/tc-fe-prep/scripts/link-skills.shTypical: .github/skills/ (Copilot teams).
Prompts: agent-entry.md