cleaner

cleaner is a skill for Claude Code, Codex from wundercorp/builderstudio-skills. It costs 103 tokens per session (1,893 once invoked), scanned C, original, no licence file.

Instructions for cleaning a repository, source bundle, archive, package, or deployment file before it is shared or published.

In plain words
What is it for?
Use them before pushing code to GitHub, making a project public, packaging source, or preparing a deployment artifact.
Why use it?
They help remove operating-system junk, caches, logs, dependencies, and generated files that should not be included.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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/wundercorp/builderstudio-skills/cleaner
Any agent
npx skills add wundercorp/builderstudio-skills --skill cleaner
Clone the repo
git clone --depth 1 https://github.com/wundercorp/builderstudio-skills

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 cleaner

README.md
[![agentmods](https://agentmods.dev/badge/skills/wundercorp/builderstudio-skills/cleaner.svg)](https://agentmods.dev/skills/wundercorp/builderstudio-skills/cleaner)
Your own site
<a href="https://agentmods.dev/skills/wundercorp/builderstudio-skills/cleaner"><img src="https://agentmods.dev/badge/skills/wundercorp/builderstudio-skills/cleaner.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,893 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
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.00103 $0.01893
Opus 5 $0.00051 $0.00946
Sonnet 5 $0.00021 $0.00379
Haiku 4.5 $0.00010 $0.00189

Measured 6d ago against content hash 78b1ce057349, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

cleaner scanned grade C with 1 finding 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 6d 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.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

- Local credentials and machine identity files: `.npmrc`, `.pypirc`, `.netrc`, private key files, certificates, local database files, sqlite files, dumps, and private service-account JSON.
skill-repositories/cleaner-skill/skills/cleaner/SKILL.md · 179 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. 6d ago First seen · 179 lines · 103 tokens per session scan C 78b1ce057349

Subscribe to this mod's changes

cleaner is a skill published in the GitHub repository wundercorp/builderstudio-skills (7 stars, last pushed 3mo ago), with no licence file. It adds 103 tokens to every session and 1,893 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

release-expert

Multi-repo release coordination: version alignment, RC lifecycle, release waves, rollback planning. Use when saying "release", "version alignment", or "cut an RC".

anton-abyzov/specweave · 0 tokens

do

Work an increment task by task through the ledger: task next, claim, implement, commit, task done with evidence. Use when saying "implement", "start working", or "continue increment".

anton-abyzov/specweave · 0 tokens

release

Guide through the Cortex TMS release process — version bump, changelog, sync, tag, publish. Every step requires user approval.

cortex-tms/cortex-tms · 29 tokens

sync

One sync surface for GitHub, Jira and Azure DevOps: push progress, pull or import issues, check health, run setup. Use when saying "sync", "push to GitHub", or "import issues".

anton-abyzov/specweave · 0 tokens

writing-github-docs

Write the repository's public face — README.md, CONTRIBUTING.md, and the GitHub community health files (SECURITY, CODEOFCONDUCT, LICENSE, issue and pull request templates). Use this when creating or rewriting any of those, when deciding whether a sentence belongs in the README or in CONTRIBUTING, when GitHub's…

WangChangxin0809/repo-agent-harness · 123 tokens

doc-refresh

Orchestrates documentation updates after version bumps, feature additions, or periodic maintenance. Analyses git history since the last release, identifies which docs are affected, and delegates to existing skills (changelog, feature-benefits, docs-verify, llms-txt, user-guides) for selective refresh. Delegates AI…

littlebearapps/pitchdocs · 86 tokens