Исследование кодовой базы без изменений
documentation
explore is a Claude Code skill that analyzes an internal codebase at varying depths without making any code changes. It offers three modes: quick (~1 min, file structure via tldr tree and tldr structure), deep (~5 min, full analysis combining onboard, tldr-explorer, research-codebase, and documentation output), and architecture (~3 min, layer mapping, call graph construction, and circular dependency detection). Running /explore without arguments triggers a guided four-phase question flow covering exploration goal, scope, output format, and entry point. Options include --focus to target a specific area, --output doc or --output handoff to control what gets written, and --entry to start the analysis from a named function or file. The skill is designed for developers navigating an unfamiliar brownfield project or preparing a structured handoff for a coding agent.
- #codebase-exploration
- #architecture-analysis
- #code-understanding
- #layer-mapping
- #call-graph
- #brownfield