nextjs-nextra-starter-distill

nextjs-nextra-starter-distill is a skill for Codex from pdsuwwz/nextjs-nextra-starter. It costs 85 tokens per session (496 once invoked), scanned A, original, MIT.

A project-specific guide to the structure and extension points of a Next.js documentation starter built with Nextra, a framework for creating documentation sites with Markdown and React.

In plain words
What is it for?
Use it to inspect the architecture, find existing features, reuse implementation patterns, extend the starter, or migrate selected patterns to another project.
Why use it?
It helps developers understand the existing project before changing its pages, translations, theme, authentication, or user interface, reducing the risk of breaking its integration points.

Skill for Codex

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

Good fit Use it to inspect the architecture, find existing features, reuse implementation patterns, extend the starter, or migrate selected patterns to another project.

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

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-nextra-starter-distill

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pdsuwwz/nextjs-nextra-starter/nextjs-nextra-starter-distill"><img src="https://agentmods.dev/badge/skills/pdsuwwz/nextjs-nextra-starter/nextjs-nextra-starter-distill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 496 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00085 $0.00496
Opus 5 $0.00043 $0.00248
Sonnet 5 $0.00017 $0.00099
Haiku 4.5 $0.00009 $0.00050

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

Security

Grade A, and why

nextjs-nextra-starter-distill 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 13d 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-nextra-starter-distill/SKILL.md · 36 lines

What it actually says

Next.js Nextra Starter Distill

Use this project-local Skill to understand, extend, or selectively migrate the nextjs-nextra-starter implementation. Treat the reference files as distilled guidance, then inspect the current source before editing because the repository may have changed.

Reference Router

  • Architecture or ownership questions: read references/architecture.md.
  • Feature inventory or product capability questions: read references/feature-map.md.
  • Implementation pattern reuse questions: read references/implementation-patterns.md.
  • Second-stage development tasks in this repo: read references/extension-guide.md.
  • Borrowing these patterns in another repo: read references/migration-notes.md.

Read only the references needed for the user request. Load multiple files when a task crosses boundaries, such as adding a localized landing page section.

Workflow

  1. Classify the request as understanding, extension, migration, or review.
  2. Read the relevant reference file(s).
  3. Inspect live source paths cited by the references before making claims or edits.
  4. Preserve the Nextra, locale, theme, and MDX integration points unless the user asks to replace them.
  5. Treat the current auth flow as a front-end demo unless real backend/session code has been added.
  6. For runtime changes, verify with the narrowest useful command, usually pnpm lint or pnpm build.

Operating Notes

  • This starter combines docs, product landing pages, i18n, theme controls, and UI primitives. Avoid treating it as a generic Next.js app.
  • The src/content/zh and src/content/en trees are content sources, while src/i18n stores reusable UI copy.
  • _meta.tsx files control Nextra navigation and page-level layout behavior.
  • Client widgets often adapt Nextra-rendered DOM. Recheck selectors when upgrading Nextra.
  • Do not copy demo auth, placeholder analytics, static metadata, or product copy into production without replacing them.
Files

What ships with it

6 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. 13d ago First seen · 36 lines · 85 tokens per session scan A 19986258ae0a

Subscribe to this mod's changes

nextjs-nextra-starter-distill is a skill published in the GitHub repository pdsuwwz/nextjs-nextra-starter (314 stars, last pushed 2mo ago), licensed MIT. It adds 85 tokens to every session and 496 once invoked, about $0.0004 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

shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…

shadcn-ui/ui · 94 tokens

migrate-radix-to-base

Migrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects.

shadcn-ui/ui · 61 tokens

astro

Build content-focused websites with Astro — zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.

sickn33/agentic-awesome-skills · 28 tokens

magic-ui

Use this skill when users want to add, customize, or troubleshoot Magic UI components in React/Next.js projects. It covers component selection, shadcn registry installation (@magicui/), integration patterns, and practical quality checks for accessibility and maintainability.

magicuidesign/magicui · 56 tokens

beui

Pick and install beUI (@beui) animated React components from the shadcn registry. Use when building motion UI, agent/chat interfaces, toasts, docks, bottom sheets, drawers, popovers, sliders, loaders, 404 pages, or any beui.dev component. Maps user intent to exact @beui install slugs instead of inventing custom…

starc007/ui-components · 78 tokens

beui-pro

Choose, inspect, install, and compose licensed beUI Pro premium React blocks from the authenticated shadcn registry. Use when building or improving landing pages with beUI Pro, installing @beui-pro items, selecting premium heroes, features, pricing, social proof, CTAs, navigation, footers, or other page sections, or…

starc007/ui-components · 83 tokens