ls-max-swarm

Orchestrate parallel coding agent swarms to decompose large requests into independent subtasks.

Updated Aug 5, 2026
One-click install
npx skills add https://github.com/ahostbr/liteharness --skill ls-max-swarm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ls-max-swarm
Source: https://github.com/ahostbr/liteharness/tree/main/liteharness/catalog/skills/ls-max-swarm
Command: npx skills add https://github.com/ahostbr/liteharness --skill ls-max-swarm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It reduces turnaround time for large coding tasks by coordinating multiple agents to work concurrently on independent parts of your project.

Core Features & Use Cases

  • Parallel swarm decomposition (2–5 subtasks): Breaks a single request into independent work items that can proceed without blocking.
  • Concurrent agent spawning: Launches multiple coding agents at once using background interactive k_bash calls and reports session IDs for monitoring.
  • Safety modes via flags: Supports unattended autonomy and read-only exploration through --unattended and --read-only.

Quick Start

Use /max-swarm "refactor the authentication module and update its documentation and tests" to deploy a parallel swarm that splits the work into multiple independent agent sessions.

Frequently Asked Questions about ls-max-swarm

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

FAQPage Schema
How do I run parallel coding agents to refactor multiple files at once?

To run parallel coding agents, you use an agent orchestration swarm that decomposes a single large request into two to five independent subtasks, spawning concurrent background sessions via k_bash to execute them simultaneously without blocking.

What is agent swarm decomposition for concurrent programming tasks?

Agent swarm decomposition is a parallel coding orchestration technique that breaks a single large request into two to five independent subtasks, allowing multiple agents to work concurrently on separate modules for refactoring, documentation, or test-writing workflows.

Can I execute autonomous code review agents without manual approval?

Yes, you can execute autonomous code review agents without manual approval by using the unattended autonomy flag, which enables optional permission skipping to allow background sub-agents to proceed independently during swarm execution.

Does parallel agent orchestration support read-only exploration for codebase analysis?

Yes, parallel agent orchestration supports read-only exploration for codebase analysis through a specific safety mode flag, restricting the spawned concurrent agents to exploration tasks without modifying the underlying project files.

What are the limitations of using a parallel coding swarm for large refactoring?

A key limitation of parallel coding swarms is that task decomposition is appropriate only when a request can be split into two to five independent parts; tightly coupled modules that require sequential execution will block concurrent progress.

How do I monitor concurrent background coding agent sessions?

To monitor concurrent background coding agent sessions, you track the session IDs reported by the orchestrator immediately after spawning all sub-agents in one message using background PTY execution via k_bash.