pizza-mcp-agents genaiscript.instructions.md

pizza-mcp-agents genaiscript.instructions.md is an instructions file for GitHub Copilot from Azure-Samples/pizza-mcp-agents. It costs 238 tokens per session, scanned A, a copy of mcp-agent-langchainjs genaiscript.instructions.md, MIT.

Coding instructions for GenAIScript files, which are TypeScript-like scripts for a custom Node.js-based runtime. They define how these scripts should be written, where they should be saved, and which runtime APIs to use.

In plain words
What is it for?
Creating or editing GenAIScript files in the genaisrc folder. The instructions cover ESM TypeScript syntax, runtime-provided types, and avoiding ordinary Node.js imports.
Why use it?
They keep generated GenAIScript code compatible with the project's runtime and directory layout. They also make uncertain parts visible for later review through TODO notes.

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/azure-samples/pizza-mcp-agents/genaiscript
Clone the repo
git clone --depth 1 https://github.com/Azure-Samples/pizza-mcp-agents

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 pizza-mcp-agents genaiscript.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/azure-samples/pizza-mcp-agents/genaiscript.svg)](https://agentmods.dev/instructions/azure-samples/pizza-mcp-agents/genaiscript)
Your own site
<a href="https://agentmods.dev/instructions/azure-samples/pizza-mcp-agents/genaiscript"><img src="https://agentmods.dev/badge/instructions/azure-samples/pizza-mcp-agents/genaiscript.svg" alt="Measured on agentmods" height="20"></a>
Per session 238 This file is loaded in full into every session.
When invoked 238 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00238 $0.00238
Opus 5 $0.00119 $0.00119
Sonnet 5 $0.00048 $0.00048
Haiku 4.5 $0.00024 $0.00024

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

Security

Grade A, and why

pizza-mcp-agents genaiscript.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 5d 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.

Origin

This is a copy

100% identical to mcp-agent-langchainjs genaiscript.instructions.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/instructions/genaiscript.instructions.md · 21 lines

What it actually says

GenAIScript Code Generation Instructions

GenAIScript is a custom runtime for node.js. It provides a set of unique APIs and support the TypeScript syntax, ESM, await/async.

Guidance for Code Generation

  • you always generate TypeScript code using ESM modules for Node.JS.
  • you prefer using APIs from GenAIScript genaiscript.d.ts rather than node.js. Do NOT use node.js imports.
  • you keep the code simple, avoid exception handlers or error checking.
  • you add TODOs where you are unsure so that the user can review them
  • you use the global types in genaiscript.d.ts are already loaded in the global context, no need to import them.
  • save generated code in the ./genaisrc folder with .genai.mts extension
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. 5d ago First seen · 21 lines · 238 tokens per session scan A ddaef327a935

Subscribe to this mod's changes

pizza-mcp-agents genaiscript.instructions.md is an instructions file published in the GitHub repository Azure-Samples/pizza-mcp-agents (33 stars, last pushed today), licensed MIT. It adds 238 tokens to every session, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to mcp-agent-langchainjs genaiscript.instructions.md, differing in 0 lines, and is treated as a copy.