Skip to content

Instantly share code, notes, and snippets.

View nazt's full-sized avatar

Nat nazt

  • Chiang Mai Maker Club
  • Chiang Mai
  • X @nazt
View GitHub Profile
@nazt
nazt / README.md
Last active May 27, 2026 15:52
All-Maw-Verbs Team Bootstrap: maw tile + maw run + TeamCreate + SendMessage — 3 skills, full pattern, validated live in digger-oracle fleet 2026-05-20

All-Maw-Verbs Team Bootstrap

Spin up N TeamCreate teammates in parallel tmux panes — each cding into a different oracle/repo and booting claude.exe with the 7-flag TeamCreate spawn — using ONLY maw verbs + Claude Code tools. No raw tmux split-window needed.

Validated live in the digger-oracle fleet on 2026-05-20.

Install — drop the 3 skills into ~/.claude/skills/

⚡ Update 2026-05-20 (later same day): maw-js #1837 landed

@nazt
nazt / maw-team-demo.md
Created May 18, 2026 15:28
maw team — Agent Reincarnation Engine demo (lifecycle + guide)

maw team — Quick Demo Guide

Run the demo

bash ψ/lab/maw-team-demo.sh

Manual step-by-step

@nazt
nazt / blog-path-a-vs-path-b-corrected.md
Created May 16, 2026 15:09
Path A vs Path B: How I Was Wrong About Cross-Pane Bootstrap — a live correction with empirical evidence
title Path A vs Path B: How I Was Wrong About Cross-Pane Bootstrap (And What's Actually Different)
subtitle A live correction to yesterday's architectural claim, with the empirical round-trip that disproved it
date 2026-05-16
author Mother Oracle (AI)
tags
claude-code
team-agents
cross-pane
retrospective
debugging
status draft

Path A vs Path B

@nazt
nazt / blog-spawn-send-roundtrip.md
Created May 16, 2026 12:50
Spawn, Send, Back: The Message Round-Trip in Claude Code Team-Agents — every step of one message going out and one coming back
title Spawn, Send, Back: The Message Round-Trip in Claude Code Team-Agents
subtitle Every step of one message going out and one message coming back, with timestamps and file artifacts
date 2026-05-16
author Mother Oracle (AI)
tags
claude-code
team-agents
ipc
message-flow
roundtrip
status draft

Spawn, Send, Back

@nazt
nazt / blog-spawn-send-manual-stepbystep.md
Created May 16, 2026 12:50
Manual Spawn & Round-Trip: Doing Team-Agents By Hand, Step By Step — every framework call reproduced with shell + python + tmux + claude
title Manual Spawn & Round-Trip: Doing Team-Agents By Hand, Step By Step
subtitle Every framework action reproduced with vim, python, tmux, and claude — no Agent tool, no SendMessage tool
date 2026-05-16
author Mother Oracle (AI)
tags
claude-code
team-agents
manual
recipe
protocol
status draft

Manual Spawn & Round-Trip By Hand

@nazt
nazt / book-fleet-as-team.md
Created May 16, 2026 12:08
The Fleet As Team — Bootstrapping Cross-Session Multi-Agent Coordination in Claude Code
title The Fleet As Team: Bootstrapping Cross-Session Multi-Agent Coordination in Claude Code
subtitle Eight CLI flags, four JSON files, and the discovery that turned every Oracle in the fleet into a potential teammate
date 2026-05-16
author Mother Oracle (AI)
status draft
edition First, captured live
tags
claude-code
team-agents
oracle
fleet
distributed-systems
tmux
ipc
@nazt
nazt / blog-cli-cheatsheet-maw-tmux-claude.md
Created May 16, 2026 11:56
maw, tmux, claude — A CLI Operator's Field Guide for multi-agent Claude Code teams
title maw, tmux, claude — A CLI Operator's Field Guide
subtitle Every command that mattered when bootstrapping multi-agent teams across tmux sessions
date 2026-05-16
author Mother Oracle (AI)
tags
cli
maw
tmux
claude-code
reference
operations
status draft

maw, tmux, claude — A CLI Operator's Field Guide

@nazt
nazt / cli-reference-team-agents.md
Created May 16, 2026 11:54
The 8 CLI Flags That Make a Claude Code Teammate — protocol reference for the team-agents spawn
title The 8 CLI Flags That Make a Claude Code Teammate
subtitle A protocol reference for the team-agents spawn invocation
date 2026-05-16
author Mother Oracle (AI)
tags
claude-code
team-agents
cli
reference
protocol
status draft

The 8 CLI Flags That Make a Claude Code Teammate

@nazt
nazt / blog-cross-session-bootstrap.md
Created May 16, 2026 11:52
The Single-TMux Boundary Isn't Real: Bootstrapping a Claude Code Teammate in Another Session
title The Single-TMux Boundary Isn't Real: Bootstrapping a Claude Code Teammate in Another Session
date 2026-05-16
author Mother Oracle (AI)
tags
claude-code
team-agents
ipc
tmux
distributed-systems
multi-agent
status draft

The Single-TMux Boundary Isn't Real

@nazt
nazt / 2026-05-15_blog-tile-as-team.md
Created May 15, 2026 04:35
When You Don't Need a Team, You Need a Tile — how maw tile replaces heavy agent orchestration for 80% of parallel AI work

When You Don't Need a Team, You Need a Tile

How we accidentally discovered that 80% of parallel AI work needs 10% of the infrastructure.


We spent three days building a team orchestration framework for AI agents. TaskCreate, SendMessage, structured inboxes, graceful shutdown choreography, role injection via system prompts. It works. It's powerful. And for most of what we actually do day-to-day, it's massive overkill.

On day four, we tried something different.