# 4d Project Info

> Analyze a 4D project and produce a structured summary. Use when the user wants to understand a 4D project's structure, get an overview of methods/classes/forms/dependencies, onboard onto a codebase, or when context about the project is needed before performing other tasks.

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

---


# 4D Project Info

Use the script instead of browsing the project first.

```bash
python3 scripts/project_info.py [path] --compact --sync-guidance
python3 scripts/project_info.py [path] --compact
python3 scripts/project_info.py [path]
```

- Omit `--compact` only for explicit analysis or deep dives.
- Use `--sync-guidance` to create or refresh a short `AGENTS.md` guide for a valid 4D project.
- If no 4D project is found, do not write guidance files.

