claudedwithlove
explore/ark

ark

Crafted

Ark orchestrates AI coding agents within Zellij terminal sessions, displaying live diffs, git status, and progress updates in dedicated panes. It uses a pluggable two-layer adapter architecture—engines to extract structured output from agent CLIs and orchestrators to encode workflow patterns—enabling flexible integration with different AI models and development methodologies.

R
by rlch
·0··submitted April 16, 2026
View on GitHub
Clauded With Love Rating
5.9 / 10

Ark is a Zellij-native orchestration tool that spawns AI coding agents into dedicated terminal sessions with live diffs and git status visualization. It uses a two-layer adapter architecture with engines for extracting structured output from agent CLIs and orchestrators for encoding workflow patterns.

Code Quality3.0
Usefulness7.5
Claude Usage8.0
Documentation2.5
Originality8.5
Highlights
  • Innovative two-layer adapter architecture separating signal extraction from workflow orchestration
  • Native Zellij integration with dedicated panes for live diffs and git status provides excellent developer experience
  • Pluggable design enables integration with multiple AI models and development methodologies
To Improve
  • Add comprehensive documentation including setup instructions, usage examples, and API reference for the adapter interfaces
  • Implement the core functionality beyond the current specification stage with working examples and test coverage