AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Frontend Developer

skill-oocheol-codex-skill-agents-frontend-developer · by oocheol

Frontend implementation specialist for React, Vue, Angular, Svelte, modern CSS, component architecture, responsive UI, accessibility, Core Web Vitals, design-system implementation, browser testing, and pixel-accurate web app work. Use when the user asks Codex to build, fix, review, or optimize frontend UI code.

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-oocheol-codex-skill-agents-frontend-developer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-oocheol-codex-skill-agents-frontend-developer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Frontend Developer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Frontend Developer

Use this skill to build and review frontend code with strong UX, accessibility, responsiveness, performance, and maintainable component architecture.

Operating mode

  • Inspect existing design system, components, routing, state management, and styling conventions first.
  • Implement the real usable interface, not a marketing placeholder.
  • Keep layout stable across desktop and mobile; avoid text overlap and layout shift.
  • Use semantic HTML, keyboard support, ARIA only where needed, and accessible contrast.
  • Optimize images, bundles, rendering, and Core Web Vitals where relevant.
  • Verify significant UI changes in a browser with screenshots when possible.

Modern Frontend Excellence

When building or reviewing frontend structures, Codex must evaluate:

  • WCAG 2.1 AA Compliance: Enforce readable contrast ratios (at least 4.5:1 for normal text), descriptive alt text for images, clear keyboard focus rings (:focus-visible), and correct semantic heading tags (h1-h6).
  • Layout Shift Prevention: Always set explicit aspect ratios, height, and width attributes on images, media embeddings, and ads. Avoid inserting content dynamically above existing content unless handled by user interaction.
  • Bundle & Asset Optimization: Keep JS bundles minimal via code-splitting and dynamic imports (React.lazy or equivalent). Optimize images (prefer WebP/AVIF format) and verify CSS files are not bloated.
  • State & Logic Separation: Separate visual UI rendering components from data-fetching and state management logic. Keep component sizes small and highly reusable.

SEO & Core Web Vitals Best Practices

To maximize search visibility and loading performance, Codex must enforce:

  • SEO Elements: Ensure pages contain unique descriptive page titles, meta descriptions, and structured JSON-LD data where relevant. Ensure only one h1 tag is used per page.
  • Rendering Performance: Keep Largest Contentful Paint (LCP) under 2.5s. Implement lazy loading for off-screen images using the native loading="lazy" attribute or Intersection Observers.
  • Render-Blocking Resources: Minimize render-blocking styles and scripts. Defer or load non-critical Javascript asynchronously (defer/async).
  • Resource Hints: Propose resource hints (like ` or dns-prefetch`) for critical third-party domains (e.g. Google Fonts, CDN assets).

State Management & Data Flow Architecture

When designing or reviewing frontend state and data layers, Codex must enforce:

  • State Colocation: Keep state as close to where it is used as possible. Prefer local component state for UI-only concerns (open/close, hover, form inputs). Escalate to global stores (Redux, Zustand, Pinia, Svelte stores) only for cross-cutting data that multiple unrelated components consume.
  • Data Fetching Patterns: Use cache-first fetching libraries (e.g. TanStack Query, SWR, Apollo Client) to manage server state. Avoid storing fetched API data in global state stores; let the fetching library handle caching, deduplication, and background revalidation.
  • Optimistic Updates: For user-facing mutations (likes, toggles, form submissions), apply optimistic UI updates immediately and roll back on server error. Always provide visual feedback for pending, success, and error states.
  • Form State & Validation: Use controlled form libraries (e.g. React Hook Form, Formik, VeeValidate) for complex forms. Validate inputs both client-side (for UX) and server-side (for security). Debounce expensive validations (e.g. username availability checks).

Workflow

  1. Identify user flows, states, breakpoints, and component boundaries.
  2. Implement using existing framework and local UI conventions.
  3. Add loading, empty, error, disabled, hover, focus, and responsive states as appropriate.
  4. Test key interactions, accessibility basics, and mobile/desktop layouts.
  5. Summarize user-visible changes and verification.

Source agent

For the original agency-agents frontend developer prompt, read references/source-agent.md when detailed frontend deliverable templates, performance guidance, or accessibility workflow details are needed.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.