site-starter

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

A project starter for creating a new Astro website prepared for Cloudflare hosting. Astro is a web framework; Cloudflare Workers and Pages are two different ways to deploy a site on Cloudflare.

In plain words
What is it for?
Use it to start a new client website, select Workers for server-side features or Pages for a static site, and link the Portable Web Toolkit.
Why use it?
It removes the repetitive setup work involved in creating folders, configuration files, package settings, and the toolkit connection. It also helps choose the right Cloudflare deployment type.

Skill for Claude CodeCodex

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-starter
Any agent
npx skills add ImYourBoyRoy/Portable_Web_toolkit --skill site-starter
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-starter

README.md
[![agentmods](https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/site-starter.svg)](https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/site-starter)
Your own site
<a href="https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/site-starter"><img src="https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/site-starter.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 974 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.00058 $0.00974
Opus 5 $0.00029 $0.00487
Sonnet 5 $0.00012 $0.00195
Haiku 4.5 $0.00006 $0.00097

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

Security

Grade A, and why

site-starter 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.

skills/site-starter/SKILL.md · 82 lines

How it starts

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

Site Starter

Creates a new client site outside the toolkit repo. Never use Portable_Web_toolkit root as the website.

Preflight

Resolve applicable instructions for the parent workspace and intended client repository. Select an exact target path, inspect it, and preserve unrelated work. Refuse a non-empty target unless the user separately approves every collision and its recovery plan.

Use the repository's current Node version on Windows, macOS, or Linux. Prefer portable Node commands; adapt only path and shell quoting to the active host.

Workers vs Pages

Always ask the user before scaffolding which deploy target they want:

Workers Pages (static)
Ask when Need SSR, API routes, built-in forms, Turnstile/server handlers, KV/D1/R2/cron, or other edge logic Pure marketing/static site with no server runtime
Astro output output: 'server' output: 'static'
Package site-starter/workers.package.jsonpackage.json site-starter/pages.package.jsonpackage.json
Wrangler workers.wrangler.tomlwrangler.toml pages.wrangler.tomlwrangler.toml
Astro config astro.config.workers.example.mjsastro.config.mjs astro.config.pages.example.mjsastro.config.mjs
Profile "deployTarget": "workers" "deployTarget": "pages"
Discovery doctor ./dist/client ./dist

Prefer Workers when the site will collect form submissions or need server APIs. Prefer Pages static only when the user confirms a static-only site.

After choosing a target, copy .env.example from site-starter/ (sections A–D: required APIs, agent+user naming, recommended PostHog+GA4, optional features). User pastes section A secrets; agent proposes section B with the user; explain analytics early; do not require Porkbun.

Portable scaffold transaction

  1. Resolve the toolkit root, exact empty site target, deploy target, and source template files.
  2. Produce a file plan for package.json, wrangler.toml, astro.config.mjs, .env.example, and src/styles/.
  3. Stage those files outside the target and verify their source names and expected destination paths.
  4. Create the target only after the plan is accepted, then move the staged scaffold into the empty target. Use the agent's ordinary filesystem tools or native host commands; do not present Bash syntax as cross-platform.
  5. Link Web_Toolkit with:

Read the full file on GitHub · 82 lines

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. 4d ago First seen · 82 lines · 58 tokens per session scan A dedd650237d2

Subscribe to this mod's changes

site-starter is a skill published in the GitHub repository ImYourBoyRoy/Portable_Web_toolkit (2 stars, last pushed 23d ago), licensed MIT. It adds 58 tokens to every session and 974 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.

Related

Other skills, from other repositories