account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Build and refine web UI—component structure, responsive layout, design tokens, state, and accessibility. Use for feature UI work beyond WCAG checks alone.
$ npx -y skills add charlieviettq/awesome-agent-skill --skill frontend-ui-engineering --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/frontend-ui-engineeringContext preview
The summary Claude sees to decide when to auto-load this skill.
Build and refine web UI—component structure, responsive layout, design tokens, state, and accessibility. Use for feature UI work beyond WCAG checks alone.
name: frontend-ui-engineering description: "Build and refine web UI—component structure, responsive layout, design tokens, state, and accessibility. Use for feature UI work beyond WCAG checks alone." allowed-tools: Read, Glob, Grep
End-to-end UI implementation: structure, styling, responsive behavior, state, and accessibility. Extends `frontend-ui-accessibility` with architecture and design-system discipline.
1. **Inventory** — existing components, tokens, patterns to reuse 2. **Structure** — semantic HTML; split presentational vs container components 3. **Layout** — mobile-first breakpoints; avoid fixed widths that break small screens 4. **State** — local vs shared; minimize prop drilling; document async/loading/error UI 5. **Styling** — tokens (color, spacing, type); no magic numbers scattered 6. **A11y** — keyboard, focus, labels, contrast (see `frontend-ui-accessibility`) 7. **Verify** — key viewports; critical user paths; no console errors
| Area | Check | |------|-------| | Components | Single responsibility; reusable primitives | | Responsive | Works at 320px and desktop; touch targets adequate | | Loading/empty/error | All three states designed | | Performance | Avoid unnecessary re-renders; lazy-load heavy assets | | A11y | Focus order, ARIA only when needed, form labels |
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…