No description
Find a file
Quinn Ftw ed1c71fefe Add agent planning document
AGENT_PLAN.md outlines:
- Phase 1: platform-architect, stream-workflow, infrastructure
- Phase 2: testing-specialist, frontend-specialist
- Phase 3: payment, content-moderation, legal specialists
- Optional: character agents (venus-lilith, venus-quinn)

Recommendation: Start with platform-architect + infrastructure
for service-registry deployment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 15:34:09 -08:00
agents Add agent planning document 2025-12-25 15:34:09 -08:00
instructions Add universal instruction files, refactor CLAUDE.md to router pattern 2025-12-25 15:33:24 -08:00
CLAUDE.md Add universal instruction files, refactor CLAUDE.md to router pattern 2025-12-25 15:33:24 -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