From 3a0300299595a4cc52b5a470ef572f628ba1dccf Mon Sep 17 00:00:00 2001 From: Evan Harmon Date: Thu, 18 Jun 2026 13:10:54 -0500 Subject: [PATCH] docs: add harmon-stack related-repos section Add a "Part of harmon-stack" table to the README and a short agent-facing pointer in CLAUDE.md naming the five sibling repos. Co-Authored-By: Claude Opus 4.8 (1M context) --- CLAUDE.md | 9 +++++++++ README.md | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 23dbda8..ddcc215 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,6 +6,15 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co Harmon DevKit — a personal developer kit of reusable templates and boilerplates (Docker Compose, Ansible, shell scripts, serverless functions, and more), standalone scripts, and AI assets. This is not a monorepo — it's a flat collection of independent templates organized by category under `templates/`, with scripts under `scripts/` and AI assets under `ai/`. +## harmon-stack + +One of five repos in **harmon-stack** (Evan's homelab + dev-ops stack): +[harmon-init](https://github.com/evanharmon1/harmon-init) (repo template), +[**harmon-devkit**](https://github.com/evanharmon1/harmon-devkit) (this repo — boilerplates/scripts/AI assets), +[harmon-dotfiles](https://github.com/evanharmon1/harmon-dotfiles) (chezmoi dotfiles), +[harmon-ops](https://github.com/evanharmon1/harmon-ops) (machine setup), +[harmon-infra](https://github.com/harmonops/harmon-infra) (homelab IaC). See the README for the full table. + ## Commands The primary task runner is [Taskfile](https://taskfile.dev/) (Go Task), not npm scripts (most npm scripts are TODO stubs). diff --git a/README.md b/README.md index ddfa148..9e91cce 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ Author: Evan Harmon [![Maintained](https://img.shields.io/badge/maintained%3F-yes-brightgreen.svg?style=flat-square)](https://github.com/evanharmon1/harmon-devkit) [![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/evanharmon1/harmon-devkit) +## Part of harmon-stack + +This repo is part of **harmon-stack** — my personal stack of homelab, dev-tooling, and automation repos that work together. + +| Repo | What it is | +| --- | --- | +| [harmon-init](https://github.com/evanharmon1/harmon-init) | Copier template that bootstraps & standardizes new repos (CI/CD, devcontainers, AI steering, tooling). | +| [**harmon-devkit**](https://github.com/evanharmon1/harmon-devkit) **(this repo)** | Reusable boilerplates & code templates, standalone scripts, and AI assets (skills, prompts, agents). | +| [harmon-dotfiles](https://github.com/evanharmon1/harmon-dotfiles) | Shell & app dotfiles, managed declaratively with chezmoi. | +| [harmon-ops](https://github.com/evanharmon1/harmon-ops) | Personal machine bootstrapping, package management & dev-environment setup across macOS/Windows/Linux. | +| [harmon-infra](https://github.com/harmonops/harmon-infra) | Homelab infrastructure as code — Terraform, Ansible, and Docker Compose services. | + ## Repository Structure | Directory | Contents |