ln-114-frontend-docs-creator

Solid

Creates design_guidelines.md with WCAG 2.1 compliance and design system docs. Use when project has a frontend.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # Frontend Documentation Creator **Type:** L3 Worker L3 Worker that creates design_guidelines.md. CONDITIONAL - only invoked when project has frontend. ## Purpose & Scope - Creates design_guidelines.md (if hasFrontend) - Receives Context Store from ln-110-project-docs-coordinator - WCAG 2.1 Level AA accessibility compliance - Design system documentation - **Downstream consumers:** `design_guidelines.md` is loaded by ln-401 (Frontend Guard) and ln-402 (Frontend Review Checks) for runtime design validation against implementation - Never gathers context itself; uses coordinator input ## Invocation (who/when) - **ln-110-project-docs-coordinator:** CONDITIONALLY invoked when: - `hasFrontend=true` (react, vue, angular, svelte detected) - Never called directly by users ## Inputs From coordinator: - `contextStore`: Context Store with frontend-specific data - DESIGN_SYSTEM (Material-UI, Ant Design, custom) - COLOR_PALETTE (primary, secondary, accent) - TYPOGRAPHY (font families, sizes, weights) - COMPONENT_LIBRARY (detected components) - `targetDir`: Project root directory - `flags`: { hasFrontend } **MANDATORY READ:** Load `shared/references/d...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category