slidewire-developer

Orchestrate SlideWire presentation creation and refinement in Laravel/Livewire apps.

25|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/peterfox/agent-skills --skill slidewire-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slidewire-developer
Source: https://github.com/peterfox/agent-skills/tree/main/slidewire-developer
Command: npx skills add https://github.com/peterfox/agent-skills --skill slidewire-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Build and refine SlideWire presentations in Laravel/Livewire applications. This Skill centralizes the creation, customization, and refinement of slide decks within Laravel projects, enabling developers to quickly scaffold, author, and polish presentations that integrate with Livewire components and Blade templates.

Core Features & Use Cases

  • Scaffold a new SlideWire deck using artisan commands and bridged Livewire SFC stubs to accelerate setup.
  • Author the deck in a single Blade file with a x-slidewire::deck root and multiple x-slidewire::slide children, including support for fragments, Markdown rendering, code blocks, and Mermaid diagrams.
  • Register routes and refine deck behavior via themes, transitions, auto-play, and content components to match branding and presentation requirements.
  • Use cases include product launches, internal training, or technical talks within Laravel projects, with options for vertical navigation, dynamic content, and theming.

Quick Start

Scaffold a new SlideWire deck and seed it with a basic slideshow for a product launch.

Frequently Asked Questions about slidewire-developer

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

FAQPage Schema
How do I create a presentation in Laravel using Livewire and Blade?

To create a presentation in Laravel, scaffold a deck using artisan commands, then author slides in a single Blade file with a root <x-slidewire::deck> and multiple <x-slidewire::slide> children.

Can I use Markdown and code blocks in a Laravel slide deck?

Yes, Laravel slide decks support Markdown rendering, code blocks, and Mermaid diagrams, allowing you to embed technical content directly within your Blade templates.

How do I register routes and customize themes for a Livewire presentation?

You register routes and refine presentation behavior by customizing themes, transitions, and auto-play settings through deck configuration and Livewire components.

What is the best way to scaffold a slide deck for a product launch in Laravel?

The best way to scaffold a product launch deck is using the make:slidewire artisan command, which seeds a basic slideshow with bridged Livewire SFC stubs to accelerate setup.

Does SlideWire support vertical navigation and dynamic content in Blade templates?

Yes, SlideWire supports vertical navigation, dynamic content, and theming within Blade templates, making it suitable for internal training and technical talks in Laravel.

How do fragments work when authoring slides in a Laravel Blade file?

Fragments allow you to sequence content reveals within individual <x-slidewire::slide> children, letting you build progressive slide animations directly in your Laravel Blade file.