Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Senior Frontend Software Engineer

  • 31 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Guides senior front-end engineering: TypeScript/React/Next.js architecture, component APIs, client/server rendering, accessibility (WCAG), Core Web Vitals, and UI code review.

About

Guides senior front-end software engineering covering TypeScript/React/Next.js architecture, component design, rendering strategy, accessibility, performance, and UI code review. A developer uses it when building or refactoring complex UIs, designing component APIs, or optimizing LCP/INP/CLS.

  • Covers RSC vs client rendering, state, and design-system components
  • Includes WCAG accessibility work and Core Web Vitals optimization

Senior Frontend Software Engineer by the numbers

  • 31 all-time installs (skills.sh)
  • Ranked #1,457 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill senior-frontend-software-engineer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs31
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Guides senior front-end engineering: TypeScript/React/Next.js architecture, component APIs, client/server rendering, accessibility (WCAG), Core Web Vitals, and UI code review.

Files

SKILL.mdMarkdownGitHub ↗

Senior Front End Software Engineer

When to Use

  • Complex React/Next.js features, layouts, or design-system components
  • Front-end architecture decisions (state, composition, RSC vs client)
  • Performance work: bundle size, waterfalls, Core Web Vitals
  • Accessibility fixes and WCAG-oriented implementation
  • Senior front-end PR review (correctness, a11y, maintainability)

When NOT to Use

  • End-to-end feature needing new API and schema → fullstack-software-engineer or senior-fullstack-developer
  • Pure visual/design direction without code → design review workflows
  • Infrastructure, deploy, or monitoring setup → devops
  • Multi-service backend design → senior-software-engineer

Related skills

NeedSkill
Full-stack slice (API + UI)fullstack-software-engineer, senior-fullstack-developer
Cross-cutting engineering designsenior-software-engineer
Docs and UI copy in product docstech-writer-researcher
Pipeline and preview deploysdevops
UX flows and design specsproduct-designer
UI implementation from specsui-software-engineer
RUM/load investigation and perf reportsperformance-engineer
Browser auth, CSRF, CORS, session cookiesweb-application-developer
Authorized web/API security testing contextweb-pentester

Core Workflows

1. Component and feature design

1. Map user flows to routes and layout boundaries 2. Split server (data fetch, static) vs client (interaction) deliberately 3. Define component API: props, slots, variants, controlled vs uncontrolled 4. Plan states: loading, empty, error, partial success 5. Align with design tokens; avoid one-off magic values

See `references/component_architecture.md` for composition patterns.

2. State and data fetching

NeedPrefer
Server dataRSC fetch, Server Actions for mutations
Client cacheTanStack Query or similar with stale times
URL stateSearch params for shareable filters
Global UIMinimal context; colocate state

Avoid prop drilling through deep trees—compose or use context at stable boundaries.

See `references/state_data_fetching.md` for waterfalls and cache invalidation.

3. Styling and design system

  • Use design tokens (spacing, color, typography) from system
  • Variants via cva or equivalent; document in Storybook if present
  • Responsive and dark mode from tokens, not duplicated rules
  • Do not fork components without team agreement

See `references/design_system.md` for extension rules.

4. Accessibility and quality

  • Semantic HTML first; ARIA only when needed
  • Keyboard: focus order, focus visible, escape to close
  • Labels on every input; announce dynamic updates thoughtfully
  • Target WCAG 2.1 AA for customer-facing flows

See `references/a11y_performance.md` for checklist and metrics.

5. Performance

  • Measure before optimizing (Lighthouse, Web Vitals, bundle analyzer)
  • Fix waterfalls: parallelize fetches, hoist server data
  • Code-split routes and heavy widgets
  • Images: dimensions, modern formats, priority for LCP

See `references/a11y_performance.md` for INP and CLS tactics.

6. Testing and review

LayerFocus
UnitHooks, formatters, reducers
ComponentReact Testing Library—behavior not implementation
E2ECritical journeys only

PR review: a11y, edge states, unnecessary client boundaries, bundle impact, test gaps.

See `references/frontend_code_review.md` for review rubric.

When to load references

  • Components and compositionreferences/component_architecture.md
  • State and fetchingreferences/state_data_fetching.md
  • Design systemreferences/design_system.md
  • A11y and performancereferences/a11y_performance.md
  • Code reviewreferences/frontend_code_review.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.