build-loop:architecture-scan

Scan project architecture components and connections for health issues.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tyroneross/build-loop --skill build-loop-architecture-scan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: build-loop:architecture-scan
Source: https://github.com/tyroneross/build-loop/tree/main/skills/architecture/scan
Command: npx skills add https://github.com/tyroneross/build-loop --skill build-loop-architecture-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit provides a means to maintain the health of your project's architecture by performing regular scans and providing insights into component connectivity and dependencies.

Core Features & Use Cases

  • Architecture Health Monitoring: Regularly scans the project for architecture data freshness, connections, and missing components.
  • Staleness Analysis: Identifies components that may be outdated and suggests actions for updates.
  • Quick Status Check: Provides a summary of the project's architecture status without re-scanning.
  • Health Checks: Offers a comprehensive check for outdated packages, vulnerabilities, orphaned connections, and missing imports.

Quick Start

Run the build-loop:architecture-scan command to perform an architecture scan.

Frequently Asked Questions about build-loop:architecture-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan project architecture to check for outdated components and vulnerabilities?▼

To scan project architecture, run a command that performs health checks to identify outdated packages, vulnerabilities, orphaned connections, and missing imports without manual inspection.

What is architecture health monitoring and how does it detect stale components?▼

Architecture health monitoring regularly scans a project for architecture data freshness and connections, identifying outdated components and suggesting actions for updates through staleness analysis.

Can I check the architecture status of my project without triggering a full re-scan?▼

Yes, you can perform a quick status check to get a summary of the project's architecture status, reviewing existing data and connections without executing a new architecture scan.

How do I identify missing imports and orphaned connections in my project dependencies?▼

You can identify missing imports and orphaned connections by running a comprehensive architecture health check that reviews project dependencies and component connectivity.

When should I use automated architecture scanning instead of manual project inspection?▼

Automated architecture scanning should be used to maintain project health regularly, providing summaries of component connections and dependencies to identify issues faster than manual inspection.