Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@germangabriel/nextjs-skills) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@germangabriel/nextjs-skills
Claude skill files for Next.js projects (App Router).
Install
npx @germangabriel/nextjs-skillsThis copies the skill folders into .claude/skills/user/ in your project root — no dependencies, nothing added to package.json.
What gets installed
.claude/skills/user/
├── nextjs-design-system/
│ ├── SKILL.md
│ └── references/
│ ├── animation.md
│ ├── atomic-design.md
│ ├── copy.md
│ ├── dark-mode.md
│ ├── forms.md
│ ├── layout.md
│ ├── routing-files.md
│ ├── semantic-colors.md
│ ├── tokens.md
│ └── typography.md
├── nextjs-project-structure/
│ ├── SKILL.md
│ └── references/
│ ├── error-handling.md
│ ├── folder-structure.md
│ └── react-query.md
└── nextjs-accessibility/
├── SKILL.md
└── references/
├── accessible-forms.md
├── aria-patterns.md
├── color-contrast.md
├── keyboard-nav.md
└── screen-reader.mdStack covered
Next.js 14+ · App Router · Tailwind CSS · Framer Motion
shadcn/ui · React Query · TypeScriptUpdating
Re-run npx @germangabriel/nextjs-skills to overwrite with the latest version.