sapstack yaml.instructions.md

A set of YAML editing rules for the sapstack project, including configuration examples, SAP transaction-code data, SAP support-note data, and related JSON metadata.

In plain words
What is it for?
Use it when editing YAML configuration or SAP reference data, or when maintaining the project's plugin marketplace metadata.
Why use it?
It reduces errors in structured project data by requiring known SAP codes and notes, valid release labels, versioning, and placeholder values for sensitive settings.

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

Made for: GitHub Copilot.

Per session 601 This file is loaded in full into every session.
When invoked 601 The same file — it is already loaded in full.
Security scan B 1 finding. 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.00601 $0.00601
Opus 5 $0.00300 $0.00300
Sonnet 5 $0.00120 $0.00120
Haiku 4.5 $0.00060 $0.00060

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

Security

Grade B, and why

sapstack yaml.instructions.md scanned grade B with 1 finding 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- `jq` 필요 시 `sudo apt-get install -y jq`
.github/instructions/yaml.instructions.md · 66 lines

What it actually says

YAML Instructions (GitHub Copilot)

이 파일은 YAML 파일을 편집할 때 적용되는 지침입니다.

sapstack 프로젝트 내 YAML 파일

.claude-plugin/marketplace.json (JSON이지만 관련)

  • 플러그인 엔트리 필수 필드: id, name, version, description, path, keywords, compatibility
  • id는 디렉토리명(plugins/<id>)과 일치해야 함
  • 버전은 SemVer
  • description은 1024자 이하

data/tcodes.yaml

  • 확정된 SAP T-code만 등록 (추측 금지)
  • 엔트리 형식:
    TCODE_NAME:
      name: "한 줄 영문 설명"
      modules: [FI, CO]
      release: both | ecc_only | s4_only
      note: 선택적 부가 정보
    
  • 새 T-code 추가 전 SAP Help Portal에서 존재 확인

data/sap-notes.yaml

  • 확인된 SAP Note 번호만 (SAP Support Portal에서 검색 가능해야 함)
  • 엔트리 형식:
    - id: "1234567"
      title: "Note 제목"
      keywords: [영문, 한국어]
      modules: [FI, CO]
      release: both | ecc_only | s4_only
      category: migration | korea | dump | config | performance | security
      url: https://launchpad.support.sap.com/#/notes/1234567
    

.sapstack/config.example.yaml

  • 사용자가 복사해 .sapstack/config.yaml로 사용
  • 모든 민감 값은 placeholder로 표기:
    • <YOUR_COMPANY_CODE>
    • <YOUR_SID>
    • <YOUR_CLIENT>
  • 실제 값을 예시에 박지 말 것
  • .sapstack/config.schema.yaml로 검증됨 (v1.3.0 신규)

GitHub Actions (.github/workflows/*.yml)

  • actions/checkout@v4 사용
  • jq 필요 시 sudo apt-get install -y jq
  • 스크립트 실행 전 chmod +x scripts/*.sh
  • 린터 실패 시 명확한 에러 메시지

하드코딩 금지

YAML 예시에 회사코드·G/L 계정·조직 단위 고정값을 넣지 마세요. Placeholder나 명확한 예시용 더미값(<YOUR_...>)을 사용하세요.

검증

./scripts/check-marketplace.sh
./scripts/check-tcodes.sh --strict
./scripts/validate-config.sh   # v1.3.0 신규
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 · 66 lines · 601 tokens per session scan B 4048e6bbc66a

Subscribe to this mod's changes

sapstack yaml.instructions.md is an instructions file published in the GitHub repository BoxLogoDev/sapstack (18 stars, last pushed 2d ago), licensed MIT. It adds 601 tokens to every session, about $0.0030 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). 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