abap_wiki: Skill for Claude Code

.agents/skills/research-l2/SKILL.md

research-l2 is a skill for Claude Code, Codex from Gixsy95/abap_wiki. It costs 115 tokens per session (1,222 once invoked), scanned A, original, MIT.

A research workflow for an L2 slice in the abapwiki knowledge base. It investigates why a code process exists, finds missing information, gathers evidence, and prepares questions for a human owner.

In plain words
What is it for?
Use it after slice-init to research business processes, search available documentation and system data, record evidence, and create targeted questionnaires.
Why use it?
It fills gaps that cannot be answered from code alone and lets experts confirm or correct prepared findings instead of starting from nothing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

This is Gixsy95/abap_wiki's own configuration. It tells Claude Code and Codex how to work on abap_wiki itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything abap_wiki configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Gixsy95/abap_wiki. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Gixsy95/abap_wiki/main/.agents/skills/research-l2/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Gixsy95/abap_wiki

Made for: Claude Code, Codex.

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

agentmods badge for research-l2

README.md
[![agentmods](https://agentmods.dev/badge/skills/gixsy95/abap_wiki/research-l2/github.svg)](https://agentmods.dev/skills/gixsy95/abap_wiki/research-l2)
Your own site
<a href="https://agentmods.dev/skills/gixsy95/abap_wiki/research-l2"><img src="https://agentmods.dev/badge/skills/gixsy95/abap_wiki/research-l2/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for research-l2

Your own site · 80×15
<a href="https://agentmods.dev/skills/gixsy95/abap_wiki/research-l2"><img src="https://agentmods.dev/badge/skills/gixsy95/abap_wiki/research-l2.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,222 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00115 $0.01222
Opus 5 $0.00057 $0.00611
Sonnet 5 $0.00023 $0.00244
Haiku 4.5 $0.00012 $0.00122

Measured 10d ago against content hash b311df362362, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

research-l2 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 10d 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.

.agents/skills/research-l2/SKILL.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Research L2 - gap discovery, auto-research, questionnaires

Promotes knowledge from what the code does (L1) to why it exists and which process it serves (L2), per slice. The cycle is driven by you (main agent): you invoke the sub-agent abap-functional-researcher, the scripts handle the rest (persistence, views, questionnaires).

Architecture (see core/docs/03-l2-process.md):

  • researcher = sub-agent abap-functional-researcher: reads the L1 pages of the rich_target + the graph, discovers functional gaps, attempts to answer them autonomously (wiki -> raw/docs -> MCP abap-fs <SAP_DEV_SYSTEM> read-only -> standard [INFERRED]), writes citable evidence files and the research.yaml artifact.
  • submit-research persists gaps+evidence and closes auto-answered gaps as [VERIFIED].
  • questionnaire triages the residual load-bearing gaps by recipient, with the pre-filled hypothesis: the expert confirms/corrects instead of writing from scratch.

Prerequisite: slice-init already run (the slice has membership + real owner). The MCP abap-fs server running reduces the number of human questions; if it is off, auto-research proceeds on wiki+standards and nearly all gaps become questionnaire items (still useful).

Cycle

  1. Get the rich_target (the objects to document, with their L1 page paths):

    .venv/Scripts/python core/src/tools/pipeline.py slice-targets --slice <slice-id>
    

    Returns JSON [{slug, sap_type, sap_name, devclass, page_path, hop, role}, ...].

  2. Fan-out of the researcher (one per slice, or in batches if the rich_target is large - e.g. 8-10 objects per invocation). For each batch, one Task(subagent_type="abap-functional-researcher", ...) passing in the prompt:

    • slice_id, owner (from the manifest),
    • rich_target = the subset of objects in the batch (slug + page_path),
    • membership_path = slices/<slice-id>/membership.md,
    • research_artifact_path = output/l2/<slice-id>/<batch>/research.yaml. The agent writes the evidence files under slices/<slice-id>/research/ and the artifact.

Read the full file on GitHub · 84 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. 10d ago First seen · 84 lines · 115 tokens per session scan A b311df362362

Subscribe to this mod's changes

research-l2 is a skill published in the GitHub repository Gixsy95/abap_wiki (44 stars, last pushed 2d ago), licensed MIT. It adds 115 tokens to every session and 1,222 once invoked, about $0.0006 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 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.

gowtham0992/link · 0 tokens

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.

gowtham0992/link · 42 tokens

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.

gowtham0992/link · 41 tokens

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.

gowtham0992/link · 44 tokens

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.

nicholasglazer/gnosis-mcp · 54 tokens

manage

CRUD operations on the knowledge base — add, delete, update metadata. For bulk ingest / re-ingest / prune, use /gnosis:ingest instead. Requires GNOSISMCPWRITABLE=true.

nicholasglazer/gnosis-mcp · 46 tokens