formax: Skill for Codex

.codex/skills/webgpt-todo-response/SKILL.md

webgpt-todo-response is a skill for Codex from yusifeng/formax. It costs 66 tokens per session (975 once invoked), scanned A, original, MIT.

A handoff-writing guide for sending an AI review back after updating a task list. It helps summarize which suggestions were accepted, questioned, or rejected.

In plain words
What is it for?
Preparing a concise reply about changes to docs/todolist.md and asking the reviewer to check specific items again.
Why use it?
It prevents the next review from missing important decisions or revisiting settled points.

Skill for Codex

Written for Codex: agents/openai.yaml present.

This is yusifeng/formax's own configuration. It tells Codex how to work on formax itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything formax configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yusifeng/formax. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yusifeng/formax/main/.codex/skills/webgpt-todo-response/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/yusifeng/formax

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 webgpt-todo-response

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yusifeng/formax/webgpt-todo-response"><img src="https://agentmods.dev/badge/skills/yusifeng/formax/webgpt-todo-response.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 975 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.00066 $0.00975
Opus 5 $0.00033 $0.00487
Sonnet 5 $0.00013 $0.00195
Haiku 4.5 $0.00007 $0.00097

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

Security

Grade A, and why

webgpt-todo-response 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 10d 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.

.codex/skills/webgpt-todo-response/SKILL.md · 114 lines

How it starts

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

WebGPT Todo Response

Purpose

Generate the message to send back to WebGPT after we have read its previous analysis and drafted or updated docs/todolist.md.

Use this skill when the user asks:

  • whether we have rebuttals or questions for WebGPT
  • what to include when sending our todo back to WebGPT for another pass
  • to prepare a response asking WebGPT to evaluate, improve, or challenge our todo
  • to compare WebGPT's recommendations against our chosen implementation scope

Inputs To Inspect

Read only the files needed for the current handoff:

  • WebGPT response, usually under repomix-output/
  • current todo, usually docs/todolist.md
  • relevant canonical docs under docs/contracts/*, docs/frontend/*, or other explicitly governing docs when the todo depends on them
  • optional other LLM replies if the user asks for a multi-model synthesis

Do not re-run broad repository analysis unless the todo or WebGPT response depends on code facts that are unclear.

Workflow

  1. Identify WebGPT's strongest recommendations.

    • Mark which ones are adopted in the todo.
    • Mark which ones are intentionally deferred.
    • Mark which ones are rejected or still need clarification.
  2. Check the todo against Formax boundaries.

    • Canonical semantics belong in docs/contracts/* and canonical runtime layers, not only UI.
    • Web reference UI should reflect runtime/platform truth, not invent it.
    • Do not move thread/runtime state ownership into ad hoc component-local logic when the task is structurally runtime-driven.
    • Preserve parity-sensitive behavior when relevant: transcript surface semantics, URL/thread sync, prompt/tool exposure boundaries, permissions flow, and active-thread canonical gating.
    • Avoid turning a focused task into a broad cleanup or cross-subsystem redesign unless explicitly requested.
  3. Find weak spots in the todo.

    • Missing canonical-doc step
    • Missing data/type/interface step before UI
    • Runtime state ownership drift
    • Welcome/draft/thread semantics being mixed together
    • Scope creep into unrelated app-server, terminal, diff, approval, or desktop integration work
    • Missing tests or review gates
    • Missing statement of protocol constraints or non-atomic failure boundaries

Read the full file on GitHub · 114 lines

Files

What ships with it

1 file 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. 10d ago First seen · 114 lines · 66 tokens per session scan A 1def8bdb6c2e

Subscribe to this mod's changes

webgpt-todo-response is a skill published in the GitHub repository yusifeng/formax (193 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 975 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-30.

Related

Other skills, from other repositories

dream

Batch-execute SHIP-ready wishes overnight — pick wishes, orchestrate workers, review PRs, wake up to results.

automagik-dev/genie · 27 tokens

clickup

Use when managing ClickUp tasks, sprints, or comments via the cup CLI tool. Triggers: task queries, status updates, sprint tracking, creating subtasks, posting comments, threaded replies, standup summaries, searching tasks, checking overdue items, assigning tasks, listing spaces and lists, opening tasks in browser…

krodak/clickup-cli · 125 tokens

sw-do

Implement a SpecWeave increment task by task through the ledger, with evidence per task and a verified close. Use for "implement this", "start working", "continue the increment", "keep going".

anton-abyzov/specweave · 41 tokens

handoff

Write a portable, secret-scrubbed handoff doc so this work can continue in any AI tool or on any machine. Use when saying "handoff", "running out of tokens", or "continue elsewhere".

anton-abyzov/specweave · 44 tokens

linear-graphql-skill

Operate Linear workspace issues, projects, and teams through Linear GraphQL API using UXC. Use when tasks require querying or creating issues, managing projects, or interacting with Linear workflow. Supports both Personal API Key and OAuth authentication.

holon-run/uxc · 51 tokens

genie-orca-wish

Turn a brainstorm/design into an APPROVED-able wish whose Dispatch plan is the literal input to Orca tasks and Linear issues. High-reasoning pass: pre-decide everything so fast workers can execute without judgment calls.

automagik-dev/genie · 51 tokens