nopoint-bring-your-deck
Installation
SKILL.md
Bring your deck to nopoint
This skill walks a user from "I have a deck and a clone of nopoint" to "my deck runs in the viewer with live data." It assumes they want to keep their content but rebuild it on top of the nopoint runtime.
The repo's README.md and AGENTS.md are the source of truth for conventions. Read both before you start writing code — they document breaking-change conventions for this fork of Next.js and the slide context contract that authoring relies on. This skill exists to choreograph the workflow, not to duplicate that reference material.
When to use this skill
Trigger any time the user is trying to onboard a deck into this repo. Common shapes:
- They've just cloned nopoint and pasted (or attached) their existing deck.
- They have a draft of slides in PDF / PPTX / Keynote / Google Slides and want them rebuilt as code.
- They mention "live data in a slide" and need a steer toward Chartcastr or a custom API route.
- They ask to set up the dev server or fork one of the templates.
If the user only wants to edit existing slides in the repo, you don't need this skill — AGENTS.md covers that.