Detect new imports introduced by uncommitted changes and flag unintended cross-layer coupling. Per ARCHITECTURE.md the layer model is types ← core ← extensions ← apps — imports must only flow toward types. Use when adding any cross-package import, before invoking /openai-reviewer, or when the user asks "what does this depend on" or "did I introduce coupling". Returns {new_imports: [...], violations: [...]}. Read-only.
$npx -y skills add ethosagent/ethos --skill dependency-analyzerInstalls into the current project.
Run `npx skills use "https://github.com/ethosagent/ethos" --skill "ethosagent/ethos/dependency-analyzer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ethosagent/ethos" that are relevant to the current task. Run `npx skills add "https://github.com/ethosagent/ethos"` and select the relevant skills, then follow their instructions.