JSPM

@germangabriel/nextjs-skills

1.0.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 7
    • Score
      100M100P100Q49567F
    • License MIT

    Claude skill files for Next.js projects (design system, project structure, accessibility + WCAG)

    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-skills

      Skills 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.md

      Updating

      Re-run npx @germangabriel/nextjs-skills to overwrite with the latest version.