frappe-ui copilot-instructions.md

frappe-ui copilot-instructions.md is an instructions file for GitHub Copilot from frappe/frappe-ui. It costs 621 tokens per session, scanned A, original, MIT.

Coding rules for frappe-ui, a Vue 3 component library used to build interfaces for Frappe applications. They explain which project documents to read and how to design components and their public interfaces.

In plain words
What is it for?
Use them when changing Vue components, public component properties or events, styling tokens, documentation-driven specifications, or release-related code in frappe-ui.
Why use it?
They help keep library changes compatible and consistent, instead of introducing undocumented APIs, fragile styling hooks, or broad rewrites.

Instructions file for GitHub Copilot

About the project

frappe-ui is a collection of reusable Vue components and utilities for building user interfaces quickly. It is for developers creating interfaces with Frappe and Vue.

frappe/frappe-ui · 1,010 stars · on GitHub · ui.frappe.io

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/frappe/frappe-ui/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/frappe/frappe-ui

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 frappe-ui copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/frappe/frappe-ui/copilot-instructions.svg)](https://agentmods.dev/instructions/frappe/frappe-ui/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/frappe/frappe-ui/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/frappe/frappe-ui/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 621 This file is loaded in full into every session.
When invoked 621 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.1 $0.00621 $0.00621
Opus 5 $0.00311 $0.00311
Sonnet 5 $0.00124 $0.00124
Haiku 4.5 $0.00062 $0.00062

Measured 6d ago against content hash 091bf4fd7f38, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

frappe-ui copilot-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 6d 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/copilot-instructions.md · 56 lines

How it starts

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

frappe-ui Copilot instructions

frappe-ui is a Vue 3 component library and utilities package for Frappe-based apps. Treat it as a reusable library, not an app codebase.

Read order

  1. CONTEXT.md — repo map and shared vocabulary.
  2. PHILOSOPHY.md — API design rules.
  3. spec/README.md — current specs and ADR index.
  4. The relevant spec/*.md file before changing public component APIs.
  5. v1-release/README.md for release execution, migration, changelog, and research.

If docs conflict, prefer:

spec/*.md > accepted ADRs > PHILOSOPHY.md > CONTEXT.md > v1-release research/plan

Working rules

  • Preserve backwards compatibility unless a spec explicitly calls for a breaking v1 change or deprecation path.
  • Prefer small, focused changes over broad rewrites.
  • New or modernized Vue components should use TypeScript and <script setup lang="ts">.
  • Public component APIs need typed props/emits/slots/exposed surfaces and useful JSDoc.
  • Use semantic Tailwind tokens (surface-*, ink-*, outline-*) instead of hardcoded colors.
  • Prefer stable styling hooks (data-slot, data-state, data-size, data-variant, data-disabled) over DOM/class assumptions.
  • Accessibility, keyboard behavior, focus management, and ARIA semantics are part of done.
  • Update docs, stories, tests, and changelog/migration notes when public behavior changes.

Component API rules

Follow PHILOSOPHY.md and the relevant spec.

Area-specific pointers

Do not

  • Invent new public API vocabulary without checking PHILOSOPHY.md and spec/.
  • Treat v1-release/research/ as the current contract.
  • Expand legacy compatibility APIs casually.
  • Make broad repo-wide refactors unless explicitly requested.
  • Optimize for app-local convenience at the expense of reusable-library stability.

Read the full file on GitHub · 56 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. 6d ago First seen · 56 lines · 621 tokens per session scan A 091bf4fd7f38

Subscribe to this mod's changes

frappe-ui copilot-instructions.md is an instructions file published in the GitHub repository frappe/frappe-ui (1,010 stars, last pushed yesterday), licensed MIT. It adds 621 tokens to every session, about $0.0031 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.