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.
curl -O https://raw.githubusercontent.com/yusifeng/formax/main/.codex/skills/formax-config-settings-workflow/SKILL.mdgit clone --depth 1 https://github.com/yusifeng/formaxWrote 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.
[](https://agentmods.dev/skills/yusifeng/formax/formax-config-settings-workflow)<a href="https://agentmods.dev/skills/yusifeng/formax/formax-config-settings-workflow"><img src="https://agentmods.dev/badge/skills/yusifeng/formax/formax-config-settings-workflow/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.
<a href="https://agentmods.dev/skills/yusifeng/formax/formax-config-settings-workflow"><img src="https://agentmods.dev/badge/skills/yusifeng/formax/formax-config-settings-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00035 | $0.01058 |
| Opus 5 | $0.00017 | $0.00529 |
| Sonnet 5 | $0.00007 | $0.00212 |
| Haiku 4.5 | $0.00003 | $0.00106 |
Grade A, and why
formax-config-settings-workflow 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
formax-config-settings-workflow
Goal
Use this skill when changing runtime config merge semantics, /config persistence, or the current settings exposed by the config dialog.
Read First
docs/contracts/config-settings-contract.mddocs/environment-variables.mddocs/contracts/prompt-tool-exposure-contract.mdwhen a setting affects prompt injection or request composition
These docs are canonical. If stable behavior changes, update them before or with code.
Code Map
- Config schema + merge semantics
packages/core/src/config/settings/schema.ts(add fields + defaults; validate values)packages/core/src/config/settings/resolve.ts(merge precedence +sourcesmapping)packages/core/src/config/settings/persist.ts(patch read/write +stripDefaultsFromPatch)
- Disk locations
packages/core/src/adapters/fs/configPaths.ts(project/global config dirs)packages/core/src/adapters/fs/configFiles.ts(loadconfig.jsonpatches)packages/core/src/config/config.ts(finalRuntimeConfigshape used by UI/runtime)
- /config UI overlay
packages/core/src/tui/config/ConfigDialog.tsx(reads effective config + writes patches)packages/core/src/tui/config/constants.ts/packages/core/src/tui/config/reducer.ts/packages/core/src/tui/config/ui.tsxpackages/core/src/screens/REPL.tsx(mount overlay + reload runtime config on exit)
- Runtime wiring (effects)
- Prompt injection:
packages/core/src/features/repl/controller/send/sendMainTurn.ts+packages/core/src/features/repl/controller/session/localCommandInjection.ts+packages/core/src/prompts/reminders/* - Request parameters:
packages/core/src/chat/engine.ts→packages/core/src/streaming/** - UI-only flags:
packages/core/src/screens/REPL.tsxand small helpers underpackages/core/src/screens/repl/*
- Prompt injection:
- Current
/configsubsetpackages/core/src/features/commands/configDialogService.tscurrently ownsoutputStyle,thinkingMode,verboseOutput
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.
- 9d ago First seen · 83 lines · 35 tokens per session scan A 9132ddd0c7ae
formax-config-settings-workflow is a skill published in the GitHub repository yusifeng/formax (193 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 1,058 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.
Other skills, from other repositories
development
Modern frontend application development with React, Vue, Angular, Next.js, and component-driven architecture. Performance, accessibility, and developer experience emphasized. Triggers on: frontend, React, Vue, Angular, Next.js, component, web app, SPA, hooks, state management.
frontend-design
Create production-grade frontend interfaces when backend services need admin panels, dashboards, or API documentation UIs. Use when building web interfaces for backend services.
scaffold
Generate boilerplate for new API endpoints and frontend pages following this project's conventions (flush/commit transaction pattern, ownership enforcement, domain returns). Use when: adding a new resource, creating CRUD endpoints, wiring up a new frontend page, or asking 'how do I add a new feature end-to-end.'.
printing-press-amend
Amend a published CLI from one of two input sources: (1) dogfood mode mines the active Claude Code session transcript for friction (missing flags, hand- rolled API payloads, silent-null returns); (2) direct-input mode accepts user-supplied asks (rename a command, add commands or feeds, fix a named bug, optionally…
printing-press
Set up a new integration, connector, or CLI binding for any API. Wrap or generate a ship-ready Go CLI from an OpenAPI, HAR, or Postman spec via the lean research -> generate -> build -> shipcheck loop. Use when the user says build a CLI, wrap this API, set up a new integration, add a connector, integrate with a…
yida-canvas-data-binding
A method for connecting a YidaCodeCanvas page to real data from Yida forms, connectors, or same-site APIs. YidaCodeCanvas is the component used to run custom React pages inside Yida.