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

Fe Devtools

skill-sukirman1901-frontend-expert-fe-devtools · by sukirman1901

>-

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

Install

$ agentstack add skill-sukirman1901-frontend-expert-fe-devtools

✓ 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-sukirman1901-frontend-expert-fe-devtools)

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 Fe Devtools? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

FE DevTools

Overview

Use browser/tooling evidence when available — don’t invent Lighthouse scores. Pair with web-performance, accessibility, and frontend-testing.

When to use

  • /test-ui or ship checks when tooling exists in the project
  • User asks for Lighthouse, axe, Network, Layout shift, Coverage
  • Design/perf audit needs measured Performance or Accessibility scorecard rows
  • Verifying no horizontal overflow / focus order with real viewport tools

When to skip

  • No runnable app / static markdown-only change
  • User wants theory-only advice with no environment
  • Pure token rename with no UI surface

MUST vs optional

| Check | MUST when | Optional | |-------|-----------|----------| | Responsive viewports | Layout UI ship (320/768/1024/1440) | — | | Keyboard / focus | Interactive forms, dialogs, drawers | — | | axe / a11y scan | /test-ui, /design deep, or user asks | Quick source-only audit | | Lighthouse / CWV | Perf ask, public landing, /design deep with app running | Tiny internal chrome tweak | | Network waterfalls | Suspected overfetch / huge assets | Default CRUD form | | Layout / CLS | Animations, fonts, images without dimensions | Static settings copy |

Rule: Never fabricate scores. If tools didn’t run → scorecard = not evaluated.

Workflow

  1. Confirm target — URL/route or local preview command
  2. Viewport — resize or device mode; note Responsive Conventions
  3. A11y — axe or equivalent; fix Critical/High (labels, contrast, names)
  4. Perf — Lighthouse or Web Vitals extension on key route; note LCP/INP/CLS risks
  5. Network — flag obvious huge JS/CSS/images on first load
  6. Report — tool · metric · value · source; hand remediations to web-performance / accessibility / build skills

Checklist

  • [ ] Did not invent Lighthouse/axe numbers
  • [ ] Viewport evidence for layout ships
  • [ ] A11y scan when MUST (or waiver documented)
  • [ ] Perf metrics only when tool ran or explicitly source-level risks
  • [ ] Findings mapped to skills (not dumped as vague “optimize”)

Depth

references/fe-devtools.md. CWV detail: references/performance.md. A11y: references/accessibility-checklist.md.

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.