A UI implementation guide for the doksam project, based on the component catalog and design rules at ui.doksam.com. It defines approved design tokens, brand profiles, components, and checks for following those standards.
A web-app implementation guide that turns a storyboard and a set of business rules into a working Next.js or Vite-and-React application. It treats those planning documents as the required specification.
A tool for recording live lectures, meetings, or training sessions while converting speech to text. It saves the original audio, creates rolling summaries and possible questions, and stores each session’s files in a dated folder.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…