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 instructions/chihebnabil/lovable-boilerplate/globalgit clone --depth 1 https://github.com/chihebnabil/lovable-boilerplateWrote 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/instructions/chihebnabil/lovable-boilerplate/global)<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>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 | $0.01766 | $0.01766 |
| Opus 5 | $0.00883 | $0.00883 |
| Sonnet 5 | $0.00353 | $0.00353 |
| Haiku 4.5 | $0.00177 | $0.00177 |
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.
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:
- Architecture Guidelines - Component organization, reusability patterns, custom hooks, and code structure
- Design Guidelines - Visual design system, industry-specific styling, accessibility, and premium UI patterns
- Development Workflow - Commands, configuration, testing, and quality standards
- Component Guidelines - UI, common, and feature component patterns
- Hooks Guidelines - Custom hook patterns for data, forms, and UI state
- Page Guidelines - Page composition and organization rules
- Library Guidelines - Utilities, types, constants, and service layer patterns
- Quality Checklist - Code quality, design standards, and never-ship rules
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
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.
- 5d ago First seen · 220 lines · 1,766 tokens per session scan A 27f2a059e2aa
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.
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.
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.
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.
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.
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.
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.