lovable-boilerplate global.instructions.md

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

A project-wide rulebook for a React and Vite website that uses shadcn/ui, Tailwind CSS, and Supabase. It describes how to organize components, share code, handle APIs, and maintain accessibility.

In plain words
What is it for?
Use it when creating or changing the site's components, hooks, types, styling, forms, and data connections, while following the project's required commands and design rules.
Why use it?
It gives coding agents consistent boundaries, reducing oversized components, duplicated code, inaccessible interfaces, and inconsistent project structure.

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/global
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 global.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chihebnabil/lovable-boilerplate/global.svg)](https://agentmods.dev/instructions/chihebnabil/lovable-boilerplate/global)
Your own site
<a href="https://agentmods.dev/instructions/chihebnabil/lovable-boilerplate/global"><img src="https://agentmods.dev/badge/instructions/chihebnabil/lovable-boilerplate/global.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,766 This file is loaded in full into every session.
When invoked 1,766 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.01766 $0.01766
Opus 5 $0.00883 $0.00883
Sonnet 5 $0.00353 $0.00353
Haiku 4.5 $0.00177 $0.00177

Measured 5d ago against content hash 27f2a059e2aa, 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 global.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 5d 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/global.instructions.md · 220 lines

How it starts

The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.

React + Vite + shadcn/ui Template - Premium Design System

CRITICAL RULES - READ FIRST

NEVER CREATE:

  • Monolithic components over 300 lines
  • Copy-pasted code - extract to reusable functions/hooks
  • Inline API calls in components - use service layer
  • Poor accessibility - maintain WCAG 2.1 AA contrast (4.5:1 minimum)
  • Generic designs - always adapt to target industry/audience

ALWAYS CREATE:

  • Focused components (20-100 lines, single responsibility)
  • Custom hooks for reusable logic
  • Composition patterns - build complex UI from smaller parts
  • Shared types in lib/types.ts
  • Premium designs with sophisticated animations and visual hierarchy

Essential Commands

npm run dev          # Start development server (port 8080)
npm run build        # Production build  
npm run lint         # Run ESLint - MUST pass before shipping

DETAILED GUIDELINES

This project uses a modular instruction system. For comprehensive guidance, see:

Tech Stack Overview

Project Overview

  • Framework: React 18.3.1 with TypeScript
  • Build Tool: Vite 5.4.1
  • UI Components: shadcn/ui (Radix UI primitives)
  • Styling: Tailwind CSS with custom theme
  • Routing: React Router DOM v6
  • State Management: TanStack Query (React Query)
  • Backend: Supabase (Authentication, Database, Real-time)
  • Form Handling: React Hook Form with Zod validation
  • Package Manager: npm

Read the full file on GitHub · 220 lines

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. 5d ago First seen · 220 lines · 1,766 tokens per session scan A 27f2a059e2aa

Subscribe to this mod's changes

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

awesome-agents-md copilot-instructions.md

Instructions for bradleybeatz1313/awesome-agents-md, covering github copilot — custom instructions for next.js 15, conventions, forbidden patterns, cache and hydration awareness and files to leave alone unless asked.

bradleybeatz1313/awesome-agents-md · 521 tokens

ai-website-cloner-template copilot-instructions.md

Instructions for JCodesMore/ai-website-cloner-template, covering this is not the next.js you know, website reverse-engineer template, what this is, tech stack and commands.

JCodesMore/ai-website-cloner-template · 1,779 tokens

nextarter-tailwind AGENTS.md

AGENTS.md instructions for agustinusnathaniel/nextarter-tailwind, covering next.js: always read docs before coding, ai agent guidance: nextarter-tailwind, 1. mental model for agents, implementation delegation and tooling strategy.

agustinusnathaniel/nextarter-tailwind · 1,839 tokens

build-applications-w-copilot-agent-mode octofit_tracker_react_frontend.instructions.md

Instructions for skills/build-applications-w-copilot-agent-mode, covering octofit tracker react presentation tier guidelines and images.

skills/build-applications-w-copilot-agent-mode · 124 tokens

cos-design CLAUDE.md

Claude Code instructions for jiaxiantao/cos-design, covering cos-design — claude code context, for library consumers (user projects), quick reference, when to use and constraints.

jiaxiantao/cos-design · 371 tokens

claude-task-master CLAUDE.md

Claude Code instructions for eyaltoledano/claude-task-master, covering claude code instructions, task master ai instructions, test guidelines, test file placement and synchronous tests.

eyaltoledano/claude-task-master · 1,815 tokens