explore
Installation
SKILL.md
Explore the ForemanOS codebase structure.
Usage
/explore- Overview of project structure/explore api- Explore API routes/explore lib- Explore service modules/explore components- Explore React components
Commands
# List directories
ls -la
# Count files
find . -name "*.ts" | wc -l