claudette frontend.instructions.md

Rules for a frontend application built with React and TypeScript, using Zustand for shared state, CSS modules for styling, Vite for development, Bun for tooling, and Vitest for tests. They also define conventions for typed desktop-app communication.

In plain words
What is it for?
Use them when changing frontend components, state slices, styles, tests, or Tauri communication, especially when a feature must survive navigation, workspace changes, or replayed events.
Why use it?
They help prevent frontend changes that break shared state, typing, navigation, keyboard behavior, terminal sizing, or existing loading and error handling.

Instructions file for GitHub Copilot

Install

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.

agentmods
npx agentmods add instructions/utensils/claudette/frontend
Clone the repo
git clone --depth 1 https://github.com/utensils/claudette

Made for: GitHub Copilot.

Per session 394 This file is loaded in full into every session.
When invoked 394 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00394 $0.00394
Opus 5 $0.00197 $0.00197
Sonnet 5 $0.00079 $0.00079
Haiku 4.5 $0.00039 $0.00039

Measured 2d ago against content hash bc66396e1811, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claudette frontend.instructions.md 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.

.github/instructions/frontend.instructions.md · 20 lines

What it actually says

Frontend code is React, TypeScript strict mode, Zustand, CSS modules, Vite, Bun, and Vitest. Do not use any; read the actual type definitions before constructing fixtures or Tauri payloads.

State belongs in the existing Zustand slices under src/ui/src/stores/slices/. Add or update a domain slice instead of growing component-local state that must survive navigation, workspace switching, or event replay.

Keep large components from becoming god files. Before adding substantial logic to Sidebar.tsx, ChatPanel.tsx, ChatInputArea.tsx, TerminalPanel.tsx, settings sections, or large CSS modules, prefer a focused child component, hook, pure helper, or testable logic module in the same feature folder.

Preserve established workflows and UI affordances. Treat removed buttons, changed keyboard behavior, lost selection, broken scrolling, altered terminal sizing, dropped context-menu actions, changed tab/session ordering, and missing loading/error states as regressions unless explicitly requested.

Use existing service wrappers in src/ui/src/services/ for Tauri IPC. Keep command names and payload shapes aligned with Rust models and commands. Do not bypass typed wrappers for one-off invoke calls when a service module owns the domain.

All colors outside src/ui/src/styles/theme.css must use CSS custom properties, usually var(--token-name) or rgba(var(--token-rgb), alpha). Do not add raw hex/rgb/rgba literals to components or CSS modules.

Prefer logic tests for behavior-heavy UI. Put pure behavior in helpers when possible and cover it with Vitest. For TypeScript changes, run cd src/ui && bunx tsc -b; test passing alone is not enough.

Do not update bun.lock unless dependency changes are intentional. Use Bun commands, not npm or yarn.

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. 2d ago First seen · 20 lines · 394 tokens per session scan A bc66396e1811

Subscribe to this mod's changes

claudette frontend.instructions.md is an instructions file published in the GitHub repository utensils/claudette (75 stars, last pushed 2d ago), licensed MIT. It adds 394 tokens to every session, about $0.0020 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 instructions, from other repositories

kungfu copilot-instructions.md

Copilot instructions for kungfu-systems/kungfu: Read and follow AGENTS.md before proposing or running changes. It is the shared agent router for this repository, including the canonical Shifu development and build entrypoint.

kungfu-systems/kungfu · 45 tokens

sofagent GEMINI.md

Instructions for KongFangXun/sofagent, covering gemini.md · sofagent gemini cli 适配(薄挂载), 会话开始时按序加载(四层加载链), 审计强制(平台无关) and 连接 mcp server.

KongFangXun/sofagent · 464 tokens

openbridge-webcomponents docgen.instructions.md

Instructions for Ocean-Industries-Concept-Lab/openbridge-webcomponents, covering doc generator cli, it never edits the original and keep the prompt aligned with the rules.

Ocean-Industries-Concept-Lab/openbridge-webcomponents · 401 tokens

agents CLAUDE.md

Instructions for eloylp/agents, covering claude.md, project overview, directory structure, config model and build & run.

eloylp/agents · 5,296 tokens

growmos AGENTS.md

Instructions for codician-team/growmos: This repository keeps a knowledge graph in .growmos/ (entities, typed relations, provenance, profiles, a journal). It is the shared world model that survives context windows. Treat it as memory you read at the start of work and write to as you develop. Zero-config commands.

codician-team/growmos · 606 tokens

ideate AGENTS.md

Instructions for paultyng/ideate, covering agents.md, build features as mcp tools first, ui second, when to add ui and pattern.

paultyng/ideate · 641 tokens