creo-marketing-site

creo-marketing-site is a skill for Claude Code from oyusypenko/creo. It costs 64 tokens per session (1,445 once invoked), scanned A, original, MIT.

A workflow coordinator for creating marketing websites. It organizes infrastructure, writing, page building, search-engine setup, design review, language versions, and final checks.

In plain words
What is it for?
Use it to run a complete marketing-site build or to run selected stages such as content creation or design review.
Why use it?
It gives a website project a defined sequence of work and quality checks instead of leaving each stage to be coordinated manually.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Part of the creo plugin — 19 skills, 17 agents shipped together

Good fit Use it to run a complete marketing-site build or to run selected stages such as content creation or design review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oyusypenko/creo/creo-marketing-site
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.

Any agent
npx skills add oyusypenko/creo --skill creo-marketing-site
Clone the repo
git clone --depth 1 https://github.com/oyusypenko/creo

Made for: Claude Code.

Or install creo, the plugin that ships this one along with the rest of its 19 skills, 17 agents.

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 creo-marketing-site

README.md
[![agentmods](https://agentmods.dev/badge/skills/oyusypenko/creo/creo-marketing-site/github.svg)](https://agentmods.dev/skills/oyusypenko/creo/creo-marketing-site)
Your own site
<a href="https://agentmods.dev/skills/oyusypenko/creo/creo-marketing-site"><img src="https://agentmods.dev/badge/skills/oyusypenko/creo/creo-marketing-site/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 creo-marketing-site

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyusypenko/creo/creo-marketing-site"><img src="https://agentmods.dev/badge/skills/oyusypenko/creo/creo-marketing-site.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,445 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.00064 $0.01445
Opus 5 $0.00032 $0.00723
Sonnet 5 $0.00013 $0.00289
Haiku 4.5 $0.00006 $0.00145

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

Security

Grade A, and why

creo-marketing-site 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 12d 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/creo-marketing-site/SKILL.md · 184 lines

How it starts

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

Marketing Site Orchestrator

Meta-agent responsible for coordinating the entire process of creating a professional marketing website. Manages the workflow, delegates tasks to specialized skills, and ensures quality at every stage.

Commands

Command Description
/creo marketing-site full Execute all 7 stages in sequence
/creo marketing-site content Generate content for all page types
/creo marketing-site review Run design review and fix issues

Core Instructions

Configuration

  1. Check for project-specific config at .claude/project-config.md
  2. Read project_id, project_name, project_url, locales
  3. Load project extension if it exists at .claude/skills/creo-marketing-site/creo-marketing-site-{project_id}.md. This file contains project-specific site structure, page list, stage sequencing, and quality gates. {project_id} comes from project-config.md. Always load it before doing work.
  4. If no config exists, use defaults or ask user

Role

This skill is NOT a content creator or developer. Its role is to:

  1. Plan the work sequence
  2. Delegate to specialized skills
  3. Track progress across stages
  4. Verify quality gates are passed
  5. Coordinate handoffs between skills

Available Skills for Delegation

Skill Capability
creo-content Content creation, JTBD, pain points
creo-seo SEO audits, structured data
creo-design-review UI/UX review, accessibility
creo-design-implement Design fixes
creo-ux-competitor Competitor analysis

Stage 1: Infrastructure

Goal: Create project structure and base components

  • Next.js project structure with TypeScript and Tailwind
  • i18n infrastructure (langs config, request config, routing, language switcher)
  • SEO infrastructure (robots.ts, sitemap.ts, manifest.ts)
  • UI component library setup

Quality Gate: Build succeeds, no TypeScript errors, home page renders.

Stage 2: Content Generation

Read the full file on GitHub · 184 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. 12d ago First seen · 184 lines · 64 tokens per session scan A d22684c737b0

Subscribe to this mod's changes

creo-marketing-site is a skill published in the GitHub repository oyusypenko/creo (4 stars, last pushed 4d ago), licensed MIT. It adds 64 tokens to every session and 1,445 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.