This is a conditional worker in a multi-skill documentation pipeline that generates design_guidelines.md when your project has a frontend. It gets invoked by a coordinator skill (ln-110) and pulls design tokens, color palettes, typography, and component libraries from context to create WCAG 2.1 compliant design docs. The output feeds into runtime guards that validate your actual implementation against documented standards. Notable constraint: it explicitly forbids code examples in favor of tables and links, which makes sense for design guidelines but might feel sparse if you're used to reference implementations. Works across React, Vue, Angular, and Svelte with stack-specific adaptations. Idempotent, won't overwrite existing files, and enforces a strict no-placeholder policy in published output.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-114-frontend-docs-creator