gezhi-template-author

gezhi-template-author is a skill for Codex from SiyaoZheng/GEZHI. It costs 35 tokens per session (1,747 once invoked), scanned A, original, MIT.

Guidance for maintaining reusable gezhi templates, which are setup recipes and supporting scripts for future projects. It covers templates, documentation, artifact-building instructions, and review and runtime checks.

In plain words
What is it for?
Use it when adding or updating gezhi templates, example configuration files, project-type setup guidance, oracle scripts, prompts, or related documentation.
Why use it?
It helps keep reusable project recipes consistent, rebuildable, and safe for agents and non-experts.

Skill for Codex

Written for Codex: runs codex exec. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it when adding or updating gezhi templates, example configuration files, project-type setup guidance, oracle scripts, prompts, or related documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/siyaozheng/gezhi/gezhi-template-author
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 SiyaoZheng/GEZHI --skill gezhi-template-author
Clone the repo
git clone --depth 1 https://github.com/SiyaoZheng/GEZHI

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 gezhi-template-author

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/siyaozheng/gezhi/gezhi-template-author"><img src="https://agentmods.dev/badge/skills/siyaozheng/gezhi/gezhi-template-author.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,747 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 warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 34
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Agent Snooping · line 154
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 155
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00035 $0.01747
Opus 5 $0.00017 $0.00873
Sonnet 5 $0.00007 $0.00349
Haiku 4.5 $0.00003 $0.00175

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

Security

Grade A, and why

gezhi-template-author 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.

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/gezhi-template-author/SKILL.md · 228 lines

How it starts

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

gezhi Template Author

Use this skill when maintaining reusable gezhi setup material rather than configuring one user's project. The audience is future agents and advanced users who need a reliable recipe for a project family.

Do not use this skill to connect an ordinary target project to gezhi. For that job, use gezhi-project-setup. This skill only maintains the reusable material that llms.txt and gezhi-project-setup point agents toward.

Template work includes:

  • new example gezhi.toml files;
  • project-type setup docs;
  • deterministic tik oracle scripts;
  • producer wrapper templates;
  • reusable prompts;
  • updates to llms.txt, docs/skills.md, README links, or skill content.

Design Principles

  • The artifact is the control point. Each template must name one canonical artifact shape.
  • Producer first. A template is incomplete unless it explains how the artifact is rebuilt from source.
  • Tik and tok stay separated. Tik reviews the artifact; tok success is measured by runtime-audited source changes.
  • Defaults should be safe for non-experts: narrow write scopes, protected generated dirs, dry-run validation before real heartbeats.
  • One-prompt setup material must be usable by an agent that has never seen the target project and by a user who cannot debug gezhi.toml by hand.
  • Templates must include install/verification steps and a failure path for missing commands, failed producers, missing artifacts, and failed doctor checks.
  • Deterministic checks beat model review when they can reject failures clearly.
  • Examples should be runnable from a clean checkout or should state exactly which target project files they expect.

Template Workflow

1. Define the Project Family

Write down:

  • artifact kind: PDF, site, workbook, report, benchmark, package, model metric;
  • expected source directories;
  • generated directories;
  • likely build tools;
  • whether a deterministic tik oracle is possible;
  • what the user can inspect directly.

Read the full file on GitHub · 228 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. 13d ago First seen · 228 lines · 35 tokens per session scan A 0e7636ceeb06

Subscribe to this mod's changes

gezhi-template-author is a skill published in the GitHub repository SiyaoZheng/GEZHI (40 stars, last pushed 13d ago), licensed MIT. It adds 35 tokens to every session and 1,747 once invoked, about $0.0002 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

remote-compute-ssh

Evaluate and use SSH Remote Compute before choosing where to run GPU, high-memory, parallel, batch, model-inference, bioinformatics, or other long-running scientific work; supports short remote commands and asynchronous jobs with automatic harvest and analysis.

aipoch/open-science · 53 tokens

figure-style

Publication-grade correctness and legibility rules for final-deliverable scientific figures, not exploratory plots. Use for a figure that will ship in a report, paper, export, or kept artifact. Covers data fidelity, label economy, color threading, chart choice, layout, and render-then-verify QA without imposing a…

aipoch/open-science · 91 tokens

paper-narrative

Judge and reshape the story told by an entire paper figure deck. Use when writing or revising a paper to derive a grounded brief from the manuscript and captions, review the full deck as a handling editor, and hand an ordered figure arc to figure-composer.

aipoch/open-science · 58 tokens

scvi-tools

Probabilistic single-cell RNA-seq with scvi-tools — scVI for a batch-corrected latent space, scANVI for semi-supervised label transfer, and Bayesian differential expression. Reach for this skill to integrate scRNA-seq batches, embed cells for clustering, transfer annotations from a reference onto a query, or score…

aipoch/open-science · 100 tokens

customize

Use when the user wants to create or manage a Specialist agent or create, revise, publish, or delete a Skill through the conversational /Customize entry. Routes Skill work to the internal skill-creator and handles Specialist work through the JavaScript host.agents SDK.

aipoch/open-science · 56 tokens

esmfold2

Biohub ESMFold2 / ESMFold2-Fast all-atom co-folding (Candido et al. 2026, github.com/Biohub/esm). Single-sequence and MSA modes; protein, DNA, RNA, ligand (CCD/SMILES), modified residues. FoldBench Ab-Ag 50-55%, PPI 70-77% DockQ-pass. Also covers the ESMC-{300M,600M,6B} protein language models from the same release…

aipoch/open-science · 223 tokens