Automated structural integrity scanner for the entire Agent Studio framework. Catches issues that silently break agent workflows: wrong require() paths that crash at runtime, phantom skills referenced in agent frontmatter that don't exist on disk, stale agent registry counts, archived references still active in
production code, UTF-16 encoding that breaks parsers, and bloated agent configs.
Core principle: Framework structural issues are pre-production bugs. A phantom skill reference means an agent will fail silently. A broken require() means a hook crashes at the wrong moment. The scanner enforces zero-tolerance for these.
Analysiert den strukturellen Zustand des Agent Studio-Frameworks eingehend: Erkennen von Phantom-require()-Referenzen, falschen Modultiefenpfaden, fehlenden Skill-/Agent-Abhängigkeiten, aufgeblähten Konfigurationen, archivierten Referenzen im aktiven Code, veralteten Katalogzahlen und leeren Tool-/Skill-Verzeichnissen. Quelle: oimiragieo/agent-studio.