abap_wiki: Skill for Claude Code

.agents/skills/lint-audit/SKILL.md

lint-audit is a skill for Claude Code, Codex from Gixsy95/abap_wiki. It costs 78 tokens per session (588 once invoked), scanned A, original, MIT.

A checking tool for an ABAP knowledge base, where ABAP is the programming language used in many SAP systems. It checks page formatting, links, citations, database consistency, and agent files.

In plain words
What is it for?
Running knowledge-base audits, checking documentation integrity, synchronizing agent contracts, and generating a progress report.
Why use it?
It finds broken references, invalid metadata, unsupported citations, and differences between documentation and stored data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; 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 →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python core/src/tools/lint_wiki.py.

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/lint-audit/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 lint-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/gixsy95/abap_wiki/lint-audit/github.svg)](https://agentmods.dev/skills/gixsy95/abap_wiki/lint-audit)
Your own site
<a href="https://agentmods.dev/skills/gixsy95/abap_wiki/lint-audit"><img src="https://agentmods.dev/badge/skills/gixsy95/abap_wiki/lint-audit/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 lint-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/gixsy95/abap_wiki/lint-audit"><img src="https://agentmods.dev/badge/skills/gixsy95/abap_wiki/lint-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 588 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.00078 $0.00588
Opus 5 $0.00039 $0.00294
Sonnet 5 $0.00016 $0.00118
Haiku 4.5 $0.00008 $0.00059

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

Security

Grade A, and why

lint-audit 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/lint-audit/SKILL.md · 51 lines

How it starts

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

Lint & audit - knowledge base integrity

Verifies the consistency of the vault and the state. Deterministic fixes are allowed; deleting pages or downgrading doc_level is not (never without an explicit request).

Commands

  1. Vault lint (frontmatter, wikilinks, citations, nested tags, wiki<->DB drift):

    python core/src/tools/lint_wiki.py
    

    Report in output/reports/lint-report.md. Exit code 1 if there are issues.

  2. Agent contract synchronization (.claude/agents/ must match the canonicals):

    python core/src/tools/sync_agents.py --check
    

    If drift is found, regenerate with python core/src/tools/sync_agents.py.

  3. Progress dashboard (view regenerated from DB):

    python core/src/tools/pipeline.py dashboard
    

    Generates output/reports/pipeline-dashboard.md.

What the lint checks

  • Frontmatter: every page is parsed via yaml.safe_load (a broken frontmatter is a blocking issue).
  • Wikilinks: every [[slug]] points to an existing page.
  • Citations: every [VERIFIED: <path>:N-M] resolves to a real file within EOF, from a citable root (raw/, slices/). The analysis is inline in the object page (§2): there is no longer a separate citable abap_wiki/analysis/ tree.
  • Nested tags: confidence markers cannot contain other tags/wikilinks.
  • Wiki<->DB drift: comparison between page slugs and DB rows.

Tracking (operational log)

  • lint_wiki.py automatically records a lint event (issues/pages) in the events table: it appears in log.md (the append-only view) at the next git-commit or pipeline.py log. No manual action needed.
  • A manual fix made outside the pipeline must be recorded explicitly: pipeline.py log-op --type meta --note "<what you fixed>" [--object <id>].

Prohibitions

  • Never delete pages, lower doc_level, or modify raw/ without an explicit request.
  • Never mark a source unavailable without evidence.
  • "User notes" sections are hard-protected: never overwritten.

Read the full file on GitHub · 51 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 · 51 lines · 78 tokens per session scan A 2f16461a4f86

Subscribe to this mod's changes

lint-audit is a skill published in the GitHub repository Gixsy95/abap_wiki (44 stars, last pushed 2d ago), licensed MIT. It adds 78 tokens to every session and 588 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-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

status

Verify gnosis-mcp server connectivity, schema integrity, and corpus health. Use when MCP calls fail, return empty, or return unexpected data.

nicholasglazer/gnosis-mcp · 31 tokens

neuron-debugger

Debug and monitor Neuron AI applications with Inspector APM, event observability, logging, and performance analysis. Use this skill whenever the user mentions debugging, monitoring, observability, performance analysis, tracing, Inspector, or needs to understand why an agent is behaving a certain way. Also trigger for…

neuron-core/neuron-ai · 90 tokens

agent-identity

Verify an agent's live address and billing account before sharing a chat link, diagnosing a deploy mismatch, or deciding why two hosts share an identity.

openonion/connectonion · 33 tokens

data-fetching

Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, axios, React Query, SWR, error handling, caching strategies, offline support.

Intelligent-Internet/ii-agent · 41 tokens

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