build-website

build-website is a command for Claude Code from Amey-Thakur/AI-SKILLS. It costs 18 tokens per session (231 once invoked), scanned A, original, MIT.

A command for building a small website with a simple, editable technical setup. It covers page structure, responsive layout, accessibility, performance, and real page copy.

In plain words
What is it for?
Use it to plan and create a small site, choose its stack, write its HTML and CSS, design mobile layouts, add accessible navigation, and document performance and editing choices.
Why use it?
It helps avoid unnecessary tools and makes clear how the site owner can update content after the build.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to plan and create a small site, choose its stack, write its HTML and CSS, design mobile layouts, add accessible navigation, and document performance and editing choices.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/amey-thakur/ai-skills/build-website
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.

Clone the repo
git clone --depth 1 https://github.com/Amey-Thakur/AI-SKILLS

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 build-website

README.md
[![agentmods](https://agentmods.dev/badge/commands/amey-thakur/ai-skills/build-website/github.svg)](https://agentmods.dev/commands/amey-thakur/ai-skills/build-website)
Your own site
<a href="https://agentmods.dev/commands/amey-thakur/ai-skills/build-website"><img src="https://agentmods.dev/badge/commands/amey-thakur/ai-skills/build-website/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 build-website

Your own site · 80×15
<a href="https://agentmods.dev/commands/amey-thakur/ai-skills/build-website"><img src="https://agentmods.dev/badge/commands/amey-thakur/ai-skills/build-website.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 231 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.00018 $0.00231
Opus 5 $0.00009 $0.00115
Sonnet 5 $0.00004 $0.00046
Haiku 4.5 $0.00002 $0.00023

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

Security

Grade A, and why

build-website 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 11d 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.

commands/build-website.md · 35 lines

What it actually says

You were invoked as a slash command. The user's input:

$ARGUMENTS

Use that input to fill this prompt's variables (take the main content, topic, or task from it; ask only if a required value is missing and not supplied), then follow the prompt exactly.


Build a site for:

{site}

Content: {content}

Use website-building, responsive-design, and web-vitals.

Produce:

  • The stack, justified by the site's actual needs rather than habit.
  • Page structure with semantic markup.
  • Complete HTML and CSS for the pages, mobile first.
  • Accessible navigation, headings, and focus states.
  • Performance choices: image handling, fonts, and what is not loaded.
  • How the owner updates content without a build step.

Rules: choose the simplest thing that works; do not add a framework a brochure site does not need. Semantic HTML before ARIA. Include real copy rather than placeholder text. State what still needs a designer.

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. 11d ago First seen · 35 lines · 18 tokens per session scan A be77a8aad9ba

Subscribe to this mod's changes

build-website is a command published in the GitHub repository Amey-Thakur/AI-SKILLS (7 stars, last pushed 5d ago), licensed MIT. It adds 18 tokens to every session and 231 once invoked, about $0.0001 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 commands, from other repositories

ux-motion

Animation and motion rubric. Checks timing, easing, meaning, reduced-motion compliance, and performance for every animation on a surface. Triggers on "motion check", "are the animations good", or "fix the motion". Use when auditing motion or animations, checking durations / easing / reduced-motion / performance, is…

Laith0003/ux-skill · 104 tokens

ux-case-study

Generate a project case study in pure-monochrome editorial format. Triggers on "write a case study", "case study this project", "do the wrap-up doc". Use when writing a project case study, shipping a publishable Wfrah-editorial document, ending a project with a case-study artifact, producing the (A)–(G) section format…

Laith0003/ux-skill · 112 tokens

ux-copy

Microcopy review and rewrite against the voice rubric. Produces a before/after table with severity per string and a clean rewrite block. Triggers on "review the copy", "fix the microcopy", "the error messages are bad", or "rewrite this". Use when reviewing or rewriting microcopy, fixing error messages that sound like…

Laith0003/ux-skill · 121 tokens

ux-system

Propose a complete starter design system for a project that doesn't have one. Triggers on "we don't have a design system", "build us a system", "propose tokens", "what should our theme be". Use when proposing a starter design system, generating tokens / foundations / components from a brand brief, the project has no…

Laith0003/ux-skill · 102 tokens

ux-image-to-code

Take a design reference image (PNG/JPG/WebP), extract its dominant palette + canvas polarity + type signal via pure Pillow CV, match the result against the v2 palettes/styles manifests, and run the recommender on the synthetic brief. Returns the closest palette, the closest style, and a full recommended design system…

Laith0003/ux-skill · 76 tokens

cinematic-scroll

Build cinematic, scroll-driven websites with the cinematic-scroll skill — pinned chapter reveals, hero/multi-depth parallax, scroll-linked 3D tilt and camera moves, and environment-morphing backgrounds. From a single self-contained .html scroll section (Mode A) to a full Next.js release site with optional AI-generated…

MustBeSimo/cinematic-scroll-skill · 0 tokens