Modulus: Cross-repository knowledge orchestration for AI coding agents

Modulus is a desktop application designed to orchestrate multiple AI coding agents working across multiple repositories with shared context. The tool addresses two specific problems developers face when using AI coding agents: broken cross-repository context and lost context when switching between agents.
Core functionality
The app enables running multiple AI coding agents simultaneously without conflicts, allowing developers to fix bugs while building features. Each agent operates in its own isolated workspace using git worktrees, preventing conflicts and eliminating the need for multiple IDE windows or repository cloning.
Key features
- Shared project memory: Agents automatically know your API schemas, dependencies, and recent changes across all repositories, eliminating the need for copying and pasting between windows
- Cross-repository understanding: Agents understand dependencies between repositories (e.g., backend repo + client repo + shared library repo + AI agents repo)
- Parallel agent execution: Run multiple coding agents working in parallel with shared context
- Review and ship workflow: Review all changes from all agents in one place and create pull requests directly from Modulus
- Memory and Context Engine: Built from the ground up specifically for coding agents
Technical implementation
Modulus connects to Cursor via MCP (Model Context Protocol). The tool uses git worktrees to create isolated workspaces for each agent. The team built their own Memory and Context Engine specifically for coding agent workflows.
Current availability and future plans
Currently available for macOS with a waitlist for Linux and Windows. The team plans to add team collaboration features allowing teams to share knowledge with others to improve workflows with AI coding agents. An upcoming API will allow developers to switch between coding agents or IDEs without losing context.
Use case example
The founders built Modulus to solve their own problem: while working across two different repositories, they had to manually paste API schemas between Cursor windows, repeatedly telling the frontend agent what the backend API looked like. Modulus eliminates this manual context sharing.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Code Skills for Automated Project Scaffolding
A developer has built Claude Code skills that automate full-stack project setup with commands for React, Next.js, Node.js APIs, and Turborepo monorepos. The skills pull latest dependencies, support 50+ integrations, and are MIT licensed.

Piast Gate: Open-Source API Proxy for LLM Data Anonymization
Piast Gate is an open-source API proxy that anonymizes sensitive data before sending requests to LLMs and restores original data in responses. The current MVP supports Google Gemini API, Polish language, local execution, and can anonymize text or Word documents without LLM processing.

cq: A Local-First Knowledge Sharing System for AI Coding Agents
Mozilla.ai's cq is an open-source tool that lets AI coding agents share 'knowledge units' about common gotchas via a local SQLite store, with optional team sharing through a Docker API. It installs as a Claude Code plugin or OpenCode MCP server.

claude-powerline v1.20 adds TUI dashboard mode, context bar styles, and environment variable display
claude-powerline v1.20 introduces a TUI dashboard mode that replaces the single statusline with a full panel showing model info, context usage with progress bar, costs, git status, and more. The update adds 9 visual progress bar styles for context usage and environment variable display capability.