spark-web: Skill for Cursor

.cursor/skills/run-quality-checks/SKILL.md

run-quality-checks is a skill for Cursor from leboncoin/spark-web. It costs 38 tokens per session (397 once invoked), scanned A, original, MIT.

A checklist of commands for checking a TypeScript project before a commit or pull request. It runs linting, type checking, formatting checks, unit tests, end-to-end tests, coverage, and accessibility tests.

In plain words
What is it for?
Use it to run the project's full quality pipeline or individual checks such as lint, type checking, formatting, unit tests, and browser-based end-to-end tests.
Why use it?
It gathers separate code-quality checks into one documented workflow, reducing the chance of missing a failing check before sharing changes.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is leboncoin/spark-web's own configuration. It tells Cursor how to work on spark-web 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 spark-web configures →

Reuse

Borrowing it

Nothing to install: this file belongs to leboncoin/spark-web. 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/leboncoin/spark-web/main/.cursor/skills/run-quality-checks/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/leboncoin/spark-web

Made for: Cursor.

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 run-quality-checks

README.md
[![agentmods](https://agentmods.dev/badge/skills/leboncoin/spark-web/run-quality-checks/github.svg)](https://agentmods.dev/skills/leboncoin/spark-web/run-quality-checks)
Your own site
<a href="https://agentmods.dev/skills/leboncoin/spark-web/run-quality-checks"><img src="https://agentmods.dev/badge/skills/leboncoin/spark-web/run-quality-checks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for run-quality-checks

Your own site · 80×15
<a href="https://agentmods.dev/skills/leboncoin/spark-web/run-quality-checks"><img src="https://agentmods.dev/badge/skills/leboncoin/spark-web/run-quality-checks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 397 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 original 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.00038 $0.00397
Opus 5 $0.00019 $0.00198
Sonnet 5 $0.00008 $0.00079
Haiku 4.5 $0.00004 $0.00040

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

Security

Grade A, and why

run-quality-checks 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 4d ago.

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.

.cursor/skills/run-quality-checks/SKILL.md · 79 lines

What it actually says

Run Quality Checks

Execute all code quality checks for the Spark UI project.

When to Use

  • Before committing code
  • When preparing a PR
  • User wants to verify code quality
  • User mentions "lint", "typecheck", or "quality"

Instructions

  1. Linting:

    npm run lint
    

    Checks code style and quality with Oxlint.

  2. Type Checking:

    npm run typecheck
    

    Verifies TypeScript types are correct.

  3. Formatting:

    npm run format
    

    Writes formatted source with Oxfmt.

  4. Formatting (check only):

    npm run format:check
    

    Verifies formatting without modifying files.

  5. Lint and format:

    npm run prettify
    

    Runs lint, then applies Oxfmt.

  6. Tests:

    npm run test:run
    

    Runs all unit tests.

  7. Test Coverage:

    npm run test:coverage
    

    Generates coverage report.

  8. E2E Tests:

    npm run test:e2e
    

    Runs end-to-end tests with Playwright.

  9. Accessibility Tests:

    npm run test:a11y
    

    Runs accessibility tests.

Complete Quality Pipeline

For a complete check before PR:

npm run lint && npm run format:check && npm run typecheck && npm run test:run && npm run test:a11y
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. 4d ago First seen · 79 lines · 38 tokens per session scan A 4e63a70e4a82

Subscribe to this mod's changes

run-quality-checks is a skill published in the GitHub repository leboncoin/spark-web (93 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 397 once invoked, about $0.0002 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-09-05.

Related

Other skills, from other repositories

storybook-mcp-integration

Reference for the Storybook MCP server itself (@storybook/addon-mcp): 6 tools across 3 toolsets (dev, docs, testing), availability detection, and per-agent toolset filtering. Use when setting up the server or calling these tools directly against components that already exist. For the end-to-end pipeline that turns a…

yonatangross/orchestkit · 91 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

chakra-ui-migrate

Migrate Chakra UI projects from v2 to v3, covering package changes, codemods, provider setup, color mode, prop renaming, compound components, theming, recipes, and Next.js updates. Use this skill whenever a user is upgrading Chakra UI versions, encountering breaking changes after an upgrade, converting old v2 patterns…

chakra-ui/chakra-ui · 137 tokens

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

chakra-ui-refactor

Review, convert, and improve UI code using Chakra UI v3. Use this skill whenever a user wants to review Chakra UI code for issues, convert plain HTML/CSS, Tailwind, CSS Modules, or styled-components to Chakra UI, clean up messy Chakra components, fix layout structure or token usage, or asks anything like "is this…

chakra-ui/chakra-ui · 139 tokens

material-ui-nextjs

Integrates Material UI with Next.js App and Pages routers using @mui/material-nextjs, Emotion cache providers, next/font, CSS layers with Tailwind/CSS Modules, Link component prop patterns, CSS theme variables SSR notes, and App Router useSearchParams + Suspense. Use when setting up or debugging MUI in a Next.js app.

mui/material-ui · 76 tokens