resume-resume: Command for Claude Code

.claude/commands/prep-for-public.md

prep-for-public is a command for Claude Code from eidos-agi/resume-resume. It costs 0 tokens per session (977 once invoked), scanned A, original, MIT.

A release-readiness audit for checking whether a code repository is safe and complete enough to publish publicly.

In plain words
What is it for?
Use it to scan project files and Git history, check author and license details, and report findings as READY, CONCERN, or BLOCKER.
Why use it?
It helps find exposed secrets, private dependencies, internal addresses, missing licenses, and attribution problems before release.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is eidos-agi/resume-resume's own configuration. It tells Claude Code how to work on resume-resume 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 resume-resume configures →

Reuse

Borrowing it

Nothing to install: this file belongs to eidos-agi/resume-resume. 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/eidos-agi/resume-resume/master/.claude/commands/prep-for-public.md
Clone the repo
git clone --depth 1 https://github.com/eidos-agi/resume-resume

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 prep-for-public

README.md
[![agentmods](https://agentmods.dev/badge/commands/eidos-agi/resume-resume/prep-for-public/github.svg)](https://agentmods.dev/commands/eidos-agi/resume-resume/prep-for-public)
Your own site
<a href="https://agentmods.dev/commands/eidos-agi/resume-resume/prep-for-public"><img src="https://agentmods.dev/badge/commands/eidos-agi/resume-resume/prep-for-public/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 prep-for-public

Your own site · 80×15
<a href="https://agentmods.dev/commands/eidos-agi/resume-resume/prep-for-public"><img src="https://agentmods.dev/badge/commands/eidos-agi/resume-resume/prep-for-public.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 977 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.00000 $0.00977
Opus 5 $0.00000 $0.00489
Sonnet 5 $0.00000 $0.00195
Haiku 4.5 $0.00000 $0.00098

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

Security

Grade A, and why

prep-for-public 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 9d 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/commands/prep-for-public.md · 78 lines

How it starts

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

prep-for-public

Audit this repo for public release readiness. Run every check below, report findings as READY / CONCERN / BLOCKER.

Security Checks (BLOCKERS if found)

  • Hardcoded secrets: Scan all non-.gitignore files for patterns: API keys (sk-, ghp_, evk_, pypi-, AKIA), passwords, tokens, private URLs, connection strings with credentials
  • Private SSH deps: Check pyproject.toml, package.json, requirements*.txt for git+ssh:// or git+https://github.com/ private repo refs
  • Internal hostnames: Search for .internal, localhost hardcoded as production URLs, private IP ranges (10.x, 192.168.x, 172.16-31.x)
  • Sensitive env files: Verify .env, .env.local, *.pem, *.key, credentials.json are in .gitignore and not committed
  • Git history secrets: Run git log --all --oneline and flag if any commit messages mention secrets, passwords, or tokens

Identity & Attribution

  • Author info: Does pyproject.toml / package.json have correct author name + email?
  • License: Does a LICENSE file exist in root? Does it match the declared license in pyproject?
  • Copyright headers: Are any source files missing attribution that require it?

Install & Dependency Checks

  • All deps on public registries: No git+ssh://, no private PyPI indexes, no internal npm registries
  • Version pinned appropriately: No * or missing version constraints on critical deps
  • Install actually works: pip install -e . or npm install completes without errors
  • Entry points work: Run the installed CLI commands and verify they start without crashing

Documentation

  • README exists and has: Title, one-line description, install instructions, basic usage example, license badge or mention
  • Install instructions are current: pip install <name> uses the actual published package name
  • No internal references in docs: No mentions of internal systems, private repos, or internal URLs
  • Examples work: Any code examples in README are runnable

Read the full file on GitHub · 78 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. 9d ago First seen · 78 lines · 0 tokens per session scan A 6f8a66d1ce05

Subscribe to this mod's changes

prep-for-public is a command published in the GitHub repository eidos-agi/resume-resume (0 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 977 tokens. 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-31.