mcp-foundry copilot-instructions.md

mcp-foundry copilot-instructions.md is an instructions file for GitHub Copilot from Mahima-Sanketh-Git/mcp-foundry. It costs 1,421 tokens per session, scanned A, original, MIT.

A set of instructions for GitHub Copilot, an AI coding assistant, to create or update project README files in a fixed structure.

In plain words
What is it for?
Generating README files with sections such as an overview, installation, configuration, usage, testing, deployment, and contributing.
Why use it?
It removes guesswork about which sections a README should contain and the order they should use.

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/mahima-sanketh-git/mcp-foundry/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/Mahima-Sanketh-Git/mcp-foundry

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 mcp-foundry copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mahima-sanketh-git/mcp-foundry/copilot-instructions.svg)](https://agentmods.dev/instructions/mahima-sanketh-git/mcp-foundry/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/mahima-sanketh-git/mcp-foundry/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/mahima-sanketh-git/mcp-foundry/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,421 This file is loaded in full into every session.
When invoked 1,421 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.01421 $0.01421
Opus 5 $0.00711 $0.00711
Sonnet 5 $0.00284 $0.00284
Haiku 4.5 $0.00142 $0.00142

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

Security

Grade A, and why

mcp-foundry 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 4d 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 ยท 187 lines

How it starts

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

GitHub Copilot Instructions โ€” Industry Standard README Generator

Place this file at .github/copilot-instructions.md in your repository. Copilot will automatically pick it up as workspace context.


๐Ÿงญ Instructions for Copilot

When I ask you to generate, create, or update a README, follow every rule in this file precisely.


๐Ÿ“‹ README Structure (Always follow this exact order)

Generate a README with these sections in this order โ€” skip a section only if there is genuinely no relevant content for it:

1.  Project Banner / Hero (badges + title + tagline)
2.  Table of Contents
3.  Overview
4.  Features
5.  Tech Stack
6.  Project Structure
7.  Prerequisites
8.  Installation
9.  Configuration (.env / environment variables)
10. Usage / Quick Start
11. API Reference (if applicable)
12. Scripts
13. Testing
14. Deployment
15. Contributing
16. License
17. Acknowledgements (if applicable)

๐Ÿ“ Section-by-Section Rules

1. Project Banner / Hero

  • Use the project name as an <h1> with an emoji that matches the domain
  • Write a one-line tagline โ€” sharp, no fluff
  • Include shields.io badges for: build status, license, node version, npm version (use relevant ones only)
  • Example badge format:
    ![License](https://img.shields.io/badge/license-MIT-blue.svg)
    ![Node](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen)
    

2. Table of Contents

  • Auto-linked to every H2 section
  • Use GitHub anchor format: [Section](#section-name)

3. Overview

  • 2โ€“4 sentences MAX
  • Answer: what it does, who it's for, why it exists
  • No marketing fluff โ€” be technical and direct

4. Features

  • Bullet list, each item starts with a relevant emoji
  • Each feature is one line โ€” no nested bullets
  • Max 8 features

5. Tech Stack

  • Use a markdown table with columns: Technology, Purpose, Version
  • List only direct dependencies โ€” not transitive ones

6. Project Structure

  • Use a code block with directory tree
  • Add inline comments explaining each folder/file's purpose
  • Example:
    src/
    โ”œโ”€โ”€ agent.ts        # Main LLM agent loop
    โ”œโ”€โ”€ client.ts       # MCP client setup
    โ””โ”€โ”€ tools/
        โ””โ”€โ”€ weather.ts  # Weather tool definition
    

Read the full file on GitHub ยท 187 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. 4d ago First seen ยท 187 lines ยท 1,421 tokens per session scan A 102d28c8afcb

Subscribe to this mod's changes

mcp-foundry copilot-instructions.md is an instructions file published in the GitHub repository Mahima-Sanketh-Git/mcp-foundry (0 stars, last pushed 3mo ago), licensed MIT. It adds 1,421 tokens to every session, about $0.0071 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-31.

Related

Other instructions, from other repositories

director CLAUDE.md

Claude Code instructions for fdmtl/director, covering claude.md, product overview and development workflow, quality standards and workflow, engineering excellence and library documentation lookup.

fdmtl/director ยท 1,906 tokens

Genesis-World-MCP AGENTS.md

AGENTS.md instructions for Gnidreve/Genesis-World-MCP, covering agents.md โ€” cas genesisworld mcp, what this is, standing orders โ€” read first, design pillars and source layout & conventions.

Gnidreve/Genesis-World-MCP ยท 9,106 tokens

pixabay-mcp-server CLAUDE.md

Claude Code instructions for hanoak/pixabay-mcp-server, covering claude.md, project overview, tech stack (decided โ€” do not relitigate without discussion), architecture & folder conventions and coding standards.

hanoak/pixabay-mcp-server ยท 3,594 tokens

reporelay AGENTS.md

Instructions for chwoerz/reporelay, covering agents.md โ€” reporelay, build / dev / test commands, running a single test, database & codegen and project structure.

chwoerz/reporelay ยท 1,925 tokens

atelier-mcp copilot-instructions.md

Copilot instructions for anshrajore/atelier-mcp, covering run npm run sync-adapters to update, universal ui/ux rules, universal backend architecture rules and framework presets (available in skills/atelier/presets/).

anshrajore/atelier-mcp ยท 496 tokens

md-vision-mcp AGENTS.md

AGENTS.md instructions for japlete/md-vision-mcp, covering md vision mcp server, status, layout, stack and rules.

japlete/md-vision-mcp ยท 630 tokens