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.
npx agentmods add skills/danangjoyoo/nerd/nerd-xfastnpx skills add Danangjoyoo/nerd --skill nerd-xfastgit clone --depth 1 https://github.com/Danangjoyoo/nerdWrote 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.
[](https://agentmods.dev/skills/danangjoyoo/nerd/nerd-xfast)<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>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.
| Model | Per session | Once 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 |
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.
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. |
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.
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.
- 4d ago First seen · 111 lines · 35 tokens per session scan A 3968a7ef4ddb
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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
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…
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…
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…
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.
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…