clean-baseline

clean-baseline is a skill for Claude Code, Codex from moonrunnerkc/skillcheck. It costs 20 tokens per session (37 once invoked), scanned A, original, MIT.

A validator for SKILL.md files, which are instruction files that define how a coding-agent skill should work. It checks whether those files follow the required specification.

In plain words
What is it for?
Checking skill directories for compliant SKILL.md files during development or review.
Why use it?
It catches specification problems while linting a skill directory, before an invalid skill is used or shared.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/moonrunnerkc/skillcheck/clean-baseline
Any agent
npx skills add moonrunnerkc/skillcheck --skill clean-baseline
Clone the repo
git clone --depth 1 https://github.com/moonrunnerkc/skillcheck

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 clean-baseline

README.md
[![agentmods](https://agentmods.dev/badge/skills/moonrunnerkc/skillcheck/clean-baseline.svg)](https://agentmods.dev/skills/moonrunnerkc/skillcheck/clean-baseline)
Your own site
<a href="https://agentmods.dev/skills/moonrunnerkc/skillcheck/clean-baseline"><img src="https://agentmods.dev/badge/skills/moonrunnerkc/skillcheck/clean-baseline.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 37 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00020 $0.00037
Opus 5 $0.00010 $0.00018
Sonnet 5 $0.00004 $0.00007
Haiku 4.5 $0.00002 $0.00004

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

Security

Grade A, and why

clean-baseline 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 4d 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.

tests/golden/clean-baseline/SKILL.md · 7 lines

What it actually says

Body content that keeps the file above the trivial threshold.

Files

What ships with it

1 file 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. 4d ago First seen · 7 lines · 20 tokens per session scan A e70464f583f1

Subscribe to this mod's changes

clean-baseline is a skill published in the GitHub repository moonrunnerkc/skillcheck (24 stars, last pushed 11d ago), licensed MIT. It adds 20 tokens to every session and 37 once invoked, about $0.0001 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

migrate-oxlint

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

oxc-project/oxc · 44 tokens

performance-lint-rules

Performance review guidance for Oxc linter rule implementations. Use only when reviewing Rust rule code under crates/oxclinter/src/rules/ or when explicitly auditing those rules for performance improvements.

oxc-project/oxc · 45 tokens

ultracite

Ultracite is a zero-config linting and formatting preset for JavaScript/TypeScript projects. Use when: (1) Setting up or initializing Ultracite in a project (ultracite init), (2) Running linting or formatting commands (check, fix, doctor), (3) Writing or reviewing JS/TS code in a project that uses Ultracite — to…

haydenbleasel/ultracite · 142 tokens

open-draft-pr

Prepare local changes for review with an intentional commit, push, and ready PR for fallow. Use when the user wants to publish work, open a PR, or turn local changes into a reviewable branch.

fallow-rs/fallow · 47 tokens

address-pr-comments

Triage and address GitHub PR review feedback for fallow, then implement the agreed fixes. Use when the user wants to inspect PR comments, requested changes, or unresolved review threads and act on them.

fallow-rs/fallow · 45 tokens

coverage-loop

Iteratively improve Fallow Rust test coverage with cargo-llvm-cov, prioritizing meaningful untested behavior and preserving runtime correctness.

fallow-rs/fallow · 29 tokens