project-analyze

star 249

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'.

mylukin By mylukin schedule Updated 1/18/2026

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'. allowed-tools: [Bash, Read, Glob, Grep] user-invocable: true

๐Ÿ” Project Analyze

One command: agent-foreman init --analyze

Quick Start

agent-foreman init --analyze

Output: docs/ARCHITECTURE.md

Options

Flag Effect
--analyze-output ./path/FILE.md Custom output path
--verbose Show 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.

Install via CLI
npx skills add https://github.com/mylukin/agent-foreman --skill project-analyze
Repository Details
star Stars 249
call_split Forks 20
navigation Branch main
article Path SKILL.md
More from Creator