quark-engine: Skill for Claude Code

.claude/skills/web-ui-review/SKILL.md

web-ui-review is a skill for Claude Code from ev-flow/quark-engine. It costs 25 tokens per session (1,921 once invoked), scanned A, original, GPL-3.0.

A checklist and set of automation scripts for reviewing frontend code quality, especially changes to user interfaces, components, styles, and browser interactions.

In plain words
What is it for?
Reviewing UI pull requests and checking components, styling, and browser behavior.
Why use it?
It provides a consistent way to check interface-related pull requests for quality problems.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is ev-flow/quark-engine's own configuration. It tells Claude Code how to work on quark-engine itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything quark-engine configures →

About the project

Quark Engine presents analysis reports for Android malware families, describing their behaviours, such as credential theft, remote control, data exfiltration, and ransomware activity. Security researchers use it to examine and document how malicious Android applications operate.

ev-flow/quark-engine · 1,714 stars · on GitHub · doc.quark-engine.com

Reuse

Borrowing it

Nothing to install: this file belongs to ev-flow/quark-engine. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ev-flow/quark-engine/master/.claude/skills/web-ui-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ev-flow/quark-engine

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for web-ui-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/ev-flow/quark-engine/web-ui-review.svg)](https://agentmods.dev/skills/ev-flow/quark-engine/web-ui-review)
Your own site
<a href="https://agentmods.dev/skills/ev-flow/quark-engine/web-ui-review"><img src="https://agentmods.dev/badge/skills/ev-flow/quark-engine/web-ui-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,921 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.01921
Opus 5 $0.00013 $0.00960
Sonnet 5 $0.00005 $0.00384
Haiku 4.5 $0.00003 $0.00192

Measured 7d ago against content hash 8c5294db4713, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

web-ui-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/check_bundle.sh, scripts/check_commit.sh, scripts/check_coverage.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/web-ui-review/SKILL.md · 111 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 111 lines · 25 tokens per session scan A 8c5294db4713

Subscribe to this mod's changes

web-ui-review is a skill published in the GitHub repository ev-flow/quark-engine (1,714 stars, last pushed 2d ago), licensed GPL-3.0. It adds 25 tokens to every session and 1,921 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

review-animations

Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.

emilkowalski/skills · 34 tokens

uniwind

Uniwind — Tailwind CSS v4 styling for React Native. Use when adding, building, or debugging components in a React Native project that uses Uniwind classNames. Covers setup, Metro config, global.css, theming, className props, accent- color props, platform/data/state/responsive variants, CSS variables, custom utilities…

uni-stack/uniwind · 130 tokens

generic-static-code-reviewer

Review static site code for bugs, security issues, performance problems, accessibility gaps, and CLAUDE.md compliance. Enforces pure HTML/CSS/JS standards, minimal page weight, mobile-first design. Use when completing features, before commits, or reviewing changes.

travisjneuman/.claude · 59 tokens

code-review-web

Use when reviewing web frontend code — HTML, CSS, JSX, or browser-targeted JavaScript. Enforces accessibility (WCAG AA, aria labels, focus management), XSS prevention (innerHTML, dangerouslySetInnerHTML), performance (layout thrash, CLS, lazy loading), CSS design tokens, form labeling, and event listener cleanup.…

Jamie-BitFlight/claude_skills · 91 tokens

using-design-system

Ensures consistent use of X-components design system instead of Material3 when working on feature UI code. Automatically activates for Composable functions in feature modules or when user mentions UI/screens/components.

ThisIsSadeghi/KMPilot · 37 tokens

review-tailwind

Tailwind CSS v4 review (CSS-first config, Vite plugin integration, better-tailwindcss lint rules) against current official Tailwind best practices. USE WHEN: user runs /review-tailwind or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

louisbrulenaudet/monorepo-template · 68 tokens