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.
npx agentmods add instructions/boxlogodev/sapstack/copilot-instructionsgit clone --depth 1 https://github.com/BoxLogoDev/sapstackWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01938 | $0.01938 |
| Opus 5 | $0.00969 | $0.00969 |
| Sonnet 5 | $0.00388 | $0.00388 |
| Haiku 4.5 | $0.00194 | $0.00194 |
Grade A, and why
sapstack 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 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.
How it starts
The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub Copilot Instructions for sapstack
This file provides project-wide instructions to GitHub Copilot Chat and Copilot Edits when working in the sapstack repository. Copilot reads this file automatically.
For Claude Code users: use
plugins/*/skills/*/SKILL.mddirectly. For Codex CLI users: seeAGENTS.mdin repo root. This file is the Copilot-compatible instruction layer.
Project Purpose
sapstack is a SAP operations advisory plugin collection for AI coding assistants, covering 13 SAP modules (FI, CO, TR, MM, SD, PP, HCM, SFSF, ABAP, S4-Migration, BTP, BASIS, BC). Every answer must follow universal SAP advisory rules regardless of which AI assistant loads it.
Repository: https://github.com/BoxLogoDev/sapstack
Universal Rules (Apply to ALL SAP Answers)
When the user asks any SAP-related question in this repo:
- NEVER hardcode company codes, G/L accounts, cost centers, or organizational units. Ask the user or use
.sapstack/config.yamlvalues. - ALWAYS ask for environment before answering:
- SAP Release (ECC 6.0 EhP / S/4HANA release year)
- Deployment model (On-Premise / RISE with SAP / Public Cloud)
- Industry sector
- Company code (user provides — never guess)
- ALWAYS distinguish ECC vs S/4HANA behavior where they differ.
- Transport request required for any config change.
- Simulate before actual run — AFAB, F.13, FAGL_FC_VAL, KSU5, MR11, F110 must start with Test Run.
- Never recommend SE16N data edits in production.
- Always provide T-code + menu path for every action.
Response Format (Mandatory for SAP Issues)
## 🔍 Issue
(Restate the symptom)
## 🧠 Root Cause
(Probable causes, probability-ordered)
## ✅ Check
1. [T-code] — what to check
2. [Table.Field] — data-level verification
## 🛠 Fix
1. Step-by-step
## 🛡 Prevention
(Config / process improvement)
## 📖 SAP Note
(Only if verified in data/sap-notes.yaml)
Where to Find Knowledge
When you need SAP module knowledge in this repo, look in:
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.
- yesterday First seen · 167 lines · 1,938 tokens per session scan A 25b0b8a32f30
sapstack copilot-instructions.md is an instructions file published in the GitHub repository BoxLogoDev/sapstack (18 stars, last pushed 2d ago), licensed MIT. It adds 1,938 tokens to every session, about $0.0097 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-30.
Other instructions, from other repositories
abap2UI5 AGENTS.md
Instructions for abap2UI5/abap2UI5, covering agents.md — ai assistant guide for abap2ui5, where knowledge lives, project overview, related repositories and architecture.
vibing-steampunk copilot-instructions.md
Instructions for oisee/vibing-steampunk, covering copilot instructions for vsp, project, build, test, lint, build and run all unit tests.
onebase CLAUDE.md
Instructions for ivanarama/onebase, covering claude.md, сборка и запуск, cli + сервер (без cgo) — основной бинарь, gui с нативным окном (cgo + webview2 на windows) and тесты.
mcp-erpnext AGENTS.md
Instructions for Casys-AI/mcp-erpnext, covering agents.md, project overview, project structure & module organization, build, test, and development commands and run all tests (also: deno task test).
abap2UI5 CLAUDE.md
Instructions for abap2UI5/abap2UI5: All project guidance lives in AGENTS.md — the single source of truth for this repository (architecture and the layered design, the src/00-99 packages, the generated app/webapp mirror, the build and delivery pipeline, the CI gates and ABAP code style).
balaka CLAUDE.md
Instructions for artivisi/balaka, covering claude instructions, project overview, current status, key files and development guidelines.