abap_wiki: Skill for Claude Code

.agents/skills/capture-answer/SKILL.md

capture-answer is a skill for Claude Code, Codex from Gixsy95/abap_wiki. It costs 88 tokens per session (841 once invoked), scanned A, original, MIT.

A workflow for turning an expert’s answers about custom ABAP code into cited entries in the abapwiki knowledge base.

In plain words
What is it for?
Use it to process written or spoken expert answers, link them to specific questions, and mark contradictions with the code for review.
Why use it?
It records information that automatic research could not confirm and closes the related unanswered questions. ABAP is SAP’s programming language.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: 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/capture-answer/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 capture-answer

README.md
[![agentmods](https://agentmods.dev/badge/skills/gixsy95/abap_wiki/capture-answer.svg)](https://agentmods.dev/skills/gixsy95/abap_wiki/capture-answer)
Your own site
<a href="https://agentmods.dev/skills/gixsy95/abap_wiki/capture-answer"><img src="https://agentmods.dev/badge/skills/gixsy95/abap_wiki/capture-answer.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 841 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.
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.00088 $0.00841
Opus 5 $0.00044 $0.00420
Sonnet 5 $0.00018 $0.00168
Haiku 4.5 $0.00009 $0.00084

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

Security

Grade A, and why

capture-answer 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 7d 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/capture-answer/SKILL.md · 65 lines

How it starts

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

Capture-answer - ingesting expert answers

The expert's answers close the residual load-bearing gaps that auto-research could not verify. They become canonical expert-answers (slices/<id>/inputs/expert-answers/), citable with cite-back in the functional sections; if they contradict the code they are marked [ANOMALY] (the raw/ source is never touched).

Procedure

  1. Collect the answers. The expert has filled in the Expert answer blocks in the file slices/<id>/interviews/<date>-<slice>-<dest>.md, or has answered verbally. For each answer, identify the gap_id it refers to (these appear in the title of each questionnaire question, e.g. example-slice-g003).

  2. Build the YAML payload output/l2/<slice-id>/answers-<date>.yaml:

    expert: [email protected]
    scope: "Trigger and purpose of the custom process"
    kind: clarification          # clarification | confirmation | correction | sign-off
    answers:
      - gaps: [example-slice-g001]
        text: |
          The program ZPROGRAM_BATCH feeds a business data flow used by the
          custom process for daily operational checks.
      - gaps: [example-slice-g003]
        text: |
          Launched by the batch job ZEXAMPLE_JOB_DAILY via an external scheduler,
          with an example technical schedule and variant.
      - gaps: [example-slice-g007]
        anomaly: true            # the answer contradicts the code: mark [ANOMALY]
        text: |
          The flag ZZSTATUS='X' should exclude returns, but the code includes it: known bug.
    

    A single text can answer multiple related gaps (gaps: [g1, g2]).

  3. Ingest:

    .venv/Scripts/python core/src/tools/pipeline.py capture-answer --slice <slice-id> --file output/l2/<slice-id>/answers-<date>.yaml
    

    Creates slices/<id>/inputs/expert-answers/<date>-<slug>.md, moves the gaps to answered (with resolution_ref pointing to the expert-answer), closes the questions and records the evidence (source: expert). Regenerates gaps.yaml.

Read the full file on GitHub · 65 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. 7d ago First seen · 65 lines · 88 tokens per session scan A 6855771b4867

Subscribe to this mod's changes

capture-answer is a skill published in the GitHub repository Gixsy95/abap_wiki (44 stars, last pushed 6d ago), licensed MIT. It adds 88 tokens to every session and 841 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.

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