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 skills/gixsy95/abap_wiki/slice-initnpx skills add Gixsy95/abap_wiki --skill slice-initgit clone --depth 1 https://github.com/Gixsy95/abap_wikiWrote 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.
[](https://agentmods.dev/skills/gixsy95/abap_wiki/slice-init)<a href="https://agentmods.dev/skills/gixsy95/abap_wiki/slice-init"><img src="https://agentmods.dev/badge/skills/gixsy95/abap_wiki/slice-init.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00086 | $0.00919 |
| Opus 5 | $0.00043 | $0.00460 |
| Sonnet 5 | $0.00017 | $0.00184 |
| Haiku 4.5 | $0.00009 | $0.00092 |
Grade A, and why
slice-init 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Slice-init - creating an L2 slice
The slice is the L2 unit of work (core/docs/03-l2-process.md §2): a business process,
not an isolated page. The manifest contains ONLY the manually curated seed
(anchors = entry-point, real owner = the person who will answer the questionnaires); the
membership is NOT listed manually: it is derived by the pipeline by navigating the dependency graph.
Owner mandatory (§6): without a real owner the L2 phase does not start.
<...>/TBDare rejected byslice-init. The owner is the person who can answer the functional questions.
Procedure
-
Choose anchors and owner. Anchors are the curated entry-points of the process (transactions, batch jobs/programs, landmark tables). Find candidates from the package:
.venv/Scripts/python core/src/tools/pipeline.py progress --package <DEVCLASS>The "mains" (non-includes) of a package are programs that are NOT the target of an
includearc; for a cockpit, the natural anchor is the launcher + the programs it launches. -
Write the manifest in
slices/<slice-id>/manifest.yamlstarting fromslices/_template/manifest.yaml. Example:slice: id: example-slice title: "Example custom process" type: domain owner: [email protected] # REAL, never TBD experts: business: [email protected] developer: [email protected] basis: [email protected] status: draft anchors: - { ref: program-ZPROGRAM_MAIN, role: entry-point, note: "launcher/cockpit" } - { ref: program-ZPROGRAM_BATCH, role: batch-job, note: "batch processing" } # ... one anchor per process entry-point utilities: [] # opt.: ref of cross-cutting modules to exclude from rich_target external_inputs: []ref= the slug[[<sap_type>-<NAME>]](the page file name without.md). -
Register + derive the membership:
.venv/Scripts/python core/src/tools/pipeline.py slice-init --slice <slice-id>Creates the
slicesrow, runs BFS from the anchors (hop<=2 on the graph), writesslices/<id>/membership.md(view) andslices/<id>/gaps.yaml(empty). The rich_target (custom main programs within 1 hop, non-utility, already L1; excludes includes_TOP/_SCR/_F01) is the working surface: the objects that will receive functional documentation. Functional analysis targets the main, not its includes.
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.
- 5d ago First seen · 75 lines · 86 tokens per session scan A 3add4bb8e792
slice-init is a skill published in the GitHub repository Gixsy95/abap_wiki (44 stars, last pushed 4d ago), licensed MIT. It adds 86 tokens to every session and 919 once invoked, about $0.0004 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 skills, from other repositories
link-memory
Use after important user-approved decisions, when durable context should be proposed or reviewed, and for explicit Link memory lifecycle work: remember, recall, review, update, archive, restore, forget, or explain local memories through the CLI without requiring MCP.
link-retrieve
Use before answering work that may depend on user memory, project history, source-backed notes, or prior decisions; retrieve compact Link context through the CLI without loading the whole wiki or requiring MCP.
link-health
Use at the start of Link work when readiness is unclear, after installs or upgrades, and before repairs; verify health, inspect interrupted writes, back up, and repair generated indexes without MCP.
link-ingest
Use when raw files are present, source pages look stale, or a user asks to ingest notes into Link; refresh source-backed wiki pages, propose memories, and validate updates through the CLI without MCP.
ingest
Populate the gnosis-mcp knowledge base — from local files, git history, or a crawled website. Handles the full matrix of flags (--force, --prune, --wipe, --embed, --include-crawled) in one place.
setup
First-time setup wizard for Gnosis MCP. Install, init the database, ingest a docs folder, wire your editor — in that order.