Gixsy95

22 mods across 1 repository, 44 stars between them.

abap-analyzer

01

Gixsy95/abap_wiki

Agent Codex

Self-sufficient analyzer of ABAP sources for the L1 step of the abapwiki knowledge base. Operates raw-only: reads the files in raw/system-library/ without MCP. Receives sapname, saptype, devclass, rawsourcepath and an artifactpath; WRITES to file a structured YAML report with narrativesections, classified dependencies…

44 7d ago A 114 tokens original MIT

abap-deepcheck

02

Gixsy95/abap_wiki

Agent Codex

Independent adversarial judge that verifies the L1 analysis of an ABAP object. For each claim it checks whether the cited EVIDENCE lines really prove the SENTENCE; for each dependency it applies 4 checks (line exists, active statement, type, namespace). Runs in a separate session from the author, with a different…

44 7d ago A 100 tokens original MIT

Gixsy95/abap_wiki

Agent Codex

L2 functional author of the abapwiki knowledge base (Phase 4). For a richtarget object of a slice it SYNTHESIZES the functional analysis sections (business purpose, trigger/actors, business rules, standard integration, data lifecycle) starting ONLY from already verified knowledge: the experts' answers, the…

44 7d ago A 136 tokens original MIT

Gixsy95/abap_wiki

Agent Codex

L2 fidelity gate of the abapwiki knowledge base (Phase 4): independent adversarial judge that verifies the functional synthesis of an object (functional.yaml) or the process doc (process.yaml). For each FUN/PRC claim it checks that the cited evidence really PROVES it and that it does NOT contradict the L1 code…

44 7d ago A 125 tokens original MIT

Gixsy95/abap_wiki

Agent Codex

L2 functional researcher of the abapwiki knowledge base. For a slice (business process) it reads the members' L1 pages and the dependency graph, identifies the functional GAPS (why it exists, who launches it, semantics of the Z fields and of the magic numbers, standard integration, data lifecycle), classifies them and…

44 7d ago A 147 tokens original MIT

capture-answer

06

Gixsy95/abap_wiki

Skill Claude CodeCodex

Ingests an expert's answers to an L2 questionnaire in the abapwiki knowledge base: transforms the answers (filled in the interviews/ file or given verbally) into a canonical citable expert-answer (slices/ /inputs/expert-answers/), moves gaps to 'answered' and closes the questions. Use this skill when the owner/expert…

44 7d ago A 88 tokens original MIT

ingest-l0

07

Gixsy95/abap_wiki

Skill Claude CodeCodex

L0 bootstrap of the abapwiki knowledge base: creates stubs for all custom objects from the TADIR. Use this skill to initialize the repo from scratch or to ingest a new TADIR export. Deterministic operations (no LLM sub-agent), idempotent.

44 7d ago A 64 tokens original MIT

ingest-l1

08

Gixsy95/abap_wiki

Skill Claude CodeCodex

L1 analysis loop for the abapwiki knowledge base: for each batch it launches the abap-analyzer sub-agent in parallel, then the adversarial judge abap-deepcheck (separate session), applies only the analyses that pass the fail-closed gate, and commits. Resumes exactly after an interruption. Use this skill to document…

44 7d ago A 91 tokens original MIT

lint-audit

09

Gixsy95/abap_wiki

Skill Claude CodeCodex

Checks the integrity of the abapwiki knowledge base: parseable YAML frontmatter, no broken wikilinks, resolvable [VERIFIED: path:N-M] citations, non-nested confidence tags, drift between wiki and DB, synchronization between canonical agent contracts and the .claude/agents/ copies. Use this skill periodically or after…

44 7d ago A 78 tokens original MIT

query

10

Gixsy95/abap_wiki

Skill Claude CodeCodex

Queries the abapwiki knowledge base to answer questions about custom ABAP code (what an object does, which tables it uses, who calls it, dependencies, bugs). Navigates index -> package -> pages; can extend the answer with the SAP system via MCP abap-fs in read-only mode, explicitly citing wiki vs. system.

44 7d ago A 80 tokens original MIT

research-l2

11

Gixsy95/abap_wiki

Skill Claude CodeCodex

Executes Phases 1-3 of the L2 process of the abapwiki knowledge base on a slice: launches the abap-functional-researcher sub-agent (gap discovery + multi-source auto-research: wiki -> raw/docs -> MCP abap-fs on the system read-only -> standard knowledge), ingests gaps and evidence, and generates questionnaires for…

44 7d ago A 115 tokens original MIT

slice-init

12

Gixsy95/abap_wiki

Skill Claude CodeCodex

Creates an L2 slice in the abapwiki knowledge base: a business process on which to build functional documentation. Writes the manifest (curated anchors + mandatory real owner) and derives the membership from the dependency graph (BFS hop<=2). Use this skill to start the L2 process on a custom domain. Does not promote…

44 7d ago A 86 tokens original MIT

capture-answer

13

Gixsy95/abap_wiki

Command Claude Code

Ingests an expert's answers to an L2 questionnaire in the abapwiki knowledge base: transforms the answers (filled in the interviews/ file or given verbally) into a canonical citable expert-answer (slices/ /inputs/expert-answers/), moves gaps to 'answered' and closes the questions. Use this skill when the owner/expert…

44 7d ago A 85 tokens original MIT

ingest-l0

14

Gixsy95/abap_wiki

Command Claude Code

L0 bootstrap of the abapwiki knowledge base: creates stubs for all custom objects from the TADIR. Use this skill to initialize the repo from scratch or to ingest a new TADIR export. Deterministic operations (no LLM sub-agent), idempotent.

44 7d ago A 59 tokens original MIT

ingest-l1

15

Gixsy95/abap_wiki

Command Claude Code

L1 analysis loop for the abapwiki knowledge base: for each batch it launches the abap-analyzer sub-agent in parallel, then the adversarial judge abap-deepcheck (separate session), applies only the analyses that pass the fail-closed gate, and commits. Resumes exactly after an interruption. Use this skill to document…

44 7d ago A 86 tokens original MIT

lint-audit

16

Gixsy95/abap_wiki

Command Claude Code

Checks the integrity of the abapwiki knowledge base: parseable YAML frontmatter, no broken wikilinks, resolvable [VERIFIED: path:N-M] citations, non-nested confidence tags, drift between wiki and DB, synchronization between canonical agent contracts and the .claude/agents/ copies. Use this skill periodically or after…

44 7d ago A 74 tokens original MIT

query

17

Gixsy95/abap_wiki

Command Claude Code

Queries the abapwiki knowledge base to answer questions about custom ABAP code (what an object does, which tables it uses, who calls it, dependencies, bugs). Navigates index -> package -> pages; can extend the answer with the SAP system via MCP abap-fs in read-only mode, explicitly citing wiki vs. system.

44 7d ago A 78 tokens original MIT

research-l2

18

Gixsy95/abap_wiki

Command Claude Code

Executes Phases 1-3 of the L2 process of the abapwiki knowledge base on a slice: launches the abap-functional-researcher sub-agent (gap discovery + multi-source auto-research: wiki -> raw/docs -> MCP abap-fs on the system read-only -> standard knowledge), ingests gaps and evidence, and generates questionnaires for…

44 7d ago A 111 tokens original MIT

slice-init

19

Gixsy95/abap_wiki

Command Claude Code

Creates an L2 slice in the abapwiki knowledge base: a business process on which to build functional documentation. Writes the manifest (curated anchors + mandatory real owner) and derives the membership from the dependency graph (BFS hop<=2). Use this skill to start the L2 process on a custom domain. Does not promote…

44 7d ago A 83 tokens original MIT

abap_wiki

20

Gixsy95/abap_wiki

Settings file Claude Code

Agent settings declaring 7 allowed tools.

44 7d ago A tokens not measured original MIT

abap_wiki AGENTS.md

21

Gixsy95/abap_wiki

Instructions file CodexOpenCode

Instructions for Gixsy95/abap_wiki, covering agents.md - abapwiki operating contract, 1. identity and mission, 2. language, 3. architecture: the two planes and 4. inviolable rules.

44 7d ago A 3,283 tokens original MIT

abap_wiki CLAUDE.md

22

Gixsy95/abap_wiki

Instructions file

Instructions for Gixsy95/abap_wiki, covering claude.md - abapwiki operating contract, 1. identity and mission, 2. language, 3. architecture: the two planes and 4. inviolable rules.

44 7d ago A 3,281 tokens copy · 97% MIT