nextjs-nextra-starter-distill-zh

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

A project guide for a Next.js documentation and landing-page starter built with Nextra, Tailwind CSS, MDX, translations, themes, and interface components. It explains the repository’s structure, existing features, extension points, and migration patterns.

In plain words
What is it for?
Use it to inspect the project, modify documentation, landing pages, languages, themes, authentication displays, or interface behavior. It also helps transfer selected patterns to another Next.js project and check changes with linting or a build.
Why use it?
It helps developers understand and change a mixed documentation site and product landing page without treating it like a basic Next.js app. It also highlights demo-only authentication, placeholder analytics, and other code that should not be copied directly into production.

Skill for Codex

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

Good fit Use it to inspect the project, modify documentation, landing pages, languages, themes, authentication displays, or interface behavior. It also helps transfer selected patterns to another Next.js project and check changes with linting or a build.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pdsuwwz/nextjs-nextra-starter/nextjs-nextra-starter-distill-zh
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-zh
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-zh

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pdsuwwz/nextjs-nextra-starter/nextjs-nextra-starter-distill-zh"><img src="https://agentmods.dev/badge/skills/pdsuwwz/nextjs-nextra-starter/nextjs-nextra-starter-distill-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 592 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.00097 $0.00592
Opus 5 $0.00048 $0.00296
Sonnet 5 $0.00019 $0.00118
Haiku 4.5 $0.00010 $0.00059

Measured 13d ago against content hash 714b05ace90d, 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-zh 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-zh/SKILL.md · 36 lines

What it actually says

Next.js Nextra Starter 蒸馏

使用这个项目内 Skill 来理解、扩展或选择性迁移 nextjs-nextra-starter 的实现。reference 文件是蒸馏后的指南;做结论或改代码前,仍然要读取当前源码,因为仓库可能已经变化。

Reference 路由

  • 架构、模块边界、文件职责:读取 references/architecture.md
  • 功能清单、产品能力、实现状态:读取 references/feature-map.md
  • 复用实现模式、改造已有模式:读取 references/implementation-patterns.md
  • 在本仓库继续二次开发:读取 references/extension-guide.md
  • 把模式迁移到其他项目:读取 references/migration-notes.md

只读取当前任务需要的 reference。跨边界任务可以组合读取,例如新增多语言 landing section 时同时读取实现模式和二开指南。

工作流

  1. 先判断用户目标是理解、扩展、迁移还是审查。
  2. 读取对应 reference。
  3. 按 reference 中的源码路径检查当前实现。
  4. 除非用户明确要求替换,否则保留 Nextra、语言、主题和 MDX 的集成点。
  5. 当前 auth 流程默认视为前端演示;只有仓库已加入真实后端/session 后才按生产鉴权处理。
  6. 涉及运行时行为时,使用最窄有效验证命令,通常是 pnpm lintpnpm build

注意事项

  • 这个 starter 组合了文档站、产品落地页、i18n、主题控制和 UI primitives,不要当成普通 Next.js app 处理。
  • src/content/zhsrc/content/en 是内容源;src/i18n 存放 React 组件复用的 UI 文案。
  • _meta.tsx 控制 Nextra 导航和页面级布局行为。
  • 一些 client widget 会适配 Nextra 渲染出的 DOM;升级 Nextra 时要重新检查选择器。
  • 不要把演示 auth、占位 analytics、静态 metadata 或示例产品文案直接复制到生产环境。
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 · 97 tokens per session scan A 714b05ace90d

Subscribe to this mod's changes

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

weapp-tailwindcss-lynx

A setup guide for using Tailwind CSS with ReactLynx and Rspeedy, a build system for Lynx applications.

sonofmagic/weapp-tailwindcss · 129 tokens

uniwind

Uniwind — Tailwind CSS v4 styling for React Native. Use when adding, building, or debugging components in a React Native project that uses Uniwind classNames. Covers setup, Metro config, global.css, theming, className props, accent- color props, platform/data/state/responsive variants, CSS variables, custom utilities…

uni-stack/uniwind · 130 tokens

styled-components

Styles React components with styled-components and the Tackl design system. Use when the user mentions styled-components, styles.ts, theme tokens, Tackl primitives, responsive breakpoints (bp), or component styling in this project.

12-Studio/Tackl · 47 tokens

atelier-components

Atelier suite — turn the design system into real, accessible, production code. Scaffold a premium React/Next + Tailwind v4 + shadcn/ui project, wire the atelier-foundations tokens into shadcn's theme variables, install the best-in-class single-purpose components (Vaul drawer, Sonner toast, cmdk command palette, Tremor…

luminary19/atelier · 211 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

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens