architecture-analysis
Installation
SKILL.md
Frontend Architecture Analyzer
This skill analyzes frontend project architecture and provides comprehensive insights about technology stacks, build tools, and architectural patterns.
Quick Start
Analyze any frontend project with a single command:
const result = await analyzeProject("/path/to/project", {
format: "markdown", // json, markdown, summary, scorecard
includeRecommendations: true
});
Core Capabilities
The analyzer detects:
- Frameworks: Vue, React, Angular, Svelte, Solid.js