wiki-vault/Wiki/Reference/claude-code.md
Travis Herbranson 7eb8d756d1 compile: first compile — 17 entities, 2 synthesis, all indexes rebuilt
Read all 62 source files (Dev: 37, Homelab: 22, Venture: 3, Reference: 0).

Entity pages created (17):
- Wiki/Reference: lovebug, jenny, sunnie, n8n, ob1, tailscale, authentik,
  traefik, cloudflare, obsidian, gitea, plant-based-southerner, claude-code,
  dispatch, docker
- Wiki/Homelab: proxmox
- Wiki/Dev: pbs-hub, herbydev

Synthesis pages created (2):
- Wiki/Homelab/homelab-ingress-stack — four-layer ingress model (Cloudflare +
  Traefik + Authentik + Tailscale); operational lessons from 10+ source files
- Wiki/Dev/ai-memory-architecture — three memory layers (wiki + OB1 + Dispatch
  context); ingest paths; harness-vs-model design decision

All 11 index pages rebuilt (Sources/Dev, Venture, Homelab, Reference, Sources
root; Wiki/Dev, Venture, Homelab, Reference, Wiki root; vault root index.md).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 18:15:31 -04:00

51 lines
2.4 KiB
Markdown

---
type: entity
path: Wiki/Reference
tags:
- claude-code
- automation
created: 2026-05-08
updated: 2026-05-08
---
# Claude Code
## What it is
Claude Code is Anthropic's AI coding assistant CLI — the primary AI collaborator used across all PBS, homelab, and dev projects. It operates as an interactive terminal agent with tool access (file read/write, bash, search), skill system (reusable procedural prompts), and MCP server integration. In this stack, Claude Code runs via the Dispatch framework with Lovebug as the named agent instance. The wiki-vault compile loop, PBS automation skills, and project scaffolding all run through Claude Code.
## Current state
Active. Used extensively across:
- **Wiki maintenance** — this vault's compile and lint operations via `wiki-maintenance` skill
- **Code review** — a-review skill with Gemini CLI / Ollama backends as reviewer pool
- **Scaffolding** — project-scaffolding-skill for Python, Go, and web project bootstrap
- **Validation** — zero-check pipeline (gitleaks, ruff, semgrep gauntlet before deploy)
- **PBS SEO** — Google Search Console data → Claude API → meta tag generation
- **Session-notes convention** — structured note format standardized for AI-assisted capture
- **MCP integration** — homelab MCP server (`mcp.herbylab.dev`) exposed as Claude Code tool source
## Where it lives
- CLI: installed on herbydev (and wherever Travis works)
- Skills: `~/.claude/skills/` on herbydev
- MCP servers: configured in Claude Code settings, including `mcp.herbylab.dev`
- Model: Claude Sonnet 4.6 (as of May 2026)
## Related projects
- [[Sources/Dev/a-review|a-review]] — code review skill
- [[Sources/Dev/zero-check-pipeline|zero-check-pipeline]] — pre-deploy validation
- [[Sources/Dev/project-scaffolding-skill|project-scaffolding-skill]] — project bootstrapping
- [[Sources/Dev/pbs-seo-automation|pbs-seo-automation]] — SEO meta generation
- [[Sources/Dev/wiki-vault-migration|wiki-vault-migration]] — vault migration
- [[Sources/Homelab/homelab-mcp-server|homelab-mcp-server]] — MCP tool server
- [[Wiki/Reference/lovebug|lovebug]] — named agent instance
## History
- Ongoing — Primary AI coding tool across all projects
- **2026-05-08** — First wiki compile run; wiki-maintenance skill deployed
- **2026-05-06** — MCP server deployed; Claude Code can reach homelab tools
- **2026** — a-review, zero-check, scaffolding skills developed