Obsidian Agent Orchestrator banner
mattramostech mattramostech

Obsidian Agent Orchestrator

Development community

Description

Orchestrate Codex, Claude Code, and other coding agents directly from Obsidian.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agent Orchestrator

An open-source project for orchestrating coding agents from inside Obsidian.

This repository currently contains directory scaffolding and planning documents only. There is no runnable plugin or harness yet.

  • agent-orchestrator/: the Obsidian plugin and user interface.
  • agent-harness/: business rules, orchestration, and agent execution.
  • docs/: specifications, project context, and the feature roadmap.

Start with the [documentation index](docs/README.md). AI contributors must read [AGENTS.md](AGENTS.md) and the [agent instructions](docs/context/agent-instructions.md) before making changes.