Agent skill
frontend-analyzer
Analyze React/Next.js components to extract typography, colors, layout, fonts, spacing systems, and design tokens. Identifies accessibility issues, responsive breakpoints, and component hierarchies.
Install this agent skill to your Project
npx add-skill https://github.com/ils15/mythic-agents/tree/main/skills/frontend-analyzer
SKILL.md
Frontend Analyzer
Analisa e identifica tipografia, cores, layout, fontes e elementos de design system em componentes frontend.
Overview
The Frontend Analyzer skill provides deep inspection of frontend code, design elements, and visual properties. It extracts typography, color palettes, spacing systems, component hierarchies, and accessibility attributes from React/Next.js applications.
Core Capabilities
1. Visual Element Analysis
🔤 Typography Detection
- Font families (system fonts, Google Fonts, custom fonts)
- Font sizes and scaling systems (rem, px, %)
- Font weights (100-900)
- Line heights and letter spacing
- Text decorations and text transforms
- Font loading strategies (WOFF2, variable fonts)
🎨 Color Palette Extraction
- Primary, secondary, accent colors
- Background and text colors
- Semantic colors (success, error, warning, info)
- Opacity/alpha values
- Color space (RGB, HSL, hex, CSS variables)
- Dark mode variants
📐 Layout & Spacing
- Grid systems (CSS Grid, Flexbox)
- Spacing scale (gaps, margins, padding)
- Breakpoints and responsive behavior
- Container queries and fluid sizing
- Z-index hierarchy
- Positioning strategies
🧩 Component Architecture
- Component hierarchy and nesting
- Reusable component patterns
- Props and TypeScript interfaces
- State management patterns
- Custom hooks usage
- Styled components vs CSS modules
2. Analysis Categories
- Visual Inspection - Screenshots and visual differences
- Code Inspection - Component code structure
- Design System - Design token usage
- Accessibility (A11y) - WCAG AA/AAA compliance
- Performance - Font loading optimization
Analysis Output Structure
## 🎨 VISUAL ELEMENTS DETECTED
### Typography System
- Primary Font: [Font family, source, fallback]
- Heading Scale: H1-H6 sizes and weights
- Body Text: Default size, line-height, letter-spacing
- Monospace: Code/terminal fonts
### Color Palette
- Primary: #XXXXXX (RGB, HSL, CSS var)
- Semantic: Success, error, warning colors
- Dark Mode: Color scheme variants
- Contrast Ratios: WCAG AA/AAA compliance
### Layout System
- Grid: [Columns, gap, max-width]
- Breakpoints: [Mobile, tablet, desktop specs]
- Spacing Scale: [Base unit, multipliers]
Usage Examples
Example 1: Extract Design Tokens
Input: "Analise tipografia de ofertachina.com" Output: All fonts used, sizes, weights, loading strategy
Example 2: Color Palette Analysis
Input: "Extraia paleta de cores do ProductCard" Output: Exact colors, WCAG compliance, dark mode variants
Example 3: Component Deep Dive
Input: "Analise estrutura de ProductCard" Output: JSX structure, props, styling approach, accessibility
Example 4: Design System Audit
Input: "Audite design system compliance" Output: % compliance, violations, refactoring recommendations
Accessibility (WCAG)
- Contrast ratios: Pass/Fail by element
- Font sizes: Minimum sizes met
- Interactive elements: Size compliance
- Semantic HTML: Structure quality
Performance Metrics
- Font file sizes and optimization
- Image optimization status
- CSS bundle size
- Component render efficiency
Integrations
With Playwright
- Automated visual analysis
- Color & typography extraction
- Accessibility testing
With Prompt Improver
- Design tokens inform prompt creation
- UI patterns documented in instructions
Tools & Technologies Reference
- CSS Analysis: PostCSS, cssstats
- Typography: Google Fonts API, Font loading APIs
- Color: Chroma.js, ntc.js (color naming)
- Accessibility: axe-core, WAVE
- React Inspection: React DevTools, Storybook
- Design Systems: Figma API, Design tokens parser
References
- Google Fonts
- Tailwind CSS Documentation
- WCAG Color Contrast Checker
- CSS-Tricks
- MDN Web Docs
- Figma Design System
Changelog
- v1.0 (2025-12-19): Initial release with typography, color, layout, component, and accessibility analysis
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
database-optimization
Optimize SQL queries, analyze indexes, review Alembic migrations, and identify N+1 problems. Provides query execution plans, index recommendations, and migration best practices for SQLAlchemy async.
orchestration-workflow
Practical step-by-step walkthrough for orchestrating features end-to-end using the multi-agent system, from planning through deployment
fastapi-async-patterns
Create async FastAPI endpoints with proper error handling, dependency injection, service/repository patterns, and type safety. Includes async database queries, pagination, filtering, and Gemini integration.
performance-optimization
Performance optimization - query analysis, N+1 detection, caching, indexing strategies
remote-sensing-analysis
internet-search
Web research and internet search — source trust hierarchy, structured API patterns for general web (DuckDuckGo, Wikipedia, Jina Reader), tech community (Stack Overflow, Hacker News, Reddit, Dev.to), official vendor docs, academic databases (Semantic Scholar, CrossRef, arXiv), GitHub search, package registries, and remote sensing data sources. All sources are free and require no API key. Covers query construction, site-scoped search, parallel search strategy, and result synthesis.
Didn't find tool you were looking for?