Autonomous agent that picks up tasks from GitHub Issues, plans them, waits for your approval, then executes.
Open Claude Code and paste this:
git clone https://github.com/xliry/lota.git ~/lota
cd ~/lota && npm install && npm run build
ln -sf ~/lota/.claude/skills/lota-agent ~/.claude/skills/lota-agent
ln -sf ~/lota/.claude/skills/lota-hub ~/.claude/skills/lota-hub
ln -sf ~/lota/.claude/skills/lota-dm ~/.claude/skills/lota-dm
Then restart Claude Code.
After restart:
/lota-agent— set up GitHub connection + start the agent/lota-hub— create tasks, approve plans, check progress/lota-dm— direct message chat with a running agent (tmux)
- You create a task (via
/lota-hubor a GitHub Issue) - Lota plans it and posts the plan for your review
- You approve → Lota executes → reports back
- All communication happens through GitHub Issue comments
assigned → planned → approved → in-progress → completed
MIT