pontx: Skill for Claude Code

.agents/skills/pontx-metadata-quality-loop/SKILL.md

pontx-metadata-quality-loop is a skill for Claude Code, Codex from pontjs/pontx. It costs 75 tokens per session (1,789 once invoked), scanned A, original, no licence file.

An internal Pontx workflow for checking and improving API metadata, the descriptive information attached to API endpoints. It repeatedly runs a scoring step, an improvement step and another scoring step.

In plain words
What is it for?
Use it to evaluate metadata, repair reported quality issues, assess scoring rules and repeat the scorer–improver cycle.
Why use it?
It helps find metadata quality problems and check whether proposed fixes improve the result.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is pontjs/pontx's own configuration. It tells Claude Code and Codex how to work on pontx 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 pontx configures →

Reuse

Borrowing it

Nothing to install: this file belongs to pontjs/pontx. 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/pontjs/pontx/main/.agents/skills/pontx-metadata-quality-loop/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/pontjs/pontx

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 pontx-metadata-quality-loop

README.md
[![agentmods](https://agentmods.dev/badge/skills/pontjs/pontx/pontx-metadata-quality-loop.svg)](https://agentmods.dev/skills/pontjs/pontx/pontx-metadata-quality-loop)
Your own site
<a href="https://agentmods.dev/skills/pontjs/pontx/pontx-metadata-quality-loop"><img src="https://agentmods.dev/badge/skills/pontjs/pontx/pontx-metadata-quality-loop.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,789 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 unknown 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.00075 $0.01789
Opus 5 $0.00037 $0.00894
Sonnet 5 $0.00015 $0.00358
Haiku 4.5 $0.00007 $0.00179

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

Security

Grade A, and why

pontx-metadata-quality-loop 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 8d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/candidate-registry-quality.mjs, scripts/quality-loop-state.mjs, scripts/score-metadata.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/pontx-metadata-quality-loop/SKILL.md · 129 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 129 lines · 75 tokens per session scan A e8da698380d9

Subscribe to this mod's changes

pontx-metadata-quality-loop is a skill published in the GitHub repository pontjs/pontx (38 stars, last pushed 12d ago), with no licence file. It adds 75 tokens to every session and 1,789 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

fastapi

FastAPI best practices and conventions. Use when working with FastAPI APIs, Pydantic models, dependencies, streaming responses including Server-Sent Events (SSE), and serving frontend apps. Keeps FastAPI code clean and up to date with the latest features and patterns.

fastapi/fastapi · 57 tokens

printing-press-amend

Amend a published CLI from one of two input sources: (1) dogfood mode mines the active Claude Code session transcript for friction (missing flags, hand- rolled API payloads, silent-null returns); (2) direct-input mode accepts user-supplied asks (rename a command, add commands or feeds, fix a named bug, optionally…

mvanhorn/cli-printing-press · 222 tokens

printing-press

Set up a new integration, connector, or CLI binding for any API. Wrap or generate a ship-ready Go CLI from an OpenAPI, HAR, or Postman spec via the lean research -> generate -> build -> shipcheck loop. Use when the user says build a CLI, wrap this API, set up a new integration, add a connector, integrate with a…

mvanhorn/cli-printing-press · 86 tokens

implementing-api-schema-validation-security

Implement API schema validation using OpenAPI specifications and JSON Schema to enforce input/output contracts and prevent injection, data exposure, and mass assignment attacks.

xalgorix/xalgorix · 35 tokens

mcp2cli

Turn any MCP server, OpenAPI spec, or GraphQL endpoint into a CLI. Use this skill when the user wants to interact with an MCP server, OpenAPI/REST API, or GraphQL API via command line, discover available tools/endpoints, call API operations, or generate a new skill from an API. Triggers include "mcp2cli", "call this…

knowsuchagency/mcp2cli · 126 tokens

lap

LAP CLI -- compile, search, and manage API specs for AI agents. Use when working with API specifications (OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman), compiling specs to LAP format, searching the LAP registry, generating skills from API specs, or publishing APIs. Commands: init, compile, search, get, skill…

Lap-Platform/LAP · 89 tokens