Group of 3 Use it now
Artifacts can now be 'slides' and 'design' types stored as project files, alongside the existing design-system type
What
- A new
slidesartifact type stores each slide as its own HTML file (project/slides/<id>.html), with aproject/deck.jsonindex describing the deck's order, sections and fonts. - A new
designartifact type stores each artboard as its own file underproject/, with aproject/canvas.jsonindex. - The instructions Claude Code gives the model for these file-based types were rewritten to explain that content goes into files under
project/, tracked with acreatedOnFilesmarker object, and published together in one step.
Why Previously, artifact types like these worked through an older "store document" model. Storing slides and designs as individual files with an index lets Claude Code build and update multi-file artifacts (a slide deck, a set of design artboards) more directly, and lets the model describe changes file-by-file instead of as one document blob.
Names in the bundleslides
Documented inapi/agents-and-tools/agent-skills/overview