nex-agentic

Coordinate multi-agent development workflows across Nex panes with markdown task files.

3|1|Updated Jun 20, 2016
One-click install
npx skills add https://github.com/paulchiu/dotfiles --skill nex-agentic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nex-agentic
Source: https://github.com/paulchiu/dotfiles/tree/main/.config/opencode/skills/nex-agentic
Command: npx skills add https://github.com/paulchiu/dotfiles --skill nex-agentic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables coordinating multi-agent development workflows by using the Nex terminal multiplexer to spawn named panes, deploy Claude agents in parallel, and orchestrate task distribution and results through markdown files and pane messaging.

Core Features & Use Cases

  • Spawns named child panes and assigns tasks in parallel.
  • Starts Claude agents inside worker panes and drives multi-pane workflows.
  • Coordinates results via markdown files and pane-to-pane messaging, enabling fan-out and swarm-style coordination.
  • Includes a coordinator script template for scalable orchestration.

Quick Start

Create a coordinator pane, spawn worker panes, and dispatch Claude tasks to each worker.

Frequently Asked Questions about nex-agentic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple Claude agents to run tasks in parallel?

You can coordinate multiple Claude agents in parallel by using the Nex terminal multiplexer to spawn named panes, deploy agents inside each pane, and orchestrate task distribution through markdown files and pane-to-pane messaging.

How does markdown-driven task distribution work for multi-agent workflows?

Markdown-driven task distribution works by writing tasks to markdown files that worker agents read and execute, then writing results back to markdown files for the central coordinator to aggregate.

Do I need a specific environment to use Nex panes for multi-agent coordination?

Yes, you need a Nex pane-enabled environment and the Nex CLI installed to handle pane creation, messaging, and task distribution across multiple Claude agents.

What is the best way to fan out development tasks to a swarm of agents?

The best way to fan out tasks to an agent swarm is using a coordinator script template that spawns worker panes, dispatches parallel tasks, and aggregates results through markdown files and pane-to-pane messaging.

Can I use Nex to manage pane-to-pane messaging between parallel agents?

Yes, you can use Nex to manage pane-to-pane messaging between parallel agents, enabling swarm-style coordination and results aggregation through a markdown-driven workflow.