copilot-instructions

A set of automatically generated development instructions for an MCPBrowser project. MCPBrowser is a browser-automation system that can be extended with plugins.

In plain words
What is it for?
It is for guiding work on the project's JavaScript plugins, browser actions, plugin registry, and related MCPBrowser components.
Why use it?
It gives the coding agent a shared record of the project's technologies, architecture, and implementation constraints.

Agent

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 agents/cherchyk/mcpbrowser/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/cherchyk/MCPBrowser
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 680 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.00680
Opus 5 $0.00000 $0.00340
Sonnet 5 $0.00000 $0.00136
Haiku 4.5 $0.00000 $0.00068

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

Security

Grade A, and why

copilot-instructions 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/agents/copilot-instructions.md · 52 lines

How it starts

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

MCPBrowser Development Guidelines

Auto-generated from all feature plans. Last updated: 2026-03-03

Active Technologies

  • JavaScript (ES Modules), Node.js 18+ + @modelcontextprotocol/sdk ^1.25.1, puppeteer-core ^23.4.1 (002-site-plugins)

  • File-based plugin registry (plugins.json), plugin folders on disk (002-site-plugins)

  • JavaScript (ES Modules), Node.js 18+ + @modelcontextprotocol/sdk ^1.25.1, puppeteer-core ^23.4.1, MCPBrowser plugin system (002-site-plugins) (003-gmail-plugin)

  • N/A (plugin registry is file-based plugins.json, already implemented) (003-gmail-plugin)

  • JavaScript (ES modules), Node.js 18+ + Puppeteer-core (for page.keyboard, page.$(), page.evaluate()), MCPBrowser core (responses.js, plugin-loader.js, browser.js, logger.js) (003-gmail-plugin)

  • N/A (stateless plugin, no persistence) (003-gmail-plugin)

  • JavaScript (ES Modules), Node.js 18+ + MCPBrowser plugin system (002-site-plugins), Puppeteer (page object provided by plugin-action dispatcher), MCPBrowser core responses (MCPResponse, ErrorResponse) (004-google-calendar-plugin)

  • N/A — stateless plugin, no persistence (004-google-calendar-plugin)

  • Node.js 18+ (ESM) + puppeteer-core, @modelcontextprotocol/sdk (001-js-action-fallback)

Project Structure

MCPBrowser/
├── src/
│   ├── actions/
│   ├── browsers/
│   ├── core/
│   └── mcp-browser.js
└── tests/
	├── actions/
	├── browsers/
	├── core/
	├── tool-selection/
	└── run-*.js

Commands

  • cd MCPBrowser && npm install && npm test
  • cd MCPBrowser && node tests/run-unit.js
  • cd MCPBrowser && node tests/tool-selection/run-tool-selection-tests.js

Code Style

  • Node.js ESM modules; structured responses for MCP tools; prefer explicit async/await and try/catch with structured errors.

Recent Changes

  • 004-google-calendar-plugin: Added JavaScript (ES Modules), Node.js 18+ + MCPBrowser plugin system (002-site-plugins), Puppeteer (page object provided by plugin-action dispatcher), MCPBrowser core responses (MCPResponse, ErrorResponse)
  • 003-gmail-plugin: Added JavaScript (ES modules), Node.js 18+ + Puppeteer-core (for page.keyboard, page.$(), page.evaluate()), MCPBrowser core (responses.js, plugin-loader.js, browser.js, logger.js)
  • 003-gmail-plugin: Added JavaScript (ES Modules), Node.js 18+ + @modelcontextprotocol/sdk ^1.25.1, puppeteer-core ^23.4.1, MCPBrowser plugin system (002-site-plugins)

Read the full file on GitHub · 52 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 · 52 lines · 0 tokens per session scan A b8fdc93685e4

Subscribe to this mod's changes

copilot-instructions is an agent published in the GitHub repository cherchyk/MCPBrowser (8 stars, last pushed 21d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 680 tokens. 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.