# Explore

> Explore codebase structure

- Skill: `mgoodman60/explore` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mgoodman60/explore`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mgoodman60/explore/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mgoodman60 (https://skillmd.com/u/mgoodman60)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mgoodman60/explore

---


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

```bash
# List directories
ls -la

# Count files
find . -name "*.ts" | wc -l
```

## Output

Provide:
- Directory structure overview
- Key file counts
- Important files for the area
- Architecture patterns used

