This generates a working FAQ page with accordion sections, live search, and category filters. You get 12-18 realistic questions across 3-4 categories, all in a single HTML file with inline CSS and JS. The accordion uses proper ARIA or native details/summary elements, search filters questions case-insensitively as you type, and category pills toggle what's visible. It's useful when you need a help center or support page but don't want to wire up a backend. The skill reads your design system tokens for buttons and inputs, writes domain-specific questions instead of placeholders, and handles edge cases like very short FAQ lists by skipping the filters entirely.
npx skills add https://github.com/nexu-io/open-design --skill faq-page