Skip to content

Instantly share code, notes, and snippets.

View andrewesweet's full-sized avatar

Andrew Sweet andrewesweet

  • Software Distilled Ltd
  • London
View GitHub Profile
@andrewesweet
andrewesweet / ainstall.md
Created February 9, 2026 10:37 — forked from burkeholland/ainstall.md
Ultralight Orchestration

Ultralight Orchestration

A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.

Instructions

Install all agents listed below into VS Code Insiders...

Title Type Description
@andrewesweet
andrewesweet / reboot-MA2500D.sh
Created July 28, 2021 14:34
Reboot GoCoax MA2500D (firmware 2.0.6) from command line
#!/bin/sh
# Substitute your IPs as required
for var in 200 201 202 203
do
curl -X POST -u admin:gocoax --max-time 10 http://192.168.1.$var/ms/1/0xb00
done
@andrewesweet
andrewesweet / 1.feature
Created April 17, 2020 16:19
cukedoctor duplicate tags
@someTag
Feature: Feature1
Scenario: Scenario feature 1
Given scenario step