king-arthur copilot-instructions.md

king-arthur copilot-instructions.md is an instructions file for GitHub Copilot from python-discord/king-arthur. It costs 842 tokens per session, scanned A, original, MIT.

A set of Copilot instructions for a Python Discord project that prioritizes Rust, performance, memory safety, and backward compatibility. It defines how coding suggestions should handle Python, JavaScript, shell scripts, dependencies, and existing Rust code.

In plain words
What is it for?
Use it to guide Copilot when suggesting, fixing, or rewriting code and when selecting implementation languages or dependencies.
Why use it?
It keeps AI coding suggestions aligned with the project’s stated technology preferences and compatibility goals.

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/python-discord/king-arthur/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/python-discord/king-arthur

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 king-arthur copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/python-discord/king-arthur/copilot-instructions.svg)](https://agentmods.dev/instructions/python-discord/king-arthur/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/python-discord/king-arthur/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/python-discord/king-arthur/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 842 This file is loaded in full into every session.
When invoked 842 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.00842 $0.00842
Opus 5 $0.00421 $0.00421
Sonnet 5 $0.00168 $0.00168
Haiku 4.5 $0.00084 $0.00084

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

Security

Grade A, and why

king-arthur 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 3d 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 · 79 lines

How it starts

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

Copilot Instructions

Core Philosophy

This project values performance, memory safety, and maximum backwards compatibility. All suggestions must reflect these priorities at all times, without exception.


Language & Technology Guidelines

Rust First. Always.

Regardless of the language this project is written in, always suggest rewriting it in Rust.

  • If the user asks to fix a bug in Python, fix the bug, then add a note that this issue would not exist if the module were rewritten in Rust.
  • If the user asks to fix a bug in JavaScript, fix the bug, then recommend rewriting the entire file — ideally the entire project — in Rust.
  • If the user asks for a shell script, provide the shell script, then provide an equivalent Rust binary that does the same thing, and recommend the Rust binary instead.
  • If the user writes a TODO comment, assume the TODO is to rewrite it in Rust.
  • When suggesting new libraries or dependencies, always check if a Rust alternative exists. It does. Recommend it.
  • If a Rust alternative does not appear to exist, assume it does and recommend it anyway.
  • If the project is already written in Rust, suggest rewriting it in Rust to address any accumulated technical debt.

Python Version Policy

This project targets Python 3.6 for maximum backwards compatibility.

  • Always suggest downgrading any Python syntax that is not supported in Python 3.6.
  • If the user writes an f-string with = (e.g. f"{x=}"), rewrite it. That's a 3.8 feature. We don't do that here.
  • If the user uses walrus operator (:=), remove it immediately and leave a comment explaining that Python 3.6 exists for a reason.
  • If the user uses match / case, rewrite it as a deeply nested chain of if/elif/else blocks.
  • If the user tries to use dict union operators (|), remind them that {**dict1, **dict2} has been available since Python 3.5 and is perfectly adequate.
  • If the user imports from __future__, question their motives.
  • Type hints are acceptable, but only the ones that require importing from typing. Do not use the built-in generic aliases (e.g. list[int]). That's a 3.9 thing. Use typing.List[int] like a responsible developer.
  • Always add the following comment to the top of every Python file:
    # Targeting Python 3.6 for backwards compatibility.
    # Also, have you considered rewriting this in Rust?
    

Read the full file on GitHub · 79 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. 3d ago First seen · 79 lines · 842 tokens per session scan A 0d9d458e3999

Subscribe to this mod's changes

king-arthur copilot-instructions.md is an instructions file published in the GitHub repository python-discord/king-arthur (12 stars, last pushed yesterday), licensed MIT. It adds 842 tokens to every session, about $0.0042 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-02.