yao-geoflow-template

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

A compatibility guide for older GEOFlow PHP template packages. It covers legacy files such as index.php, article.php, category.php, archive.php, and includes/*.php, rather than newer Laravel Blade themes.

In plain words
What is it for?
Use it to review old GEOFlow templates, explain their file and package contracts, and hand current frontend tasks to the newer design workflow.
Why use it?
It helps you identify whether a task belongs to the old template system and avoid applying legacy instructions to current frontend work.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to review old GEOFlow templates, explain their file and package contracts, and hand current frontend tasks to the newer design workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yaojingang/yao-geo-skills/yao-geoflow-template
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-template
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-template

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yaojingang/yao-geo-skills/yao-geoflow-template"><img src="https://agentmods.dev/badge/skills/yaojingang/yao-geo-skills/yao-geoflow-template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 379 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.00094 $0.00379
Opus 5 $0.00047 $0.00189
Sonnet 5 $0.00019 $0.00076
Haiku 4.5 $0.00009 $0.00038

Measured 13d ago against content hash 4310629e6eb2, 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-template 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 13d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (preview/qiaomu-editorial-20260418/assets/app.js, scripts/serve_preview.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-template/SKILL.md · 25 lines

What it actually says

Yao GEOFlow Template Legacy Router

Compatibility entrypoint for old GEOFlow PHP template-package notes. Current frontend work belongs in yao-geoflow-design.

Boundary

  • Owns legacy output review, old PHP contract explanation, and handoff notes to yao-geoflow-design.
  • Excludes new Laravel Blade themes, homepage builder, lead_form, theme editor, channel sync, target-package mapping, backend changes, and activation.
  • Old index.php, article.php, category.php, archive.php, and includes/*.php are legacy assumptions, not current preconditions.

Routing

  1. Current GEOFlow frontend design or reference-site cloning: use yao-geoflow-design.
  2. Explicit “legacy template skill” or “旧 PHP 模板包”: continue here.
  3. Read template-boundary.md and theme-package-contract.md before interpreting old files.

References

template-boundary.md, theme-package-contract.md, geoflow-frontend-map.md, trigger_cases.json, upgrade report.

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. 13d ago First seen · 25 lines · 94 tokens per session scan A 4310629e6eb2

Subscribe to this mod's changes

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

php

PHP development environment. Use when the project needs this capability or the user / team manifest asks for it. Use for specialized php work when listed in TEAM.yaml or explicitly requested.

rogue-dev-studio/ai-agents-rogue · 39 tokens

rust-crate-ci

Load before editing any Rust crate in this repo (currently runners/swarm-sandbox-runner). Covers the mandatory local validation gate, common rustfmt/clippy pitfalls, and Windows-specific Rust correctness patterns that CI enforces but are hard to catch locally without a Windows toolchain.

ZaxbyHub/opencode-swarm · 60 tokens

widen-return-type

When delegating a task affected by this skill, include.

ZaxbyHub/opencode-swarm · 9 tokens

auditing-php-applications

Audit PHP web application source for critical vulnerabilities using PHP's specific sink and footgun catalog — object injection via unserialize and phar:// POP chains, type-juggling and magic-hash auth bypass, LFI/RFI through php:// and phar:// wrappers, dynamic includes and extract()/superglobal trust, SQL injection…

trilwu/secskills · 129 tokens

migration

A step-by-step guide for upgrading programming languages, frameworks, and libraries while checking for breaking changes. A breaking change is an update that requires existing code to be modified.

Insajin/autopus-adk · 23 tokens

laravel

Use when building or extending a Laravel 11/12 app — Eloquent models, migrations and relationships, routing with controllers and Form Requests, queues and background jobs, framework-native security (validation, mass-assignment, policies, signed URLs, rate limiting), and Pest/PHPUnit feature tests. NOT pure PHP…

ericrisco/rsc-harness · 76 tokens