Skip to content
thitichaya edited this page May 2, 2026 · 13 revisions

◈ Helix Wiki

Full-cycle project orchestrator — works with any AI

Helix is a skill pack that guides any AI through every stage of software development: requirements analysis, planning, implementation, testing, deployment, and code review.

Skills follow the agentskills.io open format — they work with Claude Code, Copilot CLI, Gemini CLI, Cursor, or any AI that can read Markdown.


Quick Start

Claude Code

claude plugins install helix@https://github.com/Thitic9203/helix

Other platforms

git clone https://github.com/Thitic9203/helix /tmp/helix-install
# then follow the guide for your AI → [[Using with Other AI Tools]]

Core Skills

Skill Command Wiki Page
Requirements Analysis /helix analyze Skill-Analyze
Development Planning /helix plan Skill-Plan
Implementation /helix execute Skill-Execute
Deployment /helix deploy Skill-Deploy
Code Review /helix review Skill-Review
Full Pipeline /helix full Runs analyze → plan → execute → test → deploy → review

Test Skills

Functional Tests

Skill Command Wiki Page
Unit Tests /helix test-unit Test-Unit
Integration Tests /helix test-integration Test-Integration
End-to-End Tests (Playwright) /helix test-e2e Test-E2E
Accessibility (WCAG 2.1) /helix test-a11y Test-A11y
Visual Regression /helix test-visual Test-Visual
API Contract Tests (Pact) /helix test-contract Test-Contract
Security Audit (OWASP) /helix test-security Test-Security

Performance Tests

Skill Command Wiki Page
Performance Overview /helix test-perf Test-Perf-Overview
Load Test /helix test-perf-load Test-Perf-Load
Stress Test /helix test-perf-stress Test-Perf-Stress
Soak Test (leak detection) /helix test-perf-soak Test-Perf-Soak
Frontend / Core Web Vitals /helix test-perf-frontend Test-Perf-Frontend
Database Performance /helix test-perf-db Test-Perf-DB
CPU / Memory Profiling /helix test-perf-profile Test-Perf-Profile

Reference Pages

Page What's Inside
Installation Install, update, uninstall — all platforms
Using with Other AI Tools Claude Code, Copilot CLI, Gemini, Cursor, Windsurf
Commands Reference Every command with usage examples
Full Workflow Guide End-to-end walkthrough of all phases
Skills Overview Complete skill map + feature table
Test-Sub-Skills All test types index
Knowledge Files Built-in reference files per skill
Core Rules Principles that govern every Helix action
Troubleshooting Common issues and fixes
Contributing QA validation scripts + how to add new skills

Architecture

analyze → plan → execute → bug-fix ×3 → test → deploy → review

Each phase is a standalone skill. Run the full pipeline or jump directly into any phase.


Platform Compatibility

Component Universal Claude Code only
Skills (process + knowledge)
Plugin entry point / slash commands

Plugin version: 1.0.0 · Repository · Report an issue

Clone this wiki locally