girlfriend-in-cli: Skill for Codex

.agents/skills/nextjs-turbopack/SKILL.md

nextjs-turbopack is a skill for Codex from NomaDamas/girlfriend-in-cli. It costs 39 tokens per session (521 once invoked), scanned A, original, no licence file.

A guide to Next.js 16 and newer with Turbopack, a JavaScript and TypeScript build tool that bundles application code during development and production builds.

In plain words
What is it for?
Use it when configuring or troubleshooting Next.js projects that use Turbopack or deciding whether a project should use Turbopack or webpack.
Why use it?
It helps developers understand incremental bundling, file-system caching, development speed, and when to choose Turbopack or webpack.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is NomaDamas/girlfriend-in-cli's own configuration. It tells Codex how to work on girlfriend-in-cli itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything girlfriend-in-cli configures →

Reuse

Borrowing it

Nothing to install: this file belongs to NomaDamas/girlfriend-in-cli. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/NomaDamas/girlfriend-in-cli/main/.agents/skills/nextjs-turbopack/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/NomaDamas/girlfriend-in-cli

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 nextjs-turbopack

README.md
[![agentmods](https://agentmods.dev/badge/skills/nomadamas/girlfriend-in-cli/nextjs-turbopack/github.svg)](https://agentmods.dev/skills/nomadamas/girlfriend-in-cli/nextjs-turbopack)
Your own site
<a href="https://agentmods.dev/skills/nomadamas/girlfriend-in-cli/nextjs-turbopack"><img src="https://agentmods.dev/badge/skills/nomadamas/girlfriend-in-cli/nextjs-turbopack/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 nextjs-turbopack

Your own site · 80×15
<a href="https://agentmods.dev/skills/nomadamas/girlfriend-in-cli/nextjs-turbopack"><img src="https://agentmods.dev/badge/skills/nomadamas/girlfriend-in-cli/nextjs-turbopack.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 521 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 unknown 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.00039 $0.00521
Opus 5 $0.00019 $0.00260
Sonnet 5 $0.00008 $0.00104
Haiku 4.5 $0.00004 $0.00052

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

Security

Grade A, and why

nextjs-turbopack 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 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.

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.

.agents/skills/nextjs-turbopack/SKILL.md · 45 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 10d ago First seen · 45 lines · 39 tokens per session scan A f65da15aabeb

Subscribe to this mod's changes

nextjs-turbopack is a skill published in the GitHub repository NomaDamas/girlfriend-in-cli (62 stars, last pushed 23d ago), with no licence file. It adds 39 tokens to every session and 521 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

storybook

Storybook is the fidelity oracle, not the runtime. The converter bundles the package's compiled dist/ into dsbundle.js - the same bundle the claude.ai/design agent builds with - and generates each preview by compiling the story source module itself (hooks, fixtures, local helpers - the whole closure comes along), with…

asgeirtj/system_prompts_leaks · 0 tokens

design-sync

Push a React design system to claude.ai/design. This runs a converter that bundles the real component code (from Storybook or a bare package) and uploads it. Use when the user runs /design-sync or says "sync my design system to Claude Design".

asgeirtj/system_prompts_leaks · 56 tokens

genui

Render structured, glanceable, interactive UI in the chat instead of plain text — dashboards, stat cards, filterable tables, charts, mermaid diagrams, choice panels, forms, quizzes. Panels can carry an id so later turns update them in place, and most interaction resolves in the browser with no round-trip. Read this…

open-octo/octo-agent · 98 tokens

frontend-developer

Expert frontend developer persona — React/Vue/Angular, performance optimization, Core Web Vitals, accessibility. Builds responsive web apps with pixel-perfect precision.

chandrudp29/skillhub · 34 tokens

react-patterns

React production patterns — hooks, state management, performance optimization, and component design. Use when building React components, reviewing React code, or fixing React performance issues.

chandrudp29/skillhub · 36 tokens

nextjs-patterns

Production Next.js 14+ patterns — App Router, Server Components, data fetching, caching, performance, and deployment best practices.

chandrudp29/skillhub · 30 tokens