Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

self-assess-stage-map

Étoiles0
Forks0
Mis à jour21 juillet 2026 à 15:55

Builds a real import/use graph of the current repository and clusters it into stages (packages/crates/modules) and wires (the data-contract boundaries between them), fixing the common bug where two packages sharing one manifest collapse into a single stage. Use this whenever someone wants the repo's actual dependency structure instead of what folders, manifests, or docs claim — mapping the codebase's real architecture, finding true module/service boundaries before a split or refactor, generating an interactive map of which files call which files, or the specific manifest-collapse bug (two packages sharing one `pyproject.toml`/`package.json`/similar). This never reads docs, only code — for checking whether a doc's architecture claim matches this real structure, use self-assess-docs-drift.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

Explorateur de fichiers
2 fichiers
SKILL.md
readonly