A collection of command-line tools to improve development productivity.
# Install all tools
go install ./cmd/...
# Install a specific tool
go install ./cmd/syncaiFinds all AGENTS.md files in a Git repository and merges them into a single CLAUDE.md file. This allows hierarchical management of AI agent rules per directory.
For detailed usage and examples, see cmd/syncai/README.md.
Runs multiple shell commands in parallel with a terminal user interface (TUI) that displays real-time output and status for each command.
For detailed usage and examples, see cmd/run-par/README.md.