codex-workflow-recommender

codex-workflow-recommender is a skill for Claude Code, Codex from bahayonghang/my-ai-cli-toolkit. It costs 97 tokens per session (719 once invoked), scanned A, original, MIT.

A read-only reviewer that examines a repository and current Codex setup to recommend the smallest useful workflow improvement.

In plain words
What is it for?
Use it to audit project instructions and available capabilities, compare possible improvements, and produce a risk- and effort-aware recommendation.
Why use it?
It helps decide whether a skill, plugin, tool, rule, or no change is appropriate, using evidence instead of guessing from the technology used.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/bahayonghang/my-ai-cli-toolkit/codex-workflow-recommender
Any agent
npx skills add bahayonghang/my-ai-cli-toolkit --skill codex-workflow-recommender
Clone the repo
git clone --depth 1 https://github.com/bahayonghang/my-ai-cli-toolkit

Made for: Claude Code, 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 codex-workflow-recommender

README.md
[![agentmods](https://agentmods.dev/badge/skills/bahayonghang/my-ai-cli-toolkit/codex-workflow-recommender.svg)](https://agentmods.dev/skills/bahayonghang/my-ai-cli-toolkit/codex-workflow-recommender)
Your own site
<a href="https://agentmods.dev/skills/bahayonghang/my-ai-cli-toolkit/codex-workflow-recommender"><img src="https://agentmods.dev/badge/skills/bahayonghang/my-ai-cli-toolkit/codex-workflow-recommender.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 719 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00097 $0.00719
Opus 5 $0.00048 $0.00360
Sonnet 5 $0.00019 $0.00144
Haiku 4.5 $0.00010 $0.00072

Measured 5d ago against content hash 62a89215c8c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codex-workflow-recommender 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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (tests/contracts.test.mjs), 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/developer-tools-integrations/codex-workflow-recommender/SKILL.md · 67 lines

How it starts

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

Codex Workflow Recommender

Read-only: do not create, edit, install, remove, configure, or write externally; reports never authorize implementation.

Workflow

  1. Confirm outcome, repo root, surface, and scope; read applicable AGENTS.md/code_map.md.
  2. Inventory relevant gates, roots, trusted config, plugins, and MCP. Prefer structured tools or rg and current help.
  3. Summarize minimum fields, never raw doctor/config/auth/provider/env values. Preserve provenance: built-in, user-config, project-config, plugin-provided, installed-enabled, installed-disabled, available-uninstalled, unsupported, missing evidence.
  4. Decide whether persistence is justified. No change recommended is valid. Smallest owner: one-off -> prompt; repo rule -> AGENTS; learned context -> memory; repeated flow -> skill; team bundle -> plugin; live external need -> MCP; independent role -> subagent; runtime default -> config/rule; lifecycle event -> hook; schedule -> automation.
  5. Reuse suitable native/installed capability first. Technology detection alone is only a signal. Rank by impact, evidence, dependency, effort, reversibility, and Permission/data risk.
  6. Stop at supported decisions; keep OMX conditional and omit irrelevant surfaces.

Output Contract

Return Outcome; Evidence and Unknowns; supported Prioritized Recommendations; dependency/risk Implementation Sequence; Verification and Rollback; and Approval Options split by local versus persistent/external action. Each item: Observed evidence; Existing capability/provenance; scope; prerequisites; Permission/data risk; confidence or missing evidence; Verification; Rollback/defer reason. Omit empty categories.

References

Read the full file on GitHub · 67 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. 5d ago First seen · 67 lines · 97 tokens per session scan A 62a89215c8c3

Subscribe to this mod's changes

codex-workflow-recommender is a skill published in the GitHub repository bahayonghang/my-ai-cli-toolkit (16 stars, last pushed today), licensed MIT. It adds 97 tokens to every session and 719 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

channel_message

Use this skill to proactively send a one-way message to a user/session/channel, usually only when the user explicitly asks to send to a channel/session or when proactive notification is needed. First query sessions with qwenpaw chats list, then push with qwenpaw channels send.

agentscope-ai/QwenPaw · 58 tokens

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens

stay-within-limits

Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.

BuilderIO/skills · 45 tokens

crisis-holding

Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).

elvisun/newsjack · 67 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens

story-origin-check

Recover the first public timestamp and canonical major coverage for a newsjacking signal, then decide whether newer coverage is the same story, a different story, or a materially new development.

elvisun/newsjack · 40 tokens