Marketplace

project-analyze

Scans codebases to generate architecture documentation (ARCHITECTURE.md). Use when joining an existing project, understanding codebase structure, exploring project architecture, or preparing for agent-foreman init. Triggers on 'analyze project', 'understand codebase', 'explore architecture', 'scan project structure', 'survey project'.

$ Instalar

git clone https://github.com/mylukin/agent-foreman /tmp/agent-foreman && cp -r /tmp/agent-foreman/plugins/agent-foreman/skills/project-analyze ~/.claude/skills/agent-foreman

// tip: Run this command in your terminal to install the skill


name: project-analyze description: Scans codebases to generate architecture documentation (ARCHITECTURE.md). Use when joining an existing project, understanding codebase structure, exploring project architecture, or preparing for agent-foreman init. Triggers on 'analyze project', 'understand codebase', 'explore architecture', 'scan project structure', 'survey project'.

🔍 Project Analyze

One command: agent-foreman init --analyze

Quick Start

agent-foreman init --analyze

Output: docs/ARCHITECTURE.md

Options

FlagEffect
--analyze-output ./path/FILE.mdCustom output path
--verboseShow detailed progress

Use When

  • Joining existing project → understand before changing
  • Before agent-foreman init → faster initialization

Skip When

  • New/empty project → use agent-foreman init directly

Read-Only

No code changes. No commits. Safe to run anytime.