rocket-fuel

rocket-fuel is a skill for Claude Code, Codex from NulightJens/rocket-fuel-skill. It costs 149 tokens per session (2,471 once invoked), scanned A, original, MIT.

A shared operating process for Fable 5 and OpenAI Codex to develop projects together. Fable provides vision and review, while Codex carries out the implementation and reports progress.

In plain words
What is it for?
Use it to start projects, clarify or refactor existing work, coordinate planning and implementation, and track the resulting artifacts and next step.
Why use it?
It organizes decisions, responsibilities, review points, and project stages so work does not depend on an unclear handoff between planning and building.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Codex.

Good fit Use it to start projects, clarify or refactor existing work, coordinate planning and implementation, and track the resulting artifacts and next step.

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

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 rocket-fuel

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/nulightjens/rocket-fuel-skill/rocket-fuel"><img src="https://agentmods.dev/badge/skills/nulightjens/rocket-fuel-skill/rocket-fuel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,471 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00149 $0.02471
Opus 5 $0.00075 $0.01236
Sonnet 5 $0.00030 $0.00494
Haiku 4.5 $0.00015 $0.00247

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

Security

Grade A, and why

rocket-fuel scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. **Draft the plan.** Write `PLAN.md`: 3 to 7 Rocks in dependency order. Every rock has a "done looks like" and a proof command (a test, a build, a curl). If you have more than 7 rocks you are stuffing 100 pounds into a
rocket-fuel/SKILL.md · 97 lines

How it starts

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

Rocket Fuel: the Visionary/Integrator OS for Fable + Codex

It takes two. One sees the future, one makes it happen. Vision without execution is just hallucination.

Quick start

The user runs /rocket-fuel <anything in plain English>. You detect the function (Phase 0), confirm it in one line, and drive the whole thing. The user makes decisions at exactly three gates: the Grill answers, the deadlock tie-break (rare), and the final commit. Everything else runs itself.

Guide the user the whole way. Assume they have never seen this system. After confirming the function, tell them in 2-3 lines which stages are coming and where their three gates are. Announce every stage transition in one line ("Same Page Meeting, round 2: Codex is verifying its round-1 findings were addressed"). When the run ends, list the artifacts that now exist and the single next step. Never go silent for a long Codex call: say what is running and roughly how long it takes before you launch it.

The Accountability Chart (one person per seat)

Seat Held by Five accountabilities
Visionary Fable 5 (you, this session) new ideas and R&D · creative problem solving · architecture and standards · the hard design calls · Level 10 final review
Integrator Codex CLI (subprocess) filter the Visionary's plan against the Core Focus · execute the plan · integrate the parts · resolve cross-cutting implementation issues · report honestly

When more than one is accountable, nobody is. While Codex holds the build seat, Fable does not write implementation code. The only exception is the documented takeover rule in the Level 10 review.

The 5 Rules

  1. Same page before code. No build starts until the Same Page Meeting ends in VERDICT: SAME PAGE, or the user explicitly overrides.
  2. No End Runs. Mid-build change requests, whether from the user or from you, go onto the Issues List for the next review. Never into the working diff.
  3. The Integrator is the Tie Breaker on execution details: file layout, implementation order, library choice within stated constraints. The Visionary trumps only on vision or scope deviations, and logs why.
  4. Bounded meetings. Hard caps: 5 review rounds, 2 fix rounds per rock (the user may set different caps up front; whatever the number, it is a hard cap). A flagged deadlock beats a fake approval. At the cap, the user decides: it is more important THAT you decide than WHAT you decide.
  5. Mutual respect. Every Codex finding lands in the log verbatim, and you answer each one with accept or reject plus a reason. Never silently drop a finding.

Read the full file on GitHub · 97 lines

Files

What ships with it

2 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. 10d ago First seen · 97 lines · 0 tokens per session scan A 1e7b2dea4bce

Subscribe to this mod's changes

rocket-fuel is a skill published in the GitHub repository NulightJens/rocket-fuel-skill (75 stars, last pushed 2mo ago), licensed MIT. It adds 149 tokens to every session and 2,471 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

xiaohongshu-search-full

Search Xiaohongshu (XHS / RedNote) notes by keyword with full field extraction including body text, topics/tags, image list URLs, video stream URL, publish timestamp, and all engagement stats (likes, collects, comments, shares). Supports all page filter options: sort order (general, latest, most liked, most commented…

browser-act/skills · 254 tokens

x-tweet-by-conversation

Collects every tweet in an X (Twitter) conversation thread given a conversation id (root tweet id) — the focal tweet plus all replies, sub-replies, and quote chains — and returns normalized per-tweet data with text, author, engagement counts, media, hashtags, mentions, inreplyto mapping, and cursor for pagination. Use…

browser-act/skills · 218 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

add-cloud-flow

Integrates Power Automate cloud flows into a Power Pages site. Lists available flows, suggests relevant ones based on intent, identifies scenarios and web roles, creates metadata files, and generates client-side code to call flows. Handles both new flow registration and adding already-registered flows to additional…

microsoft/power-platform-skills · 91 tokens