@germangabriel/nextjs-skills
v1.0.4
Published
Claude skill files for Next.js projects (design system, project structure, accessibility + WCAG)
Maintainers
Readme
@germangabriel/nextjs-skills
Claude skill files for Next.js projects (App Router).
Install
npx @germangabriel/nextjs-skillsSkills are copied into .claude/skills/ in your project root — no dependencies, nothing added to package.json.
What gets installed
.claude/skills/
├── 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.mdUpdating
Re-run npx @germangabriel/nextjs-skills to overwrite with the latest version.
