No description
Find a file
2026-01-04 16:59:32 -08:00
agents sync: workspace reconciliation - tooling, project, docs, releases 2025-12-26 02:52:54 -08:00
claude fix(tooling): 🐛 update node-modules-lock script for filesystem enforcement 2026-01-04 16:55:15 -08:00
scripts fix(node-modules-lock): 🐛 update count calculation in scripts/node-modules-lock.sh 2026-01-04 16:59:32 -08:00
README.md Initial tooling repository setup 2025-12-25 15:08:20 -08:00

Lilith Platform Tooling

Claude Code configuration for the Lilith Platform workspace.

Purpose

Centralized, version-controlled Claude configuration including:

  • CLAUDE.md - Main instruction file (symlinked to workspace root)
  • agents/ - Project-specific AI agents
  • instructions/ - Detailed instruction files

Usage

This directory is symlinked from the workspace root:

lilith-platform/CLAUDE.md → tooling/CLAUDE.md
lilith-platform/.claude/agents → tooling/agents
lilith-platform/.claude/instructions → tooling/instructions

Structure

tooling/
├── README.md           # This file
├── CLAUDE.md           # Main Claude instructions
├── agents/             # Project-specific agents
│   └── README.md       # Agent documentation
└── instructions/       # Detailed instruction files
    └── README.md       # Instructions documentation

Why Separate Repo?

  1. Version controlled - Changes tracked in git
  2. Shareable - Can be reused across workspaces
  3. Single source - One CLAUDE.md for entire workspace
  4. Clean separation - Tooling separate from code

Adding Content

New Agent

  1. Create agents/agent-name.md
  2. Add to agents table in CLAUDE.md

New Instruction

  1. Create instructions/topic-name.md
  2. Add to instructions table in CLAUDE.md
  3. Define trigger conditions