ncine-presentation

Generate a Slidev presentation documenting 14 years of nCine 2D game framework development.

15|5|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/Eng0AI/eng0-template-skills --skill ncine-presentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ncine-presentation
Source: https://github.com/Eng0AI/eng0-template-skills/tree/main/ncine-presentation
Command: npx skills add https://github.com/Eng0AI/eng0-template-skills --skill ncine-presentation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill documents 14 years of nCine 2D game framework development via a Slidev presentation.

Core Features & Use Cases

  • Long-form storytelling: Slide-based narration of a game framework.
  • Open-source context: Community contributions and history.

Quick Start

Clone, install, and run:

  • git clone --depth 1 https://github.com/Eng0AI/ncine-presentation-template.git .
  • pnpm install
  • pnpm build
  • pnpm dev

Frequently Asked Questions about ncine-presentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Slidev presentation for documenting a project's development history?

Slidev presentations enable slide-based storytelling for long-form project documentation. Clone the nCine presentation template, install dependencies with pnpm, run pnpm build to generate the dist directory, and deploy to Vercel or Netlify for hosting.

Can I use Slidev with pnpm for a repeatable, containerized presentation workflow?

Yes. Slidev supports pnpm-based workflows with standard build and development commands. The template includes git clone setup, pnpm install for dependency management, pnpm build for production output, and pnpm dev for local development—all container-friendly.

What's the best way to document open-source framework history and community contributions?

Slide-based presentations using Slidev provide structured long-form narration of framework evolution, community milestones, and release timelines. The nCine template demonstrates this approach across 14 years of 2D game framework development.

How do I deploy a Slidev presentation to production?

Build your Slidev project with pnpm build to generate a dist directory, then deploy to Vercel or Netlify using their standard deployment workflows. Both platforms support static site hosting from the build output.

Does this template work for onboarding new contributors to an open-source project?

Yes. Slidev presentations serve as repeatable onboarding materials for open-source projects, documenting framework history, architecture decisions, and contribution context through accessible slide-based narratives.