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/angular-material-dev/angular-material-ai-rules/copilot-instructionsgit clone --depth 1 https://github.com/Angular-Material-Dev/angular-material-ai-rulesWhat 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.01853 | $0.01853 |
| Opus 5 | $0.00927 | $0.00927 |
| Sonnet 5 | $0.00371 | $0.00371 |
| Haiku 4.5 | $0.00185 | $0.00185 |
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.
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.thememixin 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.thememixin at the root (htmlor:root) for app-wide theming. - Leverage
color-scheme: light dark;in root styles to respect system appearance. - Customize only via
mat.theme-overridesormat.<component>-overridesmixins—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-themefunctions andmat.coremixin.
Example: Basic Theming
@use '@angular/material' as mat;
html {
color-scheme: light dark;
@include mat.theme((
color: mat.$indigo-palette,
typography: Roboto,
density: 0
));
}
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.
- 2d ago First seen · 232 lines · 1,853 tokens per session scan A c9d61be0dccd
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.
Other instructions, from other repositories
skillkit CLAUDE.md
Instructions for sacredvoid/skillkit, covering skillkit, github pages, skill file format and git remote.
agent-context-doctor AGENTS.md
AGENTS.md instructions for dadion123/agent-context-doctor, covering agent notes, commands, product direction and maintainer workflow.
agent-context-doctor CLAUDE.md
Claude Code instructions for dadion123/agent-context-doctor: Read AGENTS.md first. This file is a thin Claude Code adapter so the repository has one canonical agent context.
agent-context-doctor copilot-instructions.md
Copilot instructions for dadion123/agent-context-doctor: Use AGENTS.md as the canonical repository context.
cursor-rules AGENTS.md
Instructions for ZanzyTHEbar/cursor-rules, covering agents.md, repo shape, commands, config and runtime gotchas and tests and fixtures.
mpa-first-guidelines copilot-instructions.md
Instructions for RealistSec/mpa-first-guidelines, covering copilot instructions: mpa-first guidelines repository, repository purpose, key files & their roles, writing style & tone and content maintenance patterns.