-
Notifications
You must be signed in to change notification settings - Fork 0
Home
thitichaya edited this page May 2, 2026
·
13 revisions
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.
claude plugins install helix@https://github.com/Thitic9203/helixgit clone https://github.com/Thitic9203/helix /tmp/helix-install
# then follow the guide for your AI → [[Using with Other AI Tools]]| 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 |
| 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 |
| 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 |
| 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 |
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.
| Component | Universal | Claude Code only |
|---|---|---|
| Skills (process + knowledge) | ✅ | — |
| Plugin entry point / slash commands | — | ✅ |
Plugin version: 1.0.0 · Repository · Report an issue