-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
thitichaya edited this page Jun 12, 2026
·
7 revisions
Canonical steps: README · Agents: Supported-AI-Agents
curl -sL https://raw.githubusercontent.com/Thitic9203/helix/main/scripts/install.sh | bashInstaller does:
- Clone to
~/.helix/tc-fe-prep - Symlink helix + 5 workflow stubs into global agent folders
- Enable
helix@helix(disablehelix@local) - Register SessionStart hooks (bootstrap + auto-update)
bash ~/.helix/tc-fe-prep/scripts/helix-doctor.sh
HELIX_DOCTOR_FIX=1 bash ~/.helix/tc-fe-prep/scripts/helix-doctor.sh # repairExpect: helix, tc-fe-prep-workflow, tc-api-prep-workflow, retest-bug-workflow, testing-ticket-workflow, create-bug-workflow.
| Agent | After install |
|---|---|
| Claude Code | New session → /helix
|
| Cursor | Reload Window → @helix or skill name |
| Copilot / Cline / Gemini / Codex | skill helix or *-workflow
|
Team repo:
HELIX_LINK_WORKSPACE=$PWD ~/.helix/tc-fe-prep/scripts/link-skills.sh| Layer | Path |
|---|---|
| Discovery stub | skills/{name}/SKILL.md |
| Full procedure | skills/deprecated/{name}/WORKFLOW.md |
Stubs are what get symlinked — not the deprecated/ folder directly.
Default: auto-update on new session. Manual: HELIX_FORCE_UPDATE=1 bash ~/.helix/tc-fe-prep/scripts/helix-auto-update.sh
See Troubleshooting if skills missing after update.