A growing collection of quality-of-life scripts to bootstrap fresh servers, introduce new services, and automate day-to-day homelab and security tasks.
Each script focuses on opinionated defaults that make it easy to get started quickly while keeping security and maintainability in mind.
- herdr/ — a portable, project-agnostic template for running a multi-pane herdr workspace with one Coordinator session brokering several child app sessions over a disciplined message protocol. Drop-in Claude Code skills (coordinator + child sides) with all app-specific bits left as
{placeholder}s to fill in.
- agent-harness-skills/ — general-purpose, harness-agnostic agent skills that work on both Claude Code and Devin (the only difference being
CLAUDE.mdvsAGENTS.mdas the root instructions file). Currently:knowledge-prep, which stands up the lean-index + lazy-loaded.claude/knowledge/documentation pattern, andgraph-prep, which layers a derived citation graph over those docs plus your issue tracker so agents find context by actual reference instead of by filename guess (ships withgraphscout.py).