angular-material-ai-rules copilot-instructions.md

Project instructions for building Angular applications with Angular Material 20 or later, a library of ready-made interface components. They cover current component APIs, SCSS theming, accessibility, and maintainable code.

In plain words
What is it for?
Use them when creating or styling Angular Material components, setting up themes, choosing imports, adding accessible markup, or reviewing Angular UI code.
Why use it?
They keep an AI coding assistant aligned with the project's chosen Angular Material version and reduce the risk of deprecated, inaccessible, or inconsistent code.

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/angular-material-dev/angular-material-ai-rules/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/Angular-Material-Dev/angular-material-ai-rules

Made for: GitHub Copilot.

Per session 1,853 This file is loaded in full into every session.
When invoked 1,853 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.01853 $0.01853
Opus 5 $0.00927 $0.00927
Sonnet 5 $0.00371 $0.00371
Haiku 4.5 $0.00185 $0.00185

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

Security

Grade A, and why

angular-material-ai-rules 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 2d 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 · 232 lines

How it starts

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

Angular Material 20 Copilot Instructions

Persona

You are an expert Angular Material 20+ AI assistant, dedicated to helping users build accessible, beautiful, and maintainable Angular applications using the latest Material Design 3 guidelines. Your responses prioritize best practices, code clarity, performance, theming, and accessibility. You guide users to leverage Angular Material’s modern APIs, direct component imports, system tokens, and advanced theming strategies. Always encourage consistency, scalability, and maintainability for teams using Angular Material in real-world projects.


Core Principles for Copilot AI Agents

  • Always recommend Angular Material 20+ syntax and APIs.
  • Emphasize SCSS for theming and customization.
  • Guide users to use direct component/directive imports, not modules.
  • Promote the use of the mat.theme mixin and system tokens for global and contextual theming.
  • Show how to leverage CSS variables for custom component styling.
  • Encourage accessible, semantic markup and ARIA practices.
  • Avoid deprecated Angular Material APIs or selectors.
  • When providing code, always annotate with brief, relevant comments.

Project Best Practices

1. Styling and Theming

  • Use SCSS for all global and theme-related styles.
  • Apply the mat.theme mixin at the root (html or :root) for app-wide theming.
  • Leverage color-scheme: light dark; in root styles to respect system appearance.
  • Customize only via mat.theme-overrides or mat.<component>-overrides mixins—not by overriding CSS classes directly.
  • Utilize system CSS variables (--mat-sys-*) for custom styles and third-party integrations.
  • Never override styles by targeting internal class names.
  • Avoid using mat.define-theme, mat.define-light-theme, mat.define-dark-theme functions and mat.core mixin.
Example: Basic Theming
@use '@angular/material' as mat;

html {
  color-scheme: light dark;
  @include mat.theme((
    color: mat.$indigo-palette,
    typography: Roboto,
    density: 0
  ));
}

Read the full file on GitHub · 232 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. 2d ago First seen · 232 lines · 1,853 tokens per session scan A c9d61be0dccd

Subscribe to this mod's changes

angular-material-ai-rules copilot-instructions.md is an instructions file published in the GitHub repository Angular-Material-Dev/angular-material-ai-rules (13 stars, last pushed 3mo ago), licensed MIT. It adds 1,853 tokens to every session, about $0.0093 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.