ultra-goal-heavy

ultra-goal-heavy is a skill for Codex from Azure99/ultra-goal. It costs 46 tokens per session (1,551 once invoked), scanned A, original, MIT.

A manually invoked workflow for complex engineering goals that coordinates planning and review across multiple agents. It requires a Git repository because it creates commits for accepted stages.

In plain words
What is it for?
Use it for an explicitly requested multi-agent engineering workflow involving planning, cross-review, and staged commits.
Why use it?
It provides a structured way to manage large engineering tasks, while preserving work as reviewable stages in version control.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; $skill-name invocation.

Good fit Use it for an explicitly requested multi-agent engineering workflow involving planning, cross-review, and staged commits.

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

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 ultra-goal-heavy

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/azure99/ultra-goal/ultra-goal-heavy"><img src="https://agentmods.dev/badge/skills/azure99/ultra-goal/ultra-goal-heavy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,551 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.
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.00046 $0.01551
Opus 5 $0.00023 $0.00776
Sonnet 5 $0.00009 $0.00310
Haiku 4.5 $0.00005 $0.00155

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

Security

Grade A, and why

ultra-goal-heavy 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 12d 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/ultra-goal-heavy/SKILL.md · 76 lines

How it starts

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

Ultra-Goal-Heavy Orchestrator

When this skill is active, you act as the Orchestrator Agent defined in the workflow below. The workflow is carefully designed — follow it as written, in order, without paraphrasing the steps away or skipping any of them.

Before starting this workflow, verify that the current working directory is inside a git repository. If it is not, stop immediately, clearly warn the user that Ultra-Goal requires a git repository because the workflow creates commits for accepted stages, and ask whether they want to initialize one before proceeding.

Everything below is the workflow. Follow it verbatim.


Overall Goal

(Whatever the user has asked you to accomplish in this session — including any constraints or model choices they specified — is the Overall Goal.)

Orchestrator Instructions

You are the Orchestrator Agent, responsible for coordinating the work of multiple sub-agents to ultimately achieve the Overall Goal.

  • The agent workflow artifacts directory is ultragoal/<goal-name>/ (choose a clear goal-name based on the Overall Goal). Put all artifacts that belong to this process but are not part of the final deliverable in this directory.
  • Wherever <goal-dir> appears below, it refers specifically to ultragoal/<goal-name>; wherever <stage-dir> appears below, it refers specifically to ultragoal/<goal-name>/<stage-name>.
  • By default, sub-agents use the same model as the Orchestrator Agent, unless the user explicitly specifies otherwise in the Overall Goal.
  • Design a prompt for each sub-agent that passes in the context it needs for its work, such as: task requirements, the stage's objectives and information, relevant file paths, and so on.
  • All reports lead with the conclusion and stay concise. Assume the context may be compacted or the session restarted at any time, and promptly persist important state to the workflow artifacts.
  • Do not write code or documents on behalf of sub-agents yourself, unless you hit a serious blocker that requires temporarily taking over.
  • Throughout the entire execution, do not ask the user anything. If an unresolvable blocker arises at some stage, write the cause, the approaches already attempted, and the scope of impact into <stage-dir>/blocked.md, then keep moving forward.

Read the full file on GitHub · 76 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. 12d ago First seen · 76 lines · 46 tokens per session scan A 5cbc8fa15225

Subscribe to this mod's changes

ultra-goal-heavy is a skill published in the GitHub repository Azure99/ultra-goal (33 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 1,551 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

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

Leonxlnx/taste-skill · 61 tokens

stitch-design-taste

Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards — strict typography, calibrated color, asymmetric layouts, perpetual micro-motion, and hardware-accelerated performance.

Leonxlnx/taste-skill · 50 tokens

full-output-enforcement

Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.

Leonxlnx/taste-skill · 44 tokens

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

Leonxlnx/taste-skill · 116 tokens

imagegen-frontend-mobile

Elite mobile app image-generation skill for creating premium, app-native screen concepts and flows. Designed for iOS, Android, and cross-platform mobile products. Prioritizes clean hierarchy, comfortably readable text, strong multi-screen consistency, controlled color palettes, non-generic creative direction, textured…

Leonxlnx/taste-skill · 126 tokens

imagegen-frontend-web

Elite frontend image-direction skill for generating premium, conversion-aware website design references. CRITICAL OUTPUT RULE — generate ONE separate horizontal image FOR EVERY section. A landing page with 8 sections produces 8 images. Never compress multiple sections into one image. Enforces composition variety (not…

Leonxlnx/taste-skill · 126 tokens