<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Playwright on Homelab Journal</title><link>https://mareox.github.io/homelab-journal/topics/playwright/</link><description>Recent content in Playwright on Homelab Journal</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Mario</copyright><lastBuildDate>Tue, 17 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://mareox.github.io/homelab-journal/topics/playwright/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a 4-Layer Agentic Architecture for Claude Code</title><link>https://mareox.github.io/homelab-journal/posts/2026/4-layer-agentic-architecture/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://mareox.github.io/homelab-journal/posts/2026/4-layer-agentic-architecture/</guid><description>&lt;h2 class="relative group">The Problem
 &lt;div id="the-problem" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-problem" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;p>After months of building Claude Code extensions &amp;ndash; agents, skills, commands, hooks, MCP servers &amp;ndash; I had a growing collection of powerful tools with no coherent entry point. Want to pull all repos? Run a shell script. Want to check infrastructure health? Ask Claude and hope it knows which command to use. Want to automate a browser task? Figure out whether to use the MCP plugin or write a script.&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://mareox.github.io/homelab-journal/posts/2026/4-layer-agentic-architecture/thumbnail.png"/></item><item><title>AI Tooling</title><link>https://mareox.github.io/homelab-journal/wiki/ai-tooling/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mareox.github.io/homelab-journal/wiki/ai-tooling/</guid><description>&lt;p>&lt;figure>&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt="AI Tooling"
 src="../../images/banner-ai-tooling.png"
 >&lt;/figure>
&lt;/p>
&lt;p>AI-augmented homelab operations — from multi-agent orchestration to automated content pipelines. This wiki documents how Claude Code and agentic patterns accelerate infrastructure work.&lt;/p>

&lt;h2 class="relative group">4-Layer Agentic Architecture
 &lt;div id="4-layer-agentic-architecture" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#4-layer-agentic-architecture" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;p>A framework for organizing AI-assisted automation into composable layers:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://mareox.github.io/homelab-journal/posts/2026/4-layer-agentic-architecture/" >4-Layer Agentic Architecture&lt;/a> — Justfile → Commands → Skills → Agents: how each layer has a single responsibility&lt;/li>
&lt;/ul>

&lt;h2 class="relative group">Skill Development
 &lt;div id="skill-development" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#skill-development" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;p>Building custom Claude Code skills for repeatable workflows:&lt;/p></description></item></channel></rss>