nextjs-static-shells

nextjs-static-shells is a skill for Claude Code, Codex from joelhooks/joelclaw. It costs 129 tokens per session (4,033 once invoked), scanned A, original, no licence file.

A set of patterns for building Next.js websites that load mostly static page parts while keeping personalized parts dynamic.

In plain words
What is it for?
It is for structuring Next.js routes, caching page content, separating provider-dependent areas, and improving link loading.
Why use it?
It helps avoid making an entire page wait for dynamic data when only a small section needs it.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

Good fit It is for structuring Next.js routes, caching page content, separating provider-dependent areas, and improving link loading.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joelhooks/joelclaw/nextjs-static-shells
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 joelhooks/joelclaw --skill nextjs-static-shells
Clone the repo
git clone --depth 1 https://github.com/joelhooks/joelclaw

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 nextjs-static-shells

README.md
[![agentmods](https://agentmods.dev/badge/skills/joelhooks/joelclaw/nextjs-static-shells/github.svg)](https://agentmods.dev/skills/joelhooks/joelclaw/nextjs-static-shells)
Your own site
<a href="https://agentmods.dev/skills/joelhooks/joelclaw/nextjs-static-shells"><img src="https://agentmods.dev/badge/skills/joelhooks/joelclaw/nextjs-static-shells/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-static-shells

Your own site · 80×15
<a href="https://agentmods.dev/skills/joelhooks/joelclaw/nextjs-static-shells"><img src="https://agentmods.dev/badge/skills/joelhooks/joelclaw/nextjs-static-shells.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,033 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.00129 $0.04033
Opus 5 $0.00064 $0.02017
Sonnet 5 $0.00026 $0.00807
Haiku 4.5 $0.00013 $0.00403

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

Security

Grade A, and why

nextjs-static-shells 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 7d 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/nextjs-static-shells/SKILL.md · 593 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago First seen · 593 lines · 129 tokens per session scan A 6f8ae3f08039

Subscribe to this mod's changes

nextjs-static-shells is a skill published in the GitHub repository joelhooks/joelclaw (63 stars, last pushed yesterday), with no licence file. It adds 129 tokens to every session and 4,033 once invoked, about $0.0006 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-09-03.

Related

Other skills, from other repositories

install-next

Installs and wires @rsc-boundary/next into a Next.js App Router app (dependencies, root layout provider, optional explicit markers). Use when the user wants to add RSC Boundary, integrate @rsc-boundary/next, or set up server/client boundary devtools in Next.js. The unscoped rsc-boundary package on npm is deprecated …

foxted/rsc-boundary · 82 tokens

install-start

Installs and wires the npm package @rsc-boundary/start into a TanStack Start app (dependencies, root route provider, optional explicit markers). Use when the user wants to add RSC Boundary to a TanStack Start / TanStack Router app, or set up server/client boundary devtools with TanStack.

foxted/rsc-boundary · 66 tokens

next-application-structure

Establishes or reviews directory layout, server/client boundaries, routing, data-fetching strategy, and testing structure for Next.js 14+ App Router TypeScript applications. Invoked when the user asks to structure a Next app, set App Router conventions, or review architecture for React parity.

soulcodex/agentic · 64 tokens

tailwind-v4-shadcn-setup

Set up Tailwind CSS v4 + shadcn/ui for a new Next.js SaaS project in 2026. Covers CSS-first @theme configuration, OKLCH colors, tw-animate-css, container queries, RSC optimization, and all critical gotchas.

S3YED/appie-kit · 65 tokens

performance-optimization

Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

vanja-emichi/a0_agent_skills · 45 tokens

astro-expert

Astro framework expertise — islands architecture, SSR/hybrid modes, React integration, performance, and production-ready frontend scaffolding.

LuuOW/meridian-mcp · 28 tokens