用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/eng618/eng618.github.io --skill site-maintenance命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | site-maintenance |
| description | Instructions for common site maintenance and configuration tasks |
This skill provides guidance on maintaining the Next.js foundation of the site.
Dependency Updates:
bun for managing dependencies.package.json before adding new packages to avoid duplication.Next.js Configuration:
src/app/)next.config.ts or TypeScript configuration as needed.app/ directory structure; understand Next.js routing and layout hierarchies.Component Library Compliance:
Hosting and Serverless:
develop (and other branches as configured).src/app/api/ following Next.js 16 App Router conventions.Career and Certifications Data:
src/data/career.json.src/data/badges.json, src/data/certs.json, or src/data/courses.json directly.public/assets/GarciaEricN_Resume.md and the cvTimeline section inside career.json to keep them in sync.bun run validate or bun run validate --fix to synchronize the derived files and perform general validation (lint, formatting, tests, build).