claude-forge: Skill for Claude Code

.claude/skills/ship-readiness/SKILL.md

ship-readiness is a skill for Claude Code from ForgeyClap/claude-forge. It costs 46 tokens per session (686 once invoked), scanned A, original, MIT.

A pre-deployment and handoff checklist that reviews whether a project is ready for users or a client.

In plain words
What is it for?
It helps review websites and applications for production configuration, security hygiene, accessibility, SEO, performance, and responsive behavior.
Why use it?
It catches common release problems such as test data, exposed secrets, broken forms, missing error handling, and damaged mobile layouts before handoff.

Skill for Claude Code

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

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

Reuse

Borrowing it

Nothing to install: this file belongs to ForgeyClap/claude-forge. 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/ForgeyClap/claude-forge/main/.claude/skills/ship-readiness/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ForgeyClap/claude-forge

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 ship-readiness

README.md
[![agentmods](https://agentmods.dev/badge/skills/forgeyclap/claude-forge/ship-readiness.svg)](https://agentmods.dev/skills/forgeyclap/claude-forge/ship-readiness)
Your own site
<a href="https://agentmods.dev/skills/forgeyclap/claude-forge/ship-readiness"><img src="https://agentmods.dev/badge/skills/forgeyclap/claude-forge/ship-readiness.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 686 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.00046 $0.00686
Opus 5 $0.00023 $0.00343
Sonnet 5 $0.00009 $0.00137
Haiku 4.5 $0.00005 $0.00069

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

Security

Grade A, and why

ship-readiness 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.

.claude/skills/ship-readiness/SKILL.md · 49 lines

How it starts

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

Ship-readiness (advisory checklist — not a blocker)

This is a practical checklist, not an enforced gate. Report items as pass/fail with evidence — never assert without checking. Nothing here blocks a build; it just helps you not hand off something broken. Production deploys should still have explicit user approval.

Universal

  • No test mode, mock backend, or fake/sample data left in.
  • No localhost URLs, debug/test banners, or debug-only UI.
  • Secrets in env; .env.example uses placeholders; no real secrets committed.
  • Runtime artifacts swept for leaked secrets too, not just source: node .claude/forge-bin/forge-secret-scrub.cjs [--json] (advisory, reports location only) — covers .claude/forge-runs/*/events.jsonl, which the doctor's git-tracked leak scan cannot see because it is gitignored.
  • No unfinished placeholder content/copy.
  • Forms submit and validate; error handling present on all I/O.
  • Mobile and desktop layout intact; primary CTA clear.
  • Optional: for important code, run the codex-reviewer agent (Codex) and/or security-reviewer — advisory, not required.

Website / landing page

Perf/SEO/a11y pass; meta/OG + canonical; favicon; 404 route; no broken links; responsive at ~360/768/1280; no Lorem/test copy; CTAs/links resolve.

Full-stack app / auth

Auth enforced server-side on protected routes; input validation per endpoint; secrets out of the client bundle; DB migrations reversible; e2e green.

API integration

Retries/backoff + timeout; idempotent writes; consistent error envelope; pagination; webhook signature verification; safe logging.

Dashboard / data viz

Empty/loading/error states; correct aggregation (no silent NULL drops); timezone correctness; no PII leaked client-side.

n8n

Webhook method correct; input schema validated; credentials set (not hardcoded); error branch exists; retry/backoff defined; test/prod flows separated; validate_workflow clean. (Validation is good practice before calling it production-ready.)

Read the full file on GitHub · 49 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. 4d ago First seen · 49 lines · 46 tokens per session scan A af557328d04a

Subscribe to this mod's changes

ship-readiness is a skill published in the GitHub repository ForgeyClap/claude-forge (2 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 686 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

aws-patterns

Lambda best practices, S3 event patterns, SQS/SNS fanout, and DynamoDB access patterns for serverless AWS architectures.

vibeeval/vibecosystem · 31 tokens

azure-patterns

Azure Functions, Cosmos DB modeling, Service Bus patterns, Bicep templates.

vibeeval/vibecosystem · 19 tokens

cloudflare-api

Hit the Cloudflare REST API directly for operations that wrangler and MCP can't handle well. Bulk DNS, custom hostnames, email routing, cache purge, WAF rules, redirect rules, zone settings, Worker routes, D1 cross-database queries, R2 bulk operations, KV bulk read/write, Vectorize queries, Queues, and fleet-wide…

jezweb/claude-skills · 141 tokens

event-driven-architecture

Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.

travisjneuman/.claude · 50 tokens

devops-cloud

DevOps, cloud infrastructure, and platform engineering. Use when working with AWS, GCP, Azure, Kubernetes, Terraform, CI/CD pipelines, or infrastructure as code.

travisjneuman/.claude · 38 tokens

hono-api-scaffolder

Scaffold Hono API routes for Cloudflare Workers. Produces route files, middleware, typed bindings, Zod validation, error handling, and APIENDPOINTS.md documentation. Use after a project is set up with cloudflare-worker-builder or vite-flare-starter, when you need to add API routes, create endpoints, or generate API…

jezweb/claude-skills · 77 tokens