Claude-Tools-for-Delphi: Skill for Claude Code

.claude/skills/light-md-DelphiIdiom/SKILL.md

light-md-DelphiIdiom is a skill for Claude Code from GabrielOnDelphi/Claude-Tools-for-Delphi. It costs 145 tokens per session (1,168 once invoked), scanned A, original, MPL-2.0.

A vocabulary and clarity check for Markdown documentation in Delphi projects. Markdown is a plain-text format used for documents such as README files.

In plain words
What is it for?
It is for checking Delphi project files such as README.md, CLAUDE.md, and other source documentation after they are written or edited.
Why use it?
It replaces unsuitable terms and makes project documentation easier to understand without rewriting it broadly.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is GabrielOnDelphi/Claude-Tools-for-Delphi's own configuration. It tells Claude Code how to work on Claude-Tools-for-Delphi 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 Claude-Tools-for-Delphi configures →

Reuse

Borrowing it

Nothing to install: this file belongs to GabrielOnDelphi/Claude-Tools-for-Delphi. 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/GabrielOnDelphi/Claude-Tools-for-Delphi/main/.claude/skills/light-md-DelphiIdiom/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/GabrielOnDelphi/Claude-Tools-for-Delphi

Made for: Claude Code.

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 light-md-DelphiIdiom

README.md
[![agentmods](https://agentmods.dev/badge/skills/gabrielondelphi/claude-tools-for-delphi/light-md-delphiidiom/github.svg)](https://agentmods.dev/skills/gabrielondelphi/claude-tools-for-delphi/light-md-delphiidiom)
Your own site
<a href="https://agentmods.dev/skills/gabrielondelphi/claude-tools-for-delphi/light-md-delphiidiom"><img src="https://agentmods.dev/badge/skills/gabrielondelphi/claude-tools-for-delphi/light-md-delphiidiom/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 light-md-DelphiIdiom

Your own site · 80×15
<a href="https://agentmods.dev/skills/gabrielondelphi/claude-tools-for-delphi/light-md-delphiidiom"><img src="https://agentmods.dev/badge/skills/gabrielondelphi/claude-tools-for-delphi/light-md-delphiidiom.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 145 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,168 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.00145 $0.01168
Opus 5 $0.00072 $0.00584
Sonnet 5 $0.00029 $0.00234
Haiku 4.5 $0.00015 $0.00117

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

Security

Grade A, and why

light-md-DelphiIdiom 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 2d 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.

.claude/skills/light-md-DelphiIdiom/SKILL.md · 69 lines

How it starts

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

Delphi MD vocab + clarity check (launcher)

This skill is a thin launcher. The work is done by the light-md-DelphiIdiom agent. Do not load the dictionary or scan files yourself — that's the agent's job, in its own context window.

Is this file in scope?

Two checks before resolving any target.

Is the project a Delphi project? Look for a *.dpr, *.dpk or *.dproj file in the project root, or a CLAUDE.md that talks about Delphi. If neither is there, ask.

Is the file documentation for code, or is it prose? This skill rewrites the documentation of Delphi source — CLAUDE.md, README.md, docs describing how the code works. It must never touch long-form prose that merely mentions Delphi. Anything under c:\MyBooks\ is out of scope, and so is any other manuscript tree: those files are written in a casual, personal voice that the book tree's own CLAUDE.md defines and protects, and the vocabulary rules here would flatten it. A folder whose CLAUDE.md talks about Delphi is not enough to bring it in scope — the question is whether the file documents code, not whether it mentions Delphi. Skip a prose file without resolving it, and say why.

Invocation modes

Form Meaning
/light-md-DelphiIdiom <file.md> Scan + fix exactly that file
/light-md-DelphiIdiom <glob> Scan + fix every match (e.g. c:\Projects\Foo\*.md)
/light-md-DelphiIdiom (no args) Scan + fix every MD file edited in the current task

Steps

  1. Resolve targets.

    • With args: Glob the arg pattern.
    • No args: list MD files Write/Edited this task. If none — print "No MD files touched this task." and stop.
  2. Launch the light-md-DelphiIdiom agent via the Agent tool with subagent_type: light-md-DelphiIdiom. Pass the resolved file list in the prompt. One agent for the whole batch — the agent processes files sequentially so it can accumulate cross-file pattern confirmations.

Read the full file on GitHub · 69 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago Changed · +80 tokens per session f613f8957ad4
  2. 6d ago Changed · +2 lines b601a6957aae
  3. 10d ago First seen · 67 lines · 65 tokens per session scan A 9ad2b03e2525

Subscribe to this mod's changes

light-md-DelphiIdiom is a skill published in the GitHub repository GabrielOnDelphi/Claude-Tools-for-Delphi (17 stars, last pushed 3d ago), licensed MPL-2.0. It adds 145 tokens to every session and 1,168 once invoked, about $0.0007 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens