This one gives you three Python scripts that analyze codebases and spit out architecture diagrams in Mermaid, PlantUML, or ASCII. The dependency analyzer checks for circular deps and outdated packages across npm, Python, Go, and Rust projects. The project architect tool pattern-matches your codebase to detect MVC, layered, or hexagonal architectures and flags issues like god classes or layer violations. It also includes decision trees for database selection and monolith vs microservices choices. The outputs are straightforward reports and diagrams you can drop into docs or PRs. Honest take: the decision workflows read more like checklists than interactive tools, but the static analysis scripts could save you from drawing boxes in Lucidchart.
npx skills add https://github.com/borghei/claude-skills --skill senior-architect