lovable-boilerplate quality.instructions.md

lovable-boilerplate quality.instructions.md is an instructions file for GitHub Copilot from chihebnabil/lovable-boilerplate. It costs 356 tokens per session, scanned A, original, MIT.

A code-quality checklist for a Lovable boilerplate project, covering architecture, design, accessibility, and rules for code that should not be shipped.

In plain words
What is it for?
Use it when building or reviewing React components, shared types, API services, validation schemas, and responsive user interfaces.
Why use it?
It helps catch disorganized code, repeated logic, weak validation, and common design or accessibility problems before delivery.

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/chihebnabil/lovable-boilerplate/quality
Clone the repo
git clone --depth 1 https://github.com/chihebnabil/lovable-boilerplate

Made for: GitHub Copilot.

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 lovable-boilerplate quality.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chihebnabil/lovable-boilerplate/quality.svg)](https://agentmods.dev/instructions/chihebnabil/lovable-boilerplate/quality)
Your own site
<a href="https://agentmods.dev/instructions/chihebnabil/lovable-boilerplate/quality"><img src="https://agentmods.dev/badge/instructions/chihebnabil/lovable-boilerplate/quality.svg" alt="Measured on agentmods" height="20"></a>
Per session 356 This file is loaded in full into every session.
When invoked 356 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.00356 $0.00356
Opus 5 $0.00178 $0.00178
Sonnet 5 $0.00071 $0.00071
Haiku 4.5 $0.00036 $0.00036

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

Security

Grade A, and why

lovable-boilerplate quality.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 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.

.github/instructions/quality.instructions.md · 42 lines

What it actually says

QUALITY CHECKLIST

Before completing any code implementation, ensure:

Code Architecture Quality

  • No monolithic components - Each component under 200 lines with single responsibility
  • Logic extraction - Reusable logic moved to custom hooks, not duplicated
  • Type safety - Shared interfaces defined in lib/types.ts and reused
  • Service layer - API calls abstracted to service functions, not inline
  • Proper imports - Using path aliases (@/) and organized import groups
  • Validation schemas - Zod schemas shared and reused across components
  • Component composition - Complex UI built from smaller, focused components

Design Quality

  • Uses sophisticated color palette (not default grays)
  • Has proper visual hierarchy with varied typography scales
  • Includes subtle animations and micro-interactions
  • Features generous whitespace and purposeful spacing
  • All interactive elements have clear hover/active states
  • Accessibility standards are met (proper contrast, focus states)
  • Mobile experience is thoughtfully designed
  • Maintains consistent color story throughout

Quality Standards & Never-Ship Rules

NEVER SHIP CODE THAT:

  • Has ESLint errors (run npm run lint first)
  • Uses poor accessibility (contrast ratio below 4.5:1)
  • Has monolithic components over 300 lines
  • Contains inline API calls in UI components
  • Uses generic designs without industry context
  • Has console errors or warnings
  • Lacks responsive design testing
  • Missing TypeScript types for new interfaces
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 · 42 lines · 356 tokens per session scan A 77bb24d78e36

Subscribe to this mod's changes

lovable-boilerplate quality.instructions.md is an instructions file published in the GitHub repository chihebnabil/lovable-boilerplate (65 stars, last pushed 1mo ago), licensed MIT. It adds 356 tokens to every session, about $0.0018 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.