yao-geoflow-design

yao-geoflow-design is a skill for Codex from yaojingang/yao-geo-skills. It costs 113 tokens per session (649 once invoked), scanned A, original, MIT.

A design and planning guide for GEOFlow websites, covering themes, homepage layouts, lead forms, previews, and differences between a main site and its channel sites.

In plain words
What is it for?
Use it to discover themes, compare frontend surfaces, preview homepage or lead-form changes, map designs between sites, and plan synchronized updates across channels.
Why use it?
It helps teams compare existing frontend designs and plan changes while showing which parts can be edited through the site's design data and which require other tools.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to discover themes, compare frontend surfaces, preview homepage or lead-form changes, map designs between sites, and plan synchronized updates across channels.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yaojingang/yao-geo-skills/yao-geoflow-design
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 yaojingang/yao-geo-skills --skill yao-geoflow-design
Clone the repo
git clone --depth 1 https://github.com/yaojingang/yao-geo-skills

Made for: Codex.

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 yao-geoflow-design

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yaojingang/yao-geo-skills/yao-geoflow-design"><img src="https://agentmods.dev/badge/skills/yaojingang/yao-geo-skills/yao-geoflow-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 649 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00113 $0.00649
Opus 5 $0.00056 $0.00324
Sonnet 5 $0.00023 $0.00130
Haiku 4.5 $0.00011 $0.00065

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

Security

Grade A, and why

yao-geoflow-design 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.

The scan reads SKILL.md. This mod also ships 9 executable files (preview/qiaomu-editorial-20260418/assets/app.js, scripts/build_sync_preview_report.py, scripts/compare_default_vs_channel_frontend.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/yao-geoflow-design/SKILL.md · 32 lines

How it starts

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

Yao GEOFlow Design

Use this skill for current GEOFlow frontend experience work. It owns design/planning and preview artifacts, not live activation or backend changes.

Boundary

  • Owns Laravel Blade theme discovery, preview edit sessions, reference-site mapping, homepage homepage-design.json, lead_form modules with existing lead_form_slug, default-vs-channel frontend comparison, target-package capability gaps, and sync-preview planning.
  • Excludes backend/routes/models/migrations, lead-form CRUD, CLI operations, direct production activation, raw HTML copying, and unsupported remote PHP edits.
  • Use yao-geoflow-cli for operational admin web actions such as creating lead forms, exporting leads, publishing theme-editor drafts, or running system updates.

Required Checks

  1. Confirm a GEOFlow Laravel workspace: artisan, routes/web.php, resources/views/site, resources/views/theme.
  2. Run scripts/discover_themes.py and scripts/discover_frontend_surfaces.py.
  3. Choose target_surface: default_site, channel_site, cross_channel_sync, or template_mapping.
  4. Prefer reviewed homepage-design.json over Blade edits when HomepageModuleBuilder/import exists.
  5. For lead_form, require an existing active slug and output canonical lead_form_slug; do not create the form here.
  6. For channel sync, compare default-site supported modules with target-package frontend-capabilities; downgrade unsupported lead_form to CTA/link or require target upgrade.
  7. Keep preview/import/sync/activation as separate confirmation steps.

References

Read geoflow-frontend-map.md, homepage-composition-guide.md, and template-boundary.md for default-site work. For channel work also read channel-frontend-contract.md, distribution-target-site-map.md, and backend-connection-workflow.md. For package/edit flows read laravel-theme-contract.md, theme-package-contract.md, theme-edit-workflow.md, and design-optimization-playbook.md. Review trigger_cases.json and upgrade report when checking routing.

Read the full file on GitHub · 32 lines

Files

What ships with it

42 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. 12d ago First seen · 32 lines · 113 tokens per session scan A c0350df69976

Subscribe to this mod's changes

yao-geoflow-design is a skill published in the GitHub repository yaojingang/yao-geo-skills (742 stars, last pushed 1mo ago), licensed MIT. It adds 113 tokens to every session and 649 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

skillshare-ui-website-style

Skillshare frontend design system for the React dashboard (ui/) and Docusaurus website (website/). Use this skill whenever you: build or modify a dashboard page or component in ui/src/, style or layout website pages or custom CSS in website/, create new React components for the dashboard, add pages to the dashboard…

runkids/skillshare · 147 tokens

antv-x6-editor

A skill for creating and troubleshooting interactive diagrams with AntV X6, a JavaScript engine for editors made of connected nodes and lines. It supports diagram types such as flowcharts, dependency graphs, entity-relationship diagrams, and organization charts.

antvis/chart-visualization-skills · 253 tokens

extract-design-system

Extract design primitives from a public website and generate starter token files for your project.

arvindrk/extract-design-system · 20 tokens

awesome-design-md

Create a DESIGN.md style baseline BEFORE building UI. Use FIRST when no design draft exists — installs a proven visual style, then invoke frontend-design to implement. For borrowing a known product style, getting consistent typography/colors/spacing, or needing a fast visual starting point.

rexleimo/aios · 59 tokens

make-interfaces-feel-better

Use when building or reviewing UI polish: typography, hit areas, nested radius, optical alignment, shadows, media outlines, micro-interactions, and animation performance.

Insajin/autopus-adk · 40 tokens

accessibility-compliance

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

onfire7777/universal-ai-skills-library · 49 tokens