sapstack copilot-instructions.md

GitHub Copilot instructions for sapstack, a collection of AI-agent plugins that provides operational advice for SAP modules.

In plain words
What is it for?
It guides Copilot when answering SAP questions, selecting the right module guidance, using repository configuration, and following the required issue-response format.
Why use it?
It makes Copilot follow the same SAP-specific rules as the repository's other coding agents, including asking for system context and avoiding invented organisational values.

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

Made for: GitHub Copilot.

Per session 1,938 This file is loaded in full into every session.
When invoked 1,938 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.01938 $0.01938
Opus 5 $0.00969 $0.00969
Sonnet 5 $0.00388 $0.00388
Haiku 4.5 $0.00194 $0.00194

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

Security

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.

.github/copilot-instructions.md · 167 lines

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.md directly. For Codex CLI users: see AGENTS.md in 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:

  1. NEVER hardcode company codes, G/L accounts, cost centers, or organizational units. Ask the user or use .sapstack/config.yaml values.
  2. 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)
  3. ALWAYS distinguish ECC vs S/4HANA behavior where they differ.
  4. Transport request required for any config change.
  5. Simulate before actual run — AFAB, F.13, FAGL_FC_VAL, KSU5, MR11, F110 must start with Test Run.
  6. Never recommend SE16N data edits in production.
  7. 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:

Read the full file on GitHub · 167 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 · 167 lines · 1,938 tokens per session scan A 25b0b8a32f30

Subscribe to this mod's changes

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.

Related

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.

abap2UI5/abap2UI5 · 28,164 tokens

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.

oisee/vibing-steampunk · 1,439 tokens

onebase CLAUDE.md

Instructions for ivanarama/onebase, covering claude.md, сборка и запуск, cli + сервер (без cgo) — основной бинарь, gui с нативным окном (cgo + webview2 на windows) and тесты.

ivanarama/onebase · 5,591 tokens

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).

Casys-AI/mcp-erpnext · 6,458 tokens

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).

abap2UI5/abap2UI5 · 79 tokens

balaka CLAUDE.md

Instructions for artivisi/balaka, covering claude instructions, project overview, current status, key files and development guidelines.

artivisi/balaka · 3,438 tokens