Architecture Overview
High-Level Architecture
Section titled “High-Level Architecture”my-kit is a collection of Claude Code commands, skills, and audit agents, distributed via GNU Stow symlinks.
Components
Section titled “Components”- Commands (
~/.claude/commands/mykit.*.md) — Slash commands that users invoke directly - Skills (
~/.claude/skills/) — CLAUDE.md instructions that teach Claude domain knowledge - Audit Agents — Specialized prompts that review code for quality, security, and compliance
How It Works
Section titled “How It Works”- Stow creates symlinks from
~/.my-kit/into~/.claude/ - Claude Code discovers commands and skills via its standard paths
- Commands orchestrate workflows; skills provide context; agents audit results
See Stow Layout for the full directory structure.