udecode/dotai
Shared skill library providing reusable workflows and routing logic for AI coding agents.

Velocity · 7d
+1.8
★ / day
Trend
→steady
star history
This repository serves as a canonical source for reusable agent workflows in AI coding systems. It provides a collection of modular skills—self-contained procedures for tasks like goal lifecycle management, debugging, test-first development, and orchestrating child agent threads—that agents like Claude-Code and Codex can invoke. Skills function as a routing layer, allowing downstream repositories to reference shared capabilities rather than duplicating logic.