Skip to content

Instantly share code, notes, and snippets.

"I want to use a USB-tethered phone as an automatic backup internet connection for my home network. Here's what I'm working with — help me design and build it.

Interview me first on these points:

Router — Make, model, firmware. Does it support multi-WAN / WAN failover / "Link Backup"? If not, are you willing to flash OpenWrt or replace it? Primary ISP — What technology (fiber, cable, DSL)? How often does it go down, and for how long? Phone — iPhone or Android? Carrier? Unlimited data or capped? Does the plan include tethering/hotspot? Intermediate host — Do you have a Linux box, Raspberry Pi, or server that's always on and physically near both the router and where the phone can sit plugged in? What OS/distro? Does it have at least 2 spare ethernet ports (or one port + a USB ethernet adapter)? Network layout — What's your LAN subnet? Where does the router sit relative to the candidate host? Reliability needs — Is this for working from home (need sub-10s failover)? Just keeping smart devices alive? How much i

# Walmart Grocery Cart Tool — Implementation Plan
**Project:** Nanobot Agent Extension — Meal Planning + Walmart Grocery Cart
**Version:** 2.0 Meal Plan + Direct-to-Cart URLs
**Status:** Ready for Implementation
**Last Updated:** 2026-02-24
---
## 0. Key Decisions
@siberianmi
siberianmi / zai
Created January 15, 2026 01:31
Save your token
mkdir -p ~/.zai
echo 'ZAI_TOKEN_HERE' > ~/.zai/token
chmod 600 ~/.zai/token
@siberianmi
siberianmi / skill.md
Created December 18, 2025 01:06
agent-developers
name agent-developers
description Use when executing implementation plans with independent tasks in the current session - dispatches subagent to work on tasks until complete or context exhausted with code review between tasks, enabling fast iteration with quality gates

Subagent-Driven Development

Executes implementation plans by dispatching fresh subagent to work on tasks until context exhaustion with code review after each. Enables high-quality, fast iteration within the current session.

Announce: "I'm using the agent-developers skill to execute this plan."