Marketing Site Skill
Use this specialist for public-facing pages where the first viewport, product/place/person signal, conversion path, media quality, metadata, and responsive behavior matter.
Operating Modes
build: create or refactor a marketing/public page.
audit: review a page for conversion, metadata, responsive behavior, and visual clarity.
metadata: inspect title, description, canonical, Open Graph, Twitter, headings, and social preview basics.
verify: run local checks and distinguish evidence from manual review.
Required Workflow
- Read references/hero-first-viewport.md before designing the top of the page.
- Read references/conversion-framework.md for CTA and proof decisions.
- Read references/metadata-checklist.md when source files or HTML are available.
- Use assets/landing-brief.template.md and assets/metadata.template.json when producing durable page briefs or metadata specs.
- Apply
../../shared/privacy-policy.md before using external images, AI page builders, or cloud tools.
- If source files are available, run scripts/lint_metadata.py or report why it was skipped.
- If a URL is available, run scripts/responsive_smoke_test.mjs or report why it was skipped.
- Return
Ran, Skipped, Planned, and Manual sections.
Design Doctrine
- The first viewport must show the product, place, offer, brand, object, or person clearly.
- Do not hide the real subject inside a decorative card or generic gradient.
- Use real or generated bitmap media when a visual signal is needed.
- Keep CTA hierarchy obvious and avoid many visually equal primary actions.
- Keep mobile text readable and avoid overlap, horizontal overflow, and viewport-scaled font tricks.
Tool Contracts
- Metadata lint:
python3 scripts/lint_metadata.py --root "$PROJECT_ROOT" --out reports/metadata.json.
- Responsive smoke:
node scripts/responsive_smoke_test.mjs --url "$URL" --out reports/visual-smoke.
- Optional cloud tools require explicit approval and cannot be validation evidence by themselves.
Validation
python3 $CODEX_SKILLS_DIR/.system/skill-creator/scripts/quick_validate.py $CODEX_SKILLS_DIR/marketing-site-skill
python3 $CODEX_SKILLS_DIR/senior-skill-architect/scripts/lint_production_skill.py $CODEX_SKILLS_DIR/marketing-site-skill
Output Shape
Page type:
Primary offer or object:
First viewport:
CTA path:
Metadata:
Ran:
Skipped:
Manual findings:
Risks:
1---2name: marketing-site-skill3description: Build, refactor, audit, and validate marketing websites and public product pages. Use this skill whenever the user asks for landing pages, product pages, brand pages, venue pages, campaign pages, conversion flows, hero sections, CTA hierarchy, social proof, metadata, responsive storytelling, media-heavy public pages, SEO-facing UI, or launch pages. Do not use for private dashboards, admin panels, CRM screens, or dense app workflows.4---56# Marketing Site Skill78Use this specialist for public-facing pages where the first viewport, product/place/person signal, conversion path, media quality, metadata, and responsive behavior matter.910## Operating Modes1112- `build`: create or refactor a marketing/public page.13- `audit`: review a page for conversion, metadata, responsive behavior, and visual clarity.14- `metadata`: inspect title, description, canonical, Open Graph, Twitter, headings, and social preview basics.15- `verify`: run local checks and distinguish evidence from manual review.1617## Required Workflow18191. Read [references/hero-first-viewport.md](references/hero-first-viewport.md) before designing the top of the page.202. Read [references/conversion-framework.md](references/conversion-framework.md) for CTA and proof decisions.213. Read [references/metadata-checklist.md](references/metadata-checklist.md) when source files or HTML are available.224. Use [assets/landing-brief.template.md](assets/landing-brief.template.md) and [assets/metadata.template.json](assets/metadata.template.json) when producing durable page briefs or metadata specs.235. Apply `../../shared/privacy-policy.md` before using external images, AI page builders, or cloud tools.246. If source files are available, run [scripts/lint_metadata.py](scripts/lint_metadata.py) or report why it was skipped.257. If a URL is available, run [scripts/responsive_smoke_test.mjs](scripts/responsive_smoke_test.mjs) or report why it was skipped.268. Return `Ran`, `Skipped`, `Planned`, and `Manual` sections.2728## Design Doctrine2930- The first viewport must show the product, place, offer, brand, object, or person clearly.31- Do not hide the real subject inside a decorative card or generic gradient.32- Use real or generated bitmap media when a visual signal is needed.33- Keep CTA hierarchy obvious and avoid many visually equal primary actions.34- Keep mobile text readable and avoid overlap, horizontal overflow, and viewport-scaled font tricks.3536## Tool Contracts3738- Metadata lint: `python3 scripts/lint_metadata.py --root "$PROJECT_ROOT" --out reports/metadata.json`.39- Responsive smoke: `node scripts/responsive_smoke_test.mjs --url "$URL" --out reports/visual-smoke`.40- Optional cloud tools require explicit approval and cannot be validation evidence by themselves.4142## Validation4344```bash45python3 $CODEX_SKILLS_DIR/.system/skill-creator/scripts/quick_validate.py $CODEX_SKILLS_DIR/marketing-site-skill46python3 $CODEX_SKILLS_DIR/senior-skill-architect/scripts/lint_production_skill.py $CODEX_SKILLS_DIR/marketing-site-skill47```4849## Output Shape5051```text52Page type:53Primary offer or object:54First viewport:55CTA path:56Metadata:57Ran:58Skipped:59Manual findings:60Risks:61```