You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): drop redundant version columns from Skill Catalog table
Seven of the eight catalog rows showed identical React PDF Kit and
pdfjs-dist version ranges, so the columns were noise. The override
skill's distinct pdfjs-dist v4 dependency is still surfaced through
its own description and through the dedicated Troubleshooting
section. Per-skill compatibility ranges remain machine-readable in
each skill's YAML frontmatter (metadata.react_pdf_kit_version,
metadata.pdfjs_dist_version), which is the canonical source of
truth per the catalog's versioning policy.
Catalog table is now two columns: Skill | Description.
CHANGELOG.md adds a [1.0.0-beta.2] section recording the README
polish. No skill content, sample, script, or workflow changes since
v1.0.0-beta.1.
Conformance: scripts/verify-all.sh passes 8/8.
scripts/check-changelog.sh v1.0.0-beta.2 passes.
|[`react-pdf-kit-setup`](./skills/react-pdf-kit-setup/SKILL.md)| Set up @react-pdf-kit/viewer in a generic React app, including PDF.js worker setup and the canonical provider chain. |`>=1.0.0 <2.0.0`|`>=5.0.0 <6.0.0`|
76
-
|[`react-pdf-kit-nextjs-app-router`](./skills/react-pdf-kit-nextjs-app-router/SKILL.md)| Integrate @react-pdf-kit/viewer into a Next.js App Router project, including PDF.js worker configuration. |`>=1.0.0 <2.0.0`|`>=5.0.0 <6.0.0`|
77
-
|[`react-pdf-kit-nextjs-pages-router`](./skills/react-pdf-kit-nextjs-pages-router/SKILL.md)| Integrate @react-pdf-kit/viewer into a Next.js Pages Router project with SSR-safe dynamic import. |`>=1.0.0 <2.0.0`|`>=5.0.0 <6.0.0`|
78
-
|[`react-pdf-kit-vite`](./skills/react-pdf-kit-vite/SKILL.md)| Integrate @react-pdf-kit/viewer into a Vite project, including the PDF.js worker import. |`>=1.0.0 <2.0.0`|`>=5.0.0 <6.0.0`|
79
-
|[`react-pdf-kit-worker-config`](./skills/react-pdf-kit-worker-config/SKILL.md)| Configure the PDF.js worker URL across supported bundlers (Vite, Turbopack, webpack, Next.js App Router). |`>=1.0.0 <2.0.0`|`>=5.0.0 <6.0.0`|
80
-
|[`react-pdf-kit-toolbar-customization`](./skills/react-pdf-kit-toolbar-customization/SKILL.md)| Add, remove, or replace individual toolbar tools while preserving Radix-based accessibility. |`>=1.0.0 <2.0.0`|`>=5.0.0 <6.0.0`|
81
-
|[`react-pdf-kit-custom-layout`](./skills/react-pdf-kit-custom-layout/SKILL.md)| Build a headless / custom layout for the viewer using only the documented hooks. |`>=1.0.0 <2.0.0`|`>=5.0.0 <6.0.0`|
82
-
|[`react-pdf-kit-nextjs14-pdfjs-override`](./skills/react-pdf-kit-nextjs14-pdfjs-override/SKILL.md)| Override pdfjs-dist to v4 to work around the Next.js 14 webpack ESM interop bug. |`>=1.0.0 <2.0.0`|`>=4.0.0 <5.0.0`|
71
+
skill's `SKILL.md`. Per-skill compatibility (React PDF Kit and
72
+
`pdfjs-dist` version ranges) lives in each skill's YAML frontmatter
73
+
under `metadata.react_pdf_kit_version` and
74
+
`metadata.pdfjs_dist_version`.
75
+
76
+
| Skill | Description |
77
+
|-------|-------------|
78
+
|[`react-pdf-kit-setup`](./skills/react-pdf-kit-setup/SKILL.md)| Set up `@react-pdf-kit/viewer` in a generic React app, including PDF.js worker setup and the canonical provider chain. |
79
+
|[`react-pdf-kit-nextjs-app-router`](./skills/react-pdf-kit-nextjs-app-router/SKILL.md)| Integrate `@react-pdf-kit/viewer` into a Next.js App Router project, including PDF.js worker configuration. |
80
+
|[`react-pdf-kit-nextjs-pages-router`](./skills/react-pdf-kit-nextjs-pages-router/SKILL.md)| Integrate `@react-pdf-kit/viewer` into a Next.js Pages Router project with SSR-safe dynamic import. |
81
+
|[`react-pdf-kit-vite`](./skills/react-pdf-kit-vite/SKILL.md)| Integrate `@react-pdf-kit/viewer` into a Vite project, including the PDF.js worker import. |
82
+
|[`react-pdf-kit-worker-config`](./skills/react-pdf-kit-worker-config/SKILL.md)| Configure the PDF.js worker URL across supported bundlers (Vite, Turbopack, webpack, Next.js App Router). |
83
+
|[`react-pdf-kit-toolbar-customization`](./skills/react-pdf-kit-toolbar-customization/SKILL.md)| Add, remove, or replace individual toolbar tools while preserving Radix-based accessibility. |
84
+
|[`react-pdf-kit-custom-layout`](./skills/react-pdf-kit-custom-layout/SKILL.md)| Build a headless / custom layout for the viewer using only the documented hooks. |
85
+
|[`react-pdf-kit-nextjs14-pdfjs-override`](./skills/react-pdf-kit-nextjs14-pdfjs-override/SKILL.md)| Override `pdfjs-dist` to v4 to work around the Next.js 14 webpack ESM interop bug. |
83
86
84
87
## Troubleshooting
85
88
@@ -99,8 +102,7 @@ via a package-manager override and the build will succeed.
0 commit comments