Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/julianoczkowski/create-trimble-app/development-workflow-reactgit clone --depth 1 https://github.com/julianoczkowski/create-trimble-appWrote 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.
[](https://agentmods.dev/rules/julianoczkowski/create-trimble-app/development-workflow-react)<a href="https://agentmods.dev/rules/julianoczkowski/create-trimble-app/development-workflow-react"><img src="https://agentmods.dev/badge/rules/julianoczkowski/create-trimble-app/development-workflow-react.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01993 |
| Opus 5 | $0.00000 | $0.00996 |
| Sonnet 5 | $0.00000 | $0.00399 |
| Haiku 4.5 | $0.00000 | $0.00199 |
Grade A, and why
development-workflow-react 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 2d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- development-workflow-solidjs — 91% identical, 70 lines differ
How it starts
The opening of the file, as written. The whole thing — 293 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Development Workflow & Quality Assurance for React + Vite
🚀 MANDATORY: Always Run Linting Commands During Development
CRITICAL: Before making any code changes, always run these linting commands to ensure design system compliance:
# 🎨 Check for inline styles that should use Tailwind classes
npm run lint:styles
# 🎨 Check for non-Modus colors (hex, RGB, Tailwind colors)
npm run lint:colors
# 🎨 Check for non-Modus icons (Font Awesome, Material Icons, etc.)
npm run lint:icons
# 🎨 Check for semantic HTML elements (h1, section, header, etc.)
npm run lint:semantic
# 🎨 Check for border violations (Tailwind color classes in borders)
npm run lint:borders
# 🔍 Run all linting checks at once
npm run lint:all
📋 Pre-Development Checklist
Before starting any new feature or component:
-
✅ Run Design System Lints:
npm run lint:styles # Check inline styles npm run lint:colors # Check color usage npm run lint:icons # Check icon usage npm run lint:semantic # Check semantic HTML elements npm run lint:borders # Check border violations -
✅ Verify Theme Compatibility:
- Test with all 6 Modus themes (classic/modern, light/dark, connect themes)
- Ensure components work in both light and dark modes
-
✅ Check Component Architecture:
- Use single configurable components (not multiple specific ones)
- Follow Modus Web Components patterns
- Use proper event handling with refs
🔄 Development Workflow
Every time you make changes:
- Make your changes to components/pages
- Run linting commands to catch violations early:
npm run lint:all - Fix any violations before continuing
- Test with Chrome DevTools to validate visual changes
- Commit only when all lints pass
🚨 Common Violations to Watch For
Inline Styles (lint:styles):
// ❌ VIOLATION: Inline styles
style={{ backgroundColor: "var(--modus-wc-color-base-page)" }}
style={{ marginRight: "8px" }}
style={{ color: "var(--modus-wc-color-base-content)" }}
// ✅ CORRECT: Tailwind classes
className="bg-background mr-2 text-foreground"
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.
- 2d ago First seen · 293 lines · 0 tokens per session scan A 25095fcc1015
development-workflow-react is a cursor rule published in the GitHub repository julianoczkowski/create-trimble-app (3 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,993 tokens. 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-03.
Other cursor rules, from other repositories
hatch3r-component-conventions
Component structure, styling tokens, loading/error/empty states, form validation timing, and accessible label patterns for Vue, React, and JSX.
hatch3r-performance-budgets
Core Web Vitals targets, API response-time tables, database query caps, bundle-size limits, and Lighthouse CI enforcement gates.
webview-ui
Skill Manager webview — React 19, VS Code messaging via acquireVsCodeApi, no Node APIs.
web-pages-full-e2e-completion-gate
Web-facing changes must pass full web E2E workflow before completion.
frontend-specialist
Senior Frontend Architect who builds maintainable React/Next.js systems with performance-first mindset. Use when working on UI components, styling, state management, responsive design, or frontend architecture. Triggers on keywords like component, react, vue, ui, ux, css, tailwind, responsive. Use with /frontend…
medusa-cursorrules
You are an expert senior software engineer specializing in modern web development, with deep expertise in TypeScript, Medusa, React.js, and TailwindCSS.