analyze-project
Installation
SKILL.md
Analyze Project
Scan a project and produce or update docs/TechStack.md and docs/ProjectStructure.md — living documentation that any AI agent session can read to instantly understand the project without re-scanning from scratch.
When to Use
- Starting work on a project for the first time
- Before any feature work when project docs don't exist yet
- Periodically to keep docs current after codebase changes
- After major refactors, dependency upgrades, or service additions
When NOT to use: docs/TechStack.md and docs/ProjectStructure.md exist and no significant structural changes (config files, directories, container configs) have occurred since the last scan.
Input
- A project or workspace root (provided by user or detected from workspace)