ultracode

ultracode is a skill for Codex from PabloNAX/ultracode-skill. It costs 87 tokens per session (3,146 once invoked), scanned A, original, MIT.

A workflow guide for handling serious coding tasks through planning, splitting work, optional delegation, integration, and verification.

In plain words
What is it for?
Use it to organize multi-step coding tasks, coordinate available subagents, combine their results, and check the final work.
Why use it?
It gives a coding agent a repeatable way to manage complex work instead of handling every part ad hoc.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

Good fit Use it to organize multi-step coding tasks, coordinate available subagents, combine their results, and check the final work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pablonax/ultracode-skill/ultracode
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 PabloNAX/ultracode-skill --skill ultracode
Clone the repo
git clone --depth 1 https://github.com/PabloNAX/ultracode-skill

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 ultracode

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pablonax/ultracode-skill/ultracode"><img src="https://agentmods.dev/badge/skills/pablonax/ultracode-skill/ultracode.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,146 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.00087 $0.03146
Opus 5 $0.00044 $0.01573
Sonnet 5 $0.00017 $0.00629
Haiku 4.5 $0.00009 $0.00315

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

Security

Grade A, and why

ultracode 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.

ultracode/SKILL.md · 422 lines

How it starts

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

Ultracode

Run a supervised workflow for work that needs planning, packetization, native agent delegation, integration, and verification.

This is a skill, not a runtime. It works by giving the current coding agent a disciplined operating procedure. It can be used in Codex, Claude Code, Antigravity, or another host that loads SKILL.md, but the host's own system rules and available tools always win.

Contract

  • Do not claim to be an official Claude, OpenAI, Google, or Antigravity feature.
  • Ultracode itself is just a skill: no bundled runtime, hidden runner, or required scripts.
  • Use task-specific tools exposed by the current host when the task needs them.
  • Create and update workflow artifacts directly as Markdown and JSON files.
  • Use native subagents when the current host exposes them, the task benefits from parallel work, and the user's request or host policy permits delegation.
  • Do not commit, push, publish, or deploy unless the user explicitly asks for that action.
  • Treat an explicit ultracode, $ultracode, or "ultra code" request as permission to choose delegated mode when the host allows that interpretation.
  • In Codex, prefer real spawn_agent for useful independent packets when the request clearly invokes Ultracode or otherwise asks for subagents, delegation, parallel agents, a swarm, or equivalent agent work.
  • For explicit Ultracode on a non-trivial task, delegated mode is the default when native agents exist and any independent sidecar work would help.
  • Choose no native agents only when the task is small, tightly coupled, lacks useful independent packets, needs the next blocking decision locally, native agents are unavailable, or the user restricts delegation.
  • In hosts with a different dynamic-workflow policy, follow that host's policy.
  • If a host policy requires separate delegation wording, do not fight it; use workflow mode and mention that native delegation was not permitted.

Use the smallest workflow that can prove the result. Do not create ceremony for small tasks.

Read the full file on GitHub · 422 lines

Files

What ships with it

6 files 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. 9d ago First seen · 422 lines · 87 tokens per session scan A 5f7da1956ec6

Subscribe to this mod's changes

ultracode is a skill published in the GitHub repository PabloNAX/ultracode-skill (183 stars, last pushed 2mo ago), licensed MIT. It adds 87 tokens to every session and 3,146 once invoked, about $0.0004 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

goutoujunshi

A relationship-advice skill for understanding dating situations, conversations, conflict, breakups, and other personal relationship problems.

shengjidaguai-china/goutoujunshi · 175 tokens

anti-defensive-writing

Reduce defensive writing in drafts and revisions by removing unnecessary caveats, disclaimers, hedges, apology-like framing, negative self-limiting statements, and over-explanations while preserving necessary scope, accuracy, safety, legal, ethical, and methodological limits. Use when drafting or revising academic…

Kiterlin/anti-defensive-writing · 132 tokens

tastemaker

Generate genuinely beautiful, on-brand UI instead of generic "AI slop" — use whenever the user asks to build, design, style, or improve a UI, landing page, dashboard, app screen, or component, whenever a PRD/spec needs a design pass before implementation, whenever the user pastes reference images/Pinterest/Dribbble…

codeswithroh/tastemaker · 202 tokens

codex-autoresearch

Run autonomous, measurable experiments in a Git repository: change one hypothesis, verify a numeric metric, keep improvements, and revert failures. Use when the user wants Codex to keep iterating toward a numeric target in the foreground or as a detached background run. Do not use for ordinary one-shot coding…

leo-lilinxiao/codex-autoresearch · 80 tokens

writer

SEO-friendly article writing, audit, and humanization workflow for Markdown content. Use when creating, outlining, editing, auditing, rewriting, or quality-checking blog posts, tutorials, comparisons, listicles, explainers, FAQ sections, excerpts, SEO titles, meta descriptions, tags, or Google-friendly content briefs…

flaqai/backlink_skills · 86 tokens

xiaohongshu-conversion-path

A Xiaohongshu conversion-path guide maps how people move from seeing content on Xiaohongshu, a Chinese social-content platform, to taking a next step such as messaging, booking, trying a tool, or buying.

mengke-wang/xiaohongshu-ai-workbench · 168 tokens