@rowboatlabs/rowboat
Rowboat - open source AI agent builder for creating multi-agent systems and workflows
Install
Add @rowboatlabs/rowboat to Claude Code with the PolySkill CLI: polyskill add @rowboatlabs/rowboat
Instructions
# CLAUDE.md - AI Coding Agent Context This file provides context for AI coding agents working on the Rowboat monorepo. ## Quick Reference Commands ```bash # Electron App (apps/x) cd apps/x && pnpm install # Install dependencies cd apps/x && npm run deps # Build workspace packages (shared → core → preload) cd apps/x && npm run dev # Development mode (builds deps, runs app) cd apps/x && npm run lint # Lint check cd apps/x/apps/main && npm run package # Production build (.app) cd apps/x/apps/main && npm run make # Create DMG distributable ``` ## Monorepo Structure ``` rowboat/ ├── apps/ │ ├── x/…
Keywords: github, ai-agent-builder, multi-agent-systems, workflow-automation, open-source-ai, agent-workflows, coding-tools, software-development, automation-framework