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/yamlgit 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.00601 | $0.00601 |
| Opus 5 | $0.00300 | $0.00300 |
| Sonnet 5 | $0.00120 | $0.00120 |
| Haiku 4.5 | $0.00060 | $0.00060 |
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` 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 신규
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 · 66 lines · 601 tokens per session scan B 4048e6bbc66a
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.
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.