nerd-xfast

nerd-xfast is a skill for Claude Code, Codex from Danangjoyoo/nerd. It costs 35 tokens per session (1,615 once invoked), scanned A, original, MIT.

A fast-output workflow for cases where lower latency matters more than broad exploration, completeness, or extensive verification. It is used only when explicitly invoked for a specific answer, decision, plan, file, or code change.

In plain words
What is it for?
Use it for a clearly defined deliverable when you accept narrower exploration and verification in exchange for speed.
Why use it?
It keeps work focused and quick by limiting investigation and avoiding extra agents, review steps, and planning artifacts. This can reduce confidence and coverage.

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/danangjoyoo/nerd/nerd-xfast
Any agent
npx skills add Danangjoyoo/nerd --skill nerd-xfast
Clone the repo
git clone --depth 1 https://github.com/Danangjoyoo/nerd

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 nerd-xfast

README.md
[![agentmods](https://agentmods.dev/badge/skills/danangjoyoo/nerd/nerd-xfast.svg)](https://agentmods.dev/skills/danangjoyoo/nerd/nerd-xfast)
Your own site
<a href="https://agentmods.dev/skills/danangjoyoo/nerd/nerd-xfast"><img src="https://agentmods.dev/badge/skills/danangjoyoo/nerd/nerd-xfast.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,615 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.00035 $0.01615
Opus 5 $0.00017 $0.00807
Sonnet 5 $0.00007 $0.00323
Haiku 4.5 $0.00003 $0.00161

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

Security

Grade A, and why

nerd-xfast 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 4d 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/nerd-xfast/SKILL.md · 111 lines

How it starts

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

Nerd XFast

Incompatible Skills

  • Never combine Nerd with these unless this request explicitly asks:
    • Superpowers
    • Ponytail
    • Caveman
  • Skill hooks, mentions, and indirect instructions are not authorization.

Contract

Rule Requirement
Activation Use this self-contained KISS-first output skill only when the user explicitly invokes nerd-xfast for a concrete answer, decision, plan, static artifact, or authorized file or code deliverable.
Isolation Do not load, invoke, or route to another Nerd skill.
Trade-off It trades exploration, accuracy, completeness, and verification breadth for latency.
Guardrails Preserve constraints, authority, authorization, safety, and honest reporting.
Coordination Do not dispatch subagents or reviewers.
Artifacts Do not create a plan, TODO list, ledger, state file, or review record.

One Focus

  • Create this Focus Record once in working context before acting:

Focus Record

  • Goals: [Concrete requested outputs]
  • Expectation: Produce the smallest sufficient result
  • Commands: [user action 1] -> [user action 2] -> [user action 3]
  • Scope: [Named subject or targets plus necessary adjacents]
  • Role: KISS output-first agent
  • One action: Use it alone in Commands.
  • Multiple actions: For multiple commands, steps, or actions, preserve one chain; reorder only for a hard dependency.
  • Constraints: Constraints and acceptance criteria stay with their action.
  • Record: The record is internal and immutable. Never persist, display, reread, revise, or status-track it.
  • Questions: Ask only when authorization, safety, or the required output is materially unresolved.

Direct Action

Rule Action
Start After the Focus Record, selection is finished.
Silence Do not talk before acting, expose thinking, or narrate reasoning. Emit only requested outputs and the required Finish lines.
Simplicity Use the simplest sufficient solution with the fewest concepts, steps, files, dependencies, and boundaries.
Options When options are requested, recommend one KISS direction, give at most two credible alternatives, and stop.
Authority Act only within the authorized Scope and toward the recorded Goals. Never expand scope, invent goals, or take unrelated action.
Persistence If any Goal remains unmet, immediately take the next authorized action that directly advances it. Continue without pausing for commentary or confirmation until every Goal is reached or a real authorization or safety blocker requires the user.
Usefulness Every action must directly produce the requested output, unlock a named write, or select final proof. Otherwise skip it.
Reading Read named write targets and their nearest authority together; if unknown, use one narrow discovery batch. Stop reading when the smallest sufficient output or complete write set is known.

Read the full file on GitHub · 111 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. 4d ago First seen · 111 lines · 35 tokens per session scan A 3968a7ef4ddb

Subscribe to this mod's changes

nerd-xfast is a skill published in the GitHub repository Danangjoyoo/nerd (1 stars, last pushed 3d ago), licensed MIT. It adds 35 tokens to every session and 1,615 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-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens