Borrowing it
Nothing to install: this file belongs to JustinGrote/ExcelFast. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/JustinGrote/ExcelFast/main/.github/copilot-instructions.mdgit clone --depth 1 https://github.com/JustinGrote/ExcelFastWrote 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/justingrote/excelfast/copilot-instructions)<a href="https://agentmods.dev/instructions/justingrote/excelfast/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/justingrote/excelfast/copilot-instructions.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.1 | $0.00672 | $0.00672 |
| Opus 5 | $0.00336 | $0.00336 |
| Sonnet 5 | $0.00134 | $0.00134 |
| Haiku 4.5 | $0.00067 | $0.00067 |
Grade A, and why
ExcelFast 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.
What it actually says
Project Coding Standards
MiniExcel Guidelines
- Use the 2.0 API when possible, but the 1.0 API is still supported and may be used if the 2.0 API does not meet the needs of a particular scenario. Use a comment that begins with HACK: to note any use of the 1.0 API, and include a link to the relevant issue in the GitHub repository if applicable.
- Use the README for implementation guidelines https://raw.githubusercontent.com/mini-software/MiniExcel/refs/heads/master/README-V2.md
- Consider the upgrade notes https://raw.githubusercontent.com/mini-software/MiniExcel/refs/heads/master/V2-Upgrade-Notes.md
CSharp C# Guidelines
- Read the .editorconfig file for code style and formatting rules
- Use Collection Expressions
- Prefer explicit type over var
- Use Linq methods for collections when appropriate
- Use primary constructors when appropriate
- Prefer records for DTOs
PowerShell Guidelines
- Use splatting if a command with parameters would be longer than 180 characters
Pester Testing Guidelines
- Write Pester tests for PowerShell cmdlets under Test/PowerShell using Describe, Context, and It blocks.
- Prefer real behavior over mocks; use the shared fixtures in Test/Fixtures/Fixtures.ps1 and real workbook files when possible. Create new workbook file fixtures if needed.
- Cover the main user-facing scenarios: success, invalid input, and expected failures.
- When asserting failures, use
Should -Throwwith-ErrorAction Stopand verify the expected-ExceptionTypeor-ErrorId. - Keep tests readable and focused on observable outcomes such as return type, object properties, counts, and error behavior.
- Name tests clearly to describe the scenario and expected result.
- After making changes to the code, run tests in the following order:
- Run tests specific to your changes or the cmdlet you changed first to get quick feedback. You can do this by running
Invoke-Build Pester -TestName <TestName>with a filter for the specific test or tests you want to run. Construct the test name filter using the Describe, Context, and It block names combined with dots. For example, if you have a test defined asDescribe 'New-ExcelFile' { Context 'with valid parameters' { It 'should create a new Excel file' { ... } } }, you could run just that test withInvoke-Build Pester -TestName 'New-ExcelFile.with valid parameters.should create a new Excel file'. This allows you to quickly verify that your changes work as expected before running the full test suite. - After any individual tests you have changed pass, run
Invoke-Build Pesterto verify that the PowerShell cmdlets work as expected and that the Pester tests pass. If a test fails, investigate the failure and try to fix the code first, then fix the test if needed, then re-run the tests to verify that they pass. - If
Invoke-Build Pestersucceeds, runInvoke-Build Pester-WinPSif on Windows second to verify that the cmdlets work in Windows PowerShell
- Run tests specific to your changes or the cmdlet you changed first to get quick feedback. You can do this by running
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 · 31 lines · 672 tokens per session scan A 8cf400bbbbeb
ExcelFast copilot-instructions.md is an instructions file published in the GitHub repository JustinGrote/ExcelFast (20 stars, last pushed 19d ago), licensed MIT. It adds 672 tokens to every session, about $0.0034 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-09-04.
Other instructions, from other repositories
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.