← ClaudeAtlas

analyzing-projectslisted

Analyzes software projects to extract technology stack, architecture, features, API surface, testing strategy, UI/UX patterns, security measures, and performance optimizations. Produces structured, evidence-based reports where every claim is backed by a source code reference. Also detects how the application is started (scripts, Docker, database requirements) and enumerates all pages and views for screenshot planning. Outputs a structured report that feeds directly into SHOWCASE.md creation and screenshot automation. Activates when analyzing a project for showroom showcases, portfolio entries, project documentation, or when a user asks what a project does or how it is built. NOT for creating or publishing showcases (use creating-showcases). NOT for platform development (use generating-nest-servers).
lenneTech/claude-code · ★ 0 · Data & Documents · score 72
Install: claude install-skill lenneTech/claude-code
# Analyzing Software Projects This skill enables Claude Code to perform deep, evidence-based analysis of software projects and produce structured reports suitable for SHOWCASE.md creation and showcase publishing on showroom.lenne.tech. ## When to Use This Skill - User asks to analyze a project for a showcase or portfolio entry - User wants to understand what a codebase does or how it is structured - Running `/showroom:analyze`, `/showroom:create`, or `/showroom:update` commands - Working inside the showroom platform repository on analysis features - User asks about a project's technology stack, features, or architecture ## Skill Boundaries | User Intent | Correct Skill | |------------|---------------| | Analyze project source code | **THIS SKILL** | | Create or update a showcase | `creating-showcases` | | Develop the showroom platform itself | `generating-nest-servers` / `developing-lt-frontend` | ## Related Skills **Works closely with:** - `creating-showcases` — Consumes analysis reports to build SHOWCASE.md and showcase content - `generating-nest-servers` — For backend development on the showroom API ## Analysis Dimensions Every project analysis covers exactly 8 dimensions. Read the full guide in `${CLAUDE_SKILL_DIR}/reference/analysis-dimensions.md`. | # | Dimension | Purpose | |---|-----------|---------| | 1 | Technology Stack | Languages, frameworks, key libraries, runtimes | | 2 | Architecture | Structure, patterns, separation of concerns | | 3 | Core Features