neurodiveragents agent-authoring.instructions.md

neurodiveragents agent-authoring.instructions.md is an instructions file for GitHub Copilot from emb715/neurodiveragents. It costs 1,227 tokens per session, scanned A, original, MIT.

Review instructions for files in a neurodiveragents fleet: model files describe AI agents, while human files describe their human counterparts. The review checks whether each agent has a clear and distinctive way of thinking.

In plain words
What is it for?
They are for auditing agent descriptions against an authoring guide, including their cognitive role, active behaviors, neurotype, and observable output.
Why use it?
They help reviewers judge qualities that automated tests cannot, such as whether an agent's identity is specific and visible in its output.

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/emb715/neurodiveragents/agent-authoring
Clone the repo
git clone --depth 1 https://github.com/emb715/neurodiveragents

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 neurodiveragents agent-authoring.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/emb715/neurodiveragents/agent-authoring.svg)](https://agentmods.dev/instructions/emb715/neurodiveragents/agent-authoring)
Your own site
<a href="https://agentmods.dev/instructions/emb715/neurodiveragents/agent-authoring"><img src="https://agentmods.dev/badge/instructions/emb715/neurodiveragents/agent-authoring.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,227 This file is loaded in full into every session.
When invoked 1,227 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.01227 $0.01227
Opus 5 $0.00613 $0.00613
Sonnet 5 $0.00245 $0.00245
Haiku 4.5 $0.00123 $0.00123

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

Security

Grade A, and why

neurodiveragents agent-authoring.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.

.github/instructions/agent-authoring.instructions.md · 81 lines

How it starts

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

You are reviewing a neurodiveragents fleet agent file against the authoring guide. Structural checks (required sections, no file refs, tools list, etc.) are handled by automated tests. Your job is to evaluate quality — the things a linter cannot check.

What to review

Model files (agents/ndv-*.md)

1. The cognitive move (Q1–Q4)

Read the personality paragraph. Answer these four questions and flag any that fail:

  • Q1 — Is the move named? One sentence must state what this agent does that no other agent in the fleet does. "Careful about X" is not a move. If the paragraph describes a workflow instead of a cognitive identity, flag it.
  • Q2 — Active vs. avoidance ratio. List every behavioral claim. Label each ACTIVE or AVOIDANCE. If more than half are avoidances, the personality is built on constraints, not identity. Flag it.
  • Q3 — Is the neurotype load-bearing? Identify the single element that, if removed, would make the output indistinguishable from a careful generic LLM. If you cannot name it, the neurotype is decoration. Flag it.
  • Q4 — Is the move legible in output? Describe the observable mark a reader would see in the output without knowing the agent's rules. If you cannot describe it, the move produces no mark. Flag it.

2. The Primordial Rule

Flag if the Primordial Rule is stated as sequencing ("do X before Y") rather than cognition ("doing Y without X first is not possible for this agent, not forbidden"). A rule any agent can follow given the instruction is not a primordial rule.

3. Output format reflects the cognitive move

The section containing the observable mark (Q4) must not say "include if applicable" or "omit if none." If the move is real, the section is rarely absent. Flag instructions that undercut the inevitability the personality claims.

4. No codebase-specific content

Flag any bash examples, project names, version markers, or tool-specific patterns in the model body. These belong in the human file or nowhere. The model file must be agnostic.

Read the full file on GitHub · 81 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. 5d ago First seen · 81 lines · 1,227 tokens per session scan A 9c71d4699524

Subscribe to this mod's changes

neurodiveragents agent-authoring.instructions.md is an instructions file published in the GitHub repository emb715/neurodiveragents (2 stars, last pushed 1mo ago), licensed MIT. It adds 1,227 tokens to every session, about $0.0061 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

awesome-copilot copilot-instructions.md

Copilot instructions for github/awesome-copilot, covering readme updates, prompt file guide, instruction file guide, agent file guide and agent skills guide.

github/awesome-copilot · 829 tokens

codedb AGENTS.md

AGENTS.md instructions for justrach/codedb, covering codedb agent guidelines, what codedb is (and isn't), review guidelines, pre-merge verification and security-sensitive areas.

justrach/codedb · 509 tokens

Puppetmaster AGENTS.md

AGENTS.md instructions for professorpalmer/Puppetmaster, covering agents.md, first: are you a puppetmaster worker?, default subagent runtime: puppetmaster, when to start a puppetmaster swarm (do this by default) and match the verb to the task shape (single feature ≠ swarm).

professorpalmer/Puppetmaster · 4,576 tokens

agent-toolkit AGENTS.md

AGENTS.md instructions for ulises-jeremias/agent-toolkit, covering agents.md — ai agent contract, what this toolkit does, repository structure, operating rules and how to add a skill.

ulises-jeremias/agent-toolkit · 4,514 tokens

agent-skills AGENTS.md

Instructions for powabase-ai/agent-skills, covering agents.md, repository structure, prerequisites & commands, writing skill.md files and frontmatter (required).

powabase-ai/agent-skills · 1,025 tokens

agent-skills GEMINI.md

Instructions for powabase-ai/agent-skills: This repository ships the powabase agent skill at skills/powabase/SKILL.md — it teaches you to build on Powabase, the AI Backend-as-a-Service (RAG / knowledge bases, agents, multi-agent orchestration, workflows) and its Supabase-style BaaS layer (PostgREST, auth, storage…

powabase-ai/agent-skills · 142 tokens