pattern-analyzer

Analyze codebase structure to identify architectural and design patterns and conventions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill pattern-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pattern-analyzer
Source: https://github.com/LaunchCG/claude-marketplace-pub/tree/main/plugins/ai-sdlc/skills/pattern-analyzer
Command: npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill pattern-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

New code often deviates from existing architectural patterns and coding conventions, leading to inconsistency and technical debt. This skill automatically analyzes a codebase to identify established patterns, ensuring new development aligns with existing practices.

Core Features & Use Cases

  • Codebase Structure Scan: Analyzes directory structure, file naming, and module organization.
  • Pattern Identification: Detects architectural (MVC, layered) and design patterns (repository, factory), error handling, and logging conventions.
  • Convention Extraction: Documents coding standards like naming conventions, import ordering, and comment styles.
  • Use Case: Before starting a new feature, ask the skill to analyze your project. It will provide a "Pattern Analysis Report" detailing how to structure your code, name variables, and handle errors to match the existing codebase.

Quick Start

Analyze the codebase in the 'src/' directory for existing patterns and conventions.