Skip to content

Supported AI Agents

thitichaya edited this page Jun 12, 2026 · 3 revisions

Supported AI agents

Full file: docs/supported-agents.md

Install

curl -sL https://raw.githubusercontent.com/Thitic9203/helix/main/scripts/install.sh | bash

After 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

Global paths

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

Project / team

HELIX_LINK_WORKSPACE=$PWD bash ~/.helix/tc-fe-prep/scripts/link-skills.sh

Typical: .github/skills/ (Copilot teams).

Prompts: agent-entry.md

Clone this wiki locally