Skip to content

Instantly share code, notes, and snippets.

View asklar's full-sized avatar

Alexander Sklar asklar

View GitHub Profile
@asklar
asklar / johnson-chart.md
Created May 29, 2025 18:59
Johnson Chart
flowchart TD
A[Is it supported?] --> B{Does it exist?};
B -- Yes --> C[No, it is being deprecated.];
B -- No --> D[Yes, it will be supported soon.];
@asklar
asklar / SKILL.md
Last active March 23, 2026 08:29
Agent Fleet Coordination Rules — drop into your repo to prevent multi-agent contention
name agent-fleet-rules
version 1.0.0
description Coordination rules for multi-agent development with fleets. Prevents contention, silent overwrites, and lost work when running multiple agents in parallel on the same repo.

Agent Fleet Coordination Rules