site-readiness

site-readiness is a skill for Claude Code, Codex from ImYourBoyRoy/Portable_Web_toolkit. It costs 66 tokens per session (502 once invoked), scanned A, original, MIT.

A readiness checker for Astro client sites managed by the Portable Web Toolkit. It examines the project and reports whether its setup is ready for development, configuration work, or release.

In plain words
What is it for?
Use it before major site changes, after scaffolding or configuration updates, or before a release to check project readiness and generate diagnostic reports.
Why use it?
It exposes missing links, profiles, dependencies, or configuration before they cause problems during site work. Its reports provide structured next steps without automatically applying fixes.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the portable-web-toolkit plugin — 14 skills shipped together

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/imyourboyroy/portable_web_toolkit/site-readiness
Any agent
npx skills add ImYourBoyRoy/Portable_Web_toolkit --skill site-readiness
Clone the repo
git clone --depth 1 https://github.com/ImYourBoyRoy/Portable_Web_toolkit

Made for: Claude Code, Codex.

Or install portable-web-toolkit, the plugin that ships this one along with the rest of its 14 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/site-readiness.svg)](https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/site-readiness)
Your own site
<a href="https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/site-readiness"><img src="https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/site-readiness.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 502 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.1 $0.00066 $0.00502
Opus 5 $0.00033 $0.00251
Sonnet 5 $0.00013 $0.00100
Haiku 4.5 $0.00007 $0.00050

Measured 5d ago against content hash 2dfbf7ffdd65, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

site-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 5d 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.

skills/site-readiness/SKILL.md · 62 lines

What it actually says

Site Readiness

Run before material work when current readiness evidence is absent or stale.

Preflight

Resolve the active client repository, read its applicable instructions, and preserve unrelated work. Confirm the toolkit link and site profile belong to this client before running commands.

Command

node ./Web_Toolkit/site_readiness/bin/site-readiness.mjs run --project-root . --site-profile ./<name>.site-profile.json

Shortcuts: npm run readiness | npm run readiness:fix

An ordinary readiness request may write its diagnostic reports but does not apply project fixes. Do not use readiness:fix or any mutation flag without separate authorization for the proposed fixes.

Flags

Flag Effect
--apply-safe-fixes Authorized project-init apply-safe (never overwrites)
--install-deps Separately authorize dependency installation
--build Run the repository-authorized build and create its artifacts
--skip-network Offline/sandbox — skip integration

Modes (auto)

sandbox | local | full (network + CF .env)

Outputs

  • output/site-readiness-*.jsonagents read this first
  • output/site-readiness-*.md — human summary
  • Exit: 0 pass, 2 warn, 1 fail

Workflow

  1. Run readiness
  2. Read nextSteps + recommendedFixes in JSON
  3. Propose fixes; apply only the authorized set, then re-run
  4. Then portable-web-toolkit for deploy
  5. site-doctor only when site is live

Record the toolkit version as context. A newer toolkit version is a separate finding, not permission to pull source or reinstall skills. Use toolkit-update when comparison or migration is requested.

Never auto-applied

Deploy, DNS, cf-agent --apply, cache purge, registrar.

Files

What ships with it

2 files 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. 5d ago First seen · 62 lines · 66 tokens per session scan A 2dfbf7ffdd65

Subscribe to this mod's changes

site-readiness is a skill published in the GitHub repository ImYourBoyRoy/Portable_Web_toolkit (2 stars, last pushed 24d ago), licensed MIT. It adds 66 tokens to every session and 502 once invoked, about $0.0003 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-31.