ai-agents plugin-self-containment.instructions.md

ai-agents plugin-self-containment.instructions.md is an instructions file for GitHub Copilot from rjmurillo/ai-agents. It costs 3,828 tokens per session, scanned A, original, MIT.

Repository instructions defining what files belong inside an installable plugin and which paths are outside its package boundary.

In plain words
What is it for?
Reviewing plugin paths, marketplace sources, generated files, and packaging changes for self-contained installations.
Why use it?
They prevent shipped plugins from depending on files that consumers never receive, while distinguishing valid bundled dependencies from real defects.

Instructions file for GitHub Copilot

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

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/rjmurillo/ai-agents/plugin-self-containment
Clone the repo
git clone --depth 1 https://github.com/rjmurillo/ai-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 ai-agents plugin-self-containment.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rjmurillo/ai-agents/plugin-self-containment.svg)](https://agentmods.dev/instructions/rjmurillo/ai-agents/plugin-self-containment)
Your own site
<a href="https://agentmods.dev/instructions/rjmurillo/ai-agents/plugin-self-containment"><img src="https://agentmods.dev/badge/instructions/rjmurillo/ai-agents/plugin-self-containment.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,828 This file is loaded in full into every session.
When invoked 3,828 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.03828 $0.03828
Opus 5 $0.01914 $0.01914
Sonnet 5 $0.00766 $0.00766
Haiku 4.5 $0.00383 $0.00383

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

Security

Grade A, and why

ai-agents plugin-self-containment.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 yesterday.

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/instructions/plugin-self-containment.instructions.md · 181 lines

How it starts

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

Plugin Self-Containment

The boundary

Three directories ship as installable plugins. Nothing else in this repository reaches a consumer.

Plugin root Plugin name Marketplace
.claude/ project-toolkit .claude-plugin/marketplace.json
src/claude/ claude-agents .claude-plugin/marketplace.json
src/copilot-cli/ project-toolkit .github/plugin/marketplace.json

Each marketplace entry names exactly one source directory. A consumer who installs the plugin receives that directory and nothing above it. docs/, .agents/, build/, scripts/, templates/, and the repository root stay behind.

templates/agents/** is in scope for this rule because it is the canonical source that generates shipped agent files. An outward reference introduced there lands in a plugin root on the next build.

Three kinds of path, only one of which is a defect

The distinction below is the whole rule. Getting it wrong in either direction is expensive.

Kind Example Verdict
Bundled dependency: a file the plugin ships and must resolve at runtime a sibling skill's script under the same plugin root Fine. Address it through the plugin-root env vars.
Consumer-workspace path: a location in the installing repository that the agent reads or writes an agent told to write its output to .agents/planning/ or docs/adr/ in the consumer's repo Fine. This is the plugin doing its job. Not a defect.
Upstream-only dependency: a path that exists only in rjmurillo/ai-agents templates/agents/security.shared.md, docs/agent-catalog.md, build/scripts/build_all.py Defect, unless declared. Dangles for every consumer.

A grep cannot tell these apart. A reviewer can. When the target exists only upstream and the text instructs the reader to open, run, or resolve it, that is the defect.

Read the full file on GitHub · 181 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. yesterday First seen · 181 lines · 3,828 tokens per session scan A fcd1236288dd

Subscribe to this mod's changes

ai-agents plugin-self-containment.instructions.md is an instructions file published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed today), licensed MIT. It adds 3,828 tokens to every session, about $0.0191 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-03.