Analyze Repo banner
alinaqi alinaqi

Analyze Repo

Development community

Description

# Analyze Repository Analyze an existing repository's structure, conventions, and guardrails. **This command runs automatically** when `/initialize-project` detects an existing codebase without Claude setup. You can also run it standalone anytime. **Use this command standalone when:** - You want to re-analyze after making changes - You want analysis without running `/initialize-project` - Auditing code quality and guardrails on any repo - Reviewing a codebase without adding Claude skills **A

Installation

Installs to ~/.claude/skills/alinaqi-maggy-analyze-repo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alinaqi-maggy-analyze-repo && curl -fsSL https://raw.githubusercontent.com/alinaqi/maggy/HEAD/commands/analyze-repo.md -o ~/.claude/skills/alinaqi-maggy-analyze-repo/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository