project-analyze

Detect a project's structure, stack, and conventions into analysis-report.md and ai-context/ sections.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fearovex/claude-config --skill project-analyze-fearovex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-analyze
Source: https://github.com/fearovex/claude-config/tree/main/skills/project-analyze
Command: npx skills add https://github.com/fearovex/claude-config --skill project-analyze-fearovex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This analysis skill observes a codebase, describing its structure, stack, and conventions without making changes or scoring, enabling teams to understand architecture and dependencies at a glance.

Core Features & Use Cases

  • Describes project layout, detected tech stack, and coding conventions for quick audits.
  • Generates analysis-report.md at the project root and updates ai-context/ [auto-updated] sections for memory and alignment.
  • Supports integration with the SDD/Unit workflow for project auditing and architecture drift detection.

Quick Start

Run project-analyze at the root of the target project to generate an analysis report and update memory layers.

Frequently Asked Questions about project-analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a codebase to understand its architecture and tech stack?▼

You can map project structure and coding conventions by running this Skill at the root of your target project to generate an analysis-report.md and update ai-context/ sections without modifying the codebase.

How do I generate an analysis report of my project structure without modifying the code?▼

You can map project structure and coding conventions by running this Skill at the root of your target project to generate an analysis-report.md and update ai-context/ sections without modifying the codebase.

Does this codebase analysis tool work with dependency manifests to detect the tech stack?▼

This Skill detects the tech stack using a manifest-first approach, identifying languages, frameworks, and dependencies directly from project manifests to provide an accurate architecture summary.

Can I use project-analyze for architecture drift detection in my workflow?▼

This Skill supports integration with the SDD/Unit workflow for project auditing and architecture drift detection, updating ai-context/ memory layers to maintain alignment.

What is the best way to audit a project's coding conventions and directory organization?▼

The best way to audit coding conventions and directory organization is to run this Skill at the project root, producing a comprehensive analysis-report.md that describes the detected layout and conventions.