USE WHEN setting up a repo for AI-first work, after a major directory restructure, or when an agent needs structured answers like "which modules are stable?" / "what's the public surface of X?" that the prose AGENTS.md doesn't give cheaply. Bootstraps or refreshes architecture.yml at repo root — machine-readable module metadata (path / role / stability / public_surface / depends_on / paired_with / owners). Hand-curated; the skill drafts, the user confirms. See ADR 0005 for why this file lives at root and why YAML over JSON.
$npx -y skills add filip-podstavec/claude-leverage --skill arch-mapInstalls into the current project.
Run `npx skills use "https://github.com/filip-podstavec/claude-leverage" --skill "filip-podstavec/claude-leverage/arch-map"` 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/filip-podstavec/claude-leverage" that are relevant to the current task. Run `npx skills add "https://github.com/filip-podstavec/claude-leverage"` and select the relevant skills, then follow their instructions.