Skip to content
View Lockyc's full-sized avatar
:octocat:
to be a philosopher, one must axolotl questions
:octocat:
to be a philosopher, one must axolotl questions
  • Hobart, Australia
  • 16:25 (UTC +10:00)

Organizations

@ccfnq @issue-embed @reductable

Block or report Lockyc

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Lockyc/README.md

Small, composable pieces of a workshop.

agentmux — a configurable tmux launcher for AI agents (or any CLI): define your agents in one TOML file, and each project's session auto-launches the correct agent with per-agent colour-coded tabs; prefix-m cycles the agent list.

warden — a config-driven terminal multiplexer for macOS: one TOML file declares your windows and per-project tabs, hot-reloaded on save, with live session-presence dots on each tab. Built in Rust on Tauri and libghostty.

mycelium — gives agents a map of your ecosystem: it reads a committed catalog.toml from each repo, merges them into one agent-readable catalog, so an agent checks what actually exists instead of assuming. Go.

docaudit — audits the documentation graph an AI agent actually traverses — following links and inline path mentions to flag orphaned docs, broken links, and untracked markdown — and fails a push when the graph breaks. Go, stdlib-only.

curator — a macOS app for the web services you can't lose: a declarative config.toml of keeper tabs, hot-reloaded, with shared logins across related services (or a separate account per tab when you want one) and unread counts rolled up to the dock badge, while stray new-tab links shell out to your real browser. Rust and Tauri.

Pinned Loading

  1. agentmux agentmux Public

    Configurable tmux agent launcher. Define AI agents (or any CLI) in TOML; sessions auto-launch the correct agent, tabs are colour-coded per agent, and prefix-m cycles through the list.

    Shell 2

  2. warden warden Public

    Config-driven terminal multiplexer for macOS: one TOML file defines your windows and project-tab terminals, hot-reloaded on save. Built with Rust, Tauri & libghostty.

    Rust

  3. curator curator Public

    A macOS app for the web services you can't lose: a declarative config.toml of keeper tabs, hot-reloaded, with shared logins across related services (or a separate account per tab when you want one)…

    Rust

  4. mycelium mycelium Public

    Cross-repo ecosystem catalog for agents: scan repos for catalog.toml, merge with a private overlay, audit, and serve one agent-readable catalog.

    Go