agent47 copilot-instructions.md

A set of review instructions for an SDK and MCP project intended for public use. An SDK is a library developers use in their programs, while MCP is a way for tools to provide data to coding agents.

In plain words
What is it for?
Use it when reviewing changes to protect the SDK and MCP boundary, check package and documentation consistency, and assess tests, onboarding, and user-visible changes.
Why use it?
It keeps reviews focused on the public local-first product boundary, runtime safety, contract consistency, documentation, and release risks.

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/bmdhodl/agent47/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/bmdhodl/agent47

Made for: GitHub Copilot.

Per session 312 This file is loaded in full into every session.
When invoked 312 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.00312 $0.00312
Opus 5 $0.00156 $0.00156
Sonnet 5 $0.00062 $0.00062
Haiku 4.5 $0.00031 $0.00031

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

Security

Grade A, and why

agent47 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.

.github/copilot-instructions.md · 34 lines

What it actually says

AgentGuard Copilot Review Instructions

Review this repo as a public SDK + MCP project, not as the private dashboard.

Priorities:

  • Preserve the SDK/dashboard boundary. Do not suggest dashboard, billing, or private control-plane changes in this repo.
  • Keep the SDK free, MIT, zero-dependency, and local-first.
  • Favor coding-agent safety and runtime enforcement over generic observability, analytics, or prompt tooling.
  • Keep MCP scope narrow: read access to traces, alerts, usage, costs, and budget health.

When reviewing changes, prioritize:

  • runtime correctness and regression risk
  • schema/contract drift between SDK output and hosted ingest expectations
  • local-first onboarding: doctor, demo, quickstart, starter files
  • package metadata and docs consistency across README, PyPI, npm, and MCP registry metadata
  • architectural invariants in sdk/tests/test_architecture.py
  • release-gate and proof quality for user-visible or release-facing changes

Push back on:

  • new hard dependencies in sdk/agentguard
  • broad "AI agent platform" wording that weakens the coding-agent wedge
  • speculative abstractions, framework sprawl, or generic observability drift
  • changes that move hosted-only behavior into the public SDK path without evidence

Assume the best PRs in this repo are:

  • small, composable, and evidence-backed
  • explicit about scope and non-goals
  • validated with targeted tests, lint, and release/doc sync checks
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 · 34 lines · 312 tokens per session scan A b5c8dc33feba

Subscribe to this mod's changes

agent47 copilot-instructions.md is an instructions file published in the GitHub repository bmdhodl/agent47 (4 stars, last pushed 3d ago), licensed MIT. It adds 312 tokens to every session, about $0.0016 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

Doberman-Core AGENTS.md

Instructions for DobermanCore/Doberman-Core, covering claude.md — doberman operating manual, 0. on startup (every session), 1. what this repository is, 2. architecture & extension points and 3. prime directives (non-negotiable).

DobermanCore/Doberman-Core · 3,547 tokens

FeatherlaneAI AGENTS.md

Instructions for ducnguyen67201/FeatherlaneAI, covering repository agent instructions, skills, architecture: rust backend is the source of truth, page integration expectations and implementation checklist.

ducnguyen67201/FeatherlaneAI · 4,372 tokens

selectools CLAUDE.md

Instructions for johnnichev/selectools, covering selectools — agent instructions, commands, stability markers, steptype reference (27 types) and common pitfalls (from past bugs).

johnnichev/selectools · 1,672 tokens

selectools AGENTS.md

Instructions for johnnichev/selectools, covering selectools -- agent instructions, commands, test (must pass before any commit), type check and security (must pass before release tags).

johnnichev/selectools · 1,252 tokens

taintgate AGENTS.md

Instructions for Nikita3005/taintgate, covering taintgate engineering guide, core principle, engineering priorities, python and security.

Nikita3005/taintgate · 259 tokens

AUTHENSOR AGENTS.md

Instructions for AUTHENSOR/AUTHENSOR, covering agents.md — authensor integration guide for ai agents, what authensor does for you, quick integration, if you have access to http and if you have access to npm / npx.

AUTHENSOR/AUTHENSOR · 1,298 tokens