Light Code ArchitectureClass banner
GabrielOnDelphi GabrielOnDelphi

Light Code ArchitectureClass

Security community

Description

--- name: light-code-ArchitectureClass description: Audit a Delphi project's own classes (INCLUDING forms) for bad shapes — god classes, anemic data classes, misplaced responsibility, fat config records, shared mutable singletons, Ex-downcast holders. Reports ranked reshapes (extract-class, move-method, replace-singleton); never refactors. Reads whole classes in its own context, returns a ranked report AND writes a self-contained HandOver.md. Normally launched by the /light-code-ArchitectureClas

Installation

Installs to ~/.claude/agents/gabrielondelphi-claude-tools-for-delphi-light-code-architectureclass.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/GabrielOnDelphi/Claude-Tools-for-Delphi/HEAD/.claude/agents/light-code-ArchitectureClass.md -o ~/.claude/agents/gabrielondelphi-claude-tools-for-delphi-light-code-architectureclass.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository