lovable-boilerplate reusable.instructions.md

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

Instructions for splitting large React interface components into focused files and placing them in consistent component folders.

In plain words
What is it for?
Use them when extracting components from `src/pages/**`, organizing shared or feature-specific UI, and updating imports after a split.
Why use it?
They reduce crowded page files and keep visual layout separate from application logic, making code easier to locate and maintain.

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

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

Measured 5d ago against content hash 1cc609561b77, 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 reusable.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/reusable.instructions.md · 26 lines

What it actually says

Component Extraction Instructions

When working inside files in src/pages/**, follow these rules strictly:

Component Splitting Rules

  • If a component exceeds 100 lines, move it to its own file.
  • For each component extracted, place it in src/components/[context]:
    • Layout/UI elementssrc/components/ui/
    • Reusable app partssrc/components/common/
    • Feature-specificsrc/components/features/[feature-name]/
  • Components must be named after the file (Header.tsx exports Header).
  • Always update imports in the original file after extraction.
  • Maintain folder structure consistency. Never create new folders unless necessary.

Avoid

  • Declaring multiple major components in a single file.
  • Leaving UI logic or JSX definitions inline inside src/pages/**.
  • Mixing layout code and business logic.
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 · 26 lines · 200 tokens per session scan A 1cc609561b77

Subscribe to this mod's changes

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

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

packmind packmind-frontend-data-flow.instructions.md

Instructions for PackmindHub/packmind: This standard defines the recommended data flow pattern for frontend routes in the Packmind codebase using React Router v7 in framework mode with TanStack Query for data management. It ensures consist... .

PackmindHub/packmind · 416 tokens

packmind packmind-frontend-navigation-with-react-router.instructions.md

Instructions for PackmindHub/packmind: This codebase uses React Router v7 with organization and space scoping in URLs (e.g., /org/{orgSlug}/space/{spaceSlug}/recipes). To maintain consistency, improve maintainability, and simplify navigati... .

PackmindHub/packmind · 229 tokens

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

Instructions for skills/build-applications-w-copilot-agent-mode, covering octofit tracker multi-tier application setup guidelines, application goals, command execution rules, forwarded ports and project structure.

skills/build-applications-w-copilot-agent-mode · 323 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

oh-my-copilot AGENTS.md

AGENTS.md instructions for RobinNorberg/oh-my-copilot, covering oh-my-copilot - intelligent multi-agent orchestration, working agreements, setup and review guidelines.

RobinNorberg/oh-my-copilot · 5,029 tokens