personal_kb copilot-instructions.md

personal_kb copilot-instructions.md is an instructions file for GitHub Copilot from haxudev/personal_kb. It costs 261 tokens per session, scanned A, original, MIT.

Repository instructions for a personal knowledge base that turns files into searchable Markdown notes. Its two main slash commands are /ingest for importing files and /query for searching the resulting notes.

In plain words
What is it for?
Use them when importing files, searching the knowledge base, reporting file-based results, or deciding when Microsoft Learn access is needed.
Why use it?
They define the path from incoming files to searchable content and require truthful results when nothing is found. They also ensure suggested commands match the user's operating system.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/haxudev/personal_kb/copilot-instructions.svg)](https://agentmods.dev/instructions/haxudev/personal_kb/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/haxudev/personal_kb/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/haxudev/personal_kb/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 261 This file is loaded in full into every session.
When invoked 261 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.00261 $0.00261
Opus 5 $0.00130 $0.00130
Sonnet 5 $0.00052 $0.00052
Haiku 4.5 $0.00026 $0.00026

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

Security

Grade A, and why

personal_kb 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 4d 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 · 27 lines

What it actually says

Copilot CLI Instructions for Personal KB

This repository uses slash-command-oriented skills for Copilot CLI. The primary user entry points are:

  1. /ingest — Convert files from inbox/ to searchable Markdown in workmemory/
  2. /query <keywords> — Search workmemory/ using ripgrep

Workflow

  1. User places files in inbox/
  2. User runs /ingest to convert them
  3. User runs /query to search their knowledge base
  4. You present results with file paths and context

Important

  • Never fabricate content. If search returns nothing, say so.
  • Always check workmemory/ before claiming no results — suggest /ingest if it's empty.
  • Use the example MCP configuration in tools/mcp.example.json, merged into ~/.copilot/mcp-config.json, to access Microsoft Learn when local results are insufficient.

Command execution preference

  • Detect the user execution environment before suggesting commands.
  • If the user is on Windows, prefer Windows CMD / PowerShell command syntax first for both /ingest and /query.
  • Only default to POSIX shell syntax for macOS, Linux, or WSL contexts.
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. 4d ago First seen · 27 lines · 261 tokens per session scan A 45725b9b4553

Subscribe to this mod's changes

personal_kb copilot-instructions.md is an instructions file published in the GitHub repository haxudev/personal_kb (2 stars, last pushed 4mo ago), licensed MIT. It adds 261 tokens to every session, about $0.0013 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.