Skip to content

My Agentic Stack

S3 · Parametric 🔬 Research

This is tier 2 of the three-tier scaffold. It sits between the universal kernel and the personal work layer. If your setup looks like the user’s (WSL + Claude Code / OpenCode + Obsidian + Zellij), forking this tier gives you a working agentic-development toolkit without the personal content.

Think of it as dotfiles for agentic development — not code, but the configs, install scripts, and patterns that make a specific tool stack work together.

LayerPurpose
01-ai-coding/Claude Code + OpenCode + oh-my-opencode install & config
02-terminal/Zellij, WezTerm, Alacritty setup + keybindings
03-cross-device/Tailscale SSH + Termux + SSH config
04-knowledge-mgmt/Obsidian + Obsidian CLI + recommended plugins
05-homelab/General homelab patterns (user’s TrueNAS specifics live in 03-work/homelab/)
06-dev-infra/Docker, Git, utility tooling
07-editor-ext/VS Code extensions for agentic work
profiles/Bashrc helpers (z, zk, cc, ccy), keybinding configs
patterns/Stack-level patterns — cross-device SSH, parallel agents via worktrees, Obsidian workflow
install/Install scripts for the stack (WSL-aware)
decisions/Decision matrices — Claude Code vs OpenCode, tmux vs Zellij, etc.

The stack holds mostly strata 2–4:

  • Stratum 2 (pattern, opinionated but general): patterns/, decisions/
  • Stratum 3 (parametric, fill-in for this stack): install guides per layer
  • Stratum 4 (deterministic, drop-in for this stack): install scripts, config files, bashrc snippets

The personal opinions live here. The universal truths live in 01-kernel/. The user-specific instance lives in 03-work/.

A useful boundary example: when building an Astro + Starlight docs site,

  • Tier 2 (this layer) says: “I use Astro + Starlight + Flexoki theme” — the tool choice
  • Tier 3 (03-work/) says: “For MY docs sites, I use these layout conventions, custom components, zz- utility-page prefix” — the conventions within the stack

General rule: stack = the tools picked. Work = the conventions within those tools.

This tier is a placeholder at Phase 3 of project init. The content per layer is being populated in Phase 4. The profiles/ subfolder is already populated from migration; other layers are scaffold directories awaiting content.