en un clic
changeset
// Generate changeset files for versioning and changelog management in this monorepo.
// Generate changeset files for versioning and changelog management in this monorepo.
Use this skill when optimizing Jazz applications for speed, responsiveness, and scalability. Covers crypto setup, efficient data modeling, and UI patterns to prevent lag.
Use this skill when optimizing Jazz applications for speed, responsiveness, and scalability. Covers crypto setup, efficient data modeling, and UI patterns to prevent lag.
Implement features using Spec Driven Development (SDD) workflow. Creates design and task documents with approval gates.
Use this skill when writing or running performance benchmarks for Jazz packages. Covers cronometro setup, file conventions, gotchas with worker threads, and how to compare implementations.
Use this skill when designing data schemas, implementing sharing workflows, or auditing access control in Jazz applications. It covers the hierarchy of Groups, Accounts, and CoValues, ensuring data is private by default and shared securely through cascading permissions and invitations.
Design and implement collaborative data schemas using the Jazz framework. Use this skill when building or working with Jazz apps to define data structures using CoValues. This skill focuses exclusively on schema definition and data modeling logic.
| name | changeset |
| description | Generate changeset files for versioning and changelog management in this monorepo. |
Use this skill when the user asks to create a changeset or add a changeset.
A changeset is a markdown file with YAML front matter that documents:
Changeset files are stored in .changeset/ directory with a unique filename: {unique-id}.md
---
"package-name": major|minor|patch
"another-package": minor
---
A description of the changes that will appear in the changelog.
Use the exact package name from the package's package.json file. Common packages:
cojsonjazz-toolsjazz-runjazz-webhookcojson-core-wasmcojson-core-rncojson-core-napicojson-storage-indexeddbcojson-storage-sqlitecojson-storage-do-sqlitecojson-transport-wscommunity-jazz-vuecreate-jazz-apphash-slashquint-uiImportant: Always check the actual package.json file to get the exact package name.
Important: minor is only for breaking changes. Everything else should be patch.
---
"jazz-tools": patch
---
Added new `useSuspenseCoState` hook for data fetching using Suspense
.changeset/ with a unique filename