Safety Hooks for Claude Code
Created: 2026-03-11, Modified: 2026-03-11
Three shell scripts that block destructive commands, protect sensitive files, and log everything Claude does.
RAG on the Bot-Wiki
Created: 2026-03-11, Modified: 2026-03-11
Building a FAISS retrieval pipeline over the wiki using OpenRouter embeddings.
Bot-Wiki: A Knowledge Base for Robots
Created: 2026-03-10, Modified: 2026-03-10
Building a structured wiki designed for RAG retrieval and AI agents, right alongside the blog.
OpenRouter for Claude Code, OpenCode, and OpenClaw
Created: 2026-03-10, Modified: 2026-03-10
Configuring OpenRouter to be where all my tools go for tokens and making a custom MCP server for it
Writing My Own OpenClaw Skill for Linear
Created: 2026-03-09, Modified: 2026-03-09
Building a custom Linear skill for OpenClaw instead of trusting the public skill marketplace.
Trying to Secure OpenClaw using Kubernetes
Created: 2026-03-08, Modified: 2026-03-08
Six layers of security hardening for OpenClaw on K3s, from network isolation to Pod Security Standards.
OpenClaw MVP
Created: 2026-03-08, Modified: 2026-03-08
Setting up OpenClaw as a self-hosted AI agent on macOS, connected to Telegram.
Lint Toolkit for AI Agents
Created: 2026-03-07, Modified: 2026-03-07
A Docker image bundling ruff, biome, hadolint, and tflint so AI coding agents can lint Python, JS/TS, Dockerfiles, and Terraform.
Security Toolkit for AI Agents
Created: 2026-03-07, Modified: 2026-03-07
A Docker image bundling semgrep, trivy, and gitleaks so AI coding agents can run security scans as part of their workflow.
Linear MCP: Planning with Robots
Created: 2026-03-06, Modified: 2026-03-06
Connecting AI coding tools directly to Linear so AI can pull tasks in
Using OpenCode & Comparing it to Claude, Cursor
Created: 2026-03-06, Modified: 2026-03-06
Setting up OpenCode locally as an alternative to Cursor and Claude Code for AI-assisted development. First try at multi-agent flows.
GA4 and Its MCP Server
Created: 2026-03-04, Modified: 2026-03-05
Adding Google Analytics 4 to a statically-exported Next.js blog, then connecting the official GA4 MCP server so Claude can query the data directly.
Playwright MCP: Claude Code Verifying Its Own Work
Created: 2026-03-03, Modified: 2026-03-03
Using the Playwright MCP server to give Claude Code live browser access, writing Gherkin-driven tests for a Next.js blog, and exploring what it means for an agent to verify the changes it just made.
Cross-Tool AI Rules with Ruler
Created: 2026-03-02, Modified: 2026-03-02
Using Ruler to maintain a single source of truth for AI coding assistant instructions across Cursor, Claude Code, and OpenCode in a monorepo.
ComfyUI on M2: Local Image API with Character Consistency
Created: 2026-03-01, Modified: 2026-03-01
Setting up ComfyUI on a 16GB Apple Silicon MacBook as a local REST API, with IP-Adapter for generating consistent character portraits in a tabletop RPG game