tessl install tessl/npm-slidev--cli@52.1.0Modern presentation framework and CLI tool that transforms Markdown files into interactive, web-based slide presentations with built-in development server, export capabilities, and Vue.js integration
Agent Success
Agent success rate when using this tile
100%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.12x
Baseline
Agent success rate without this tile
89%
Build a presentation branding system that displays a company logo and copyright notice across all slides, with slide numbers that update per-slide. The system should use appropriate component placement strategies to ensure branding elements appear consistently throughout the presentation.
You are building a branded presentation tool. The presentation needs to display company branding (logo) that persists across all slides, along with a copyright notice at the bottom of every slide. Additionally, each slide should show its current slide number, which needs to be unique per slide instance.
Create a presentation branding system with the following elements:
Persistent Logo Banner: Display a logo banner at the top of all slides that remains consistent as users navigate through the presentation. The banner should:
Dynamic Slide Numbers: Each slide should display its current slide number in the format "Slide X" where X is the slide number. This element should:
Copyright Footer: Display a copyright notice "© 2024 ACME Corp - All Rights Reserved" at the bottom of every slide that:
Test Slides: Create a simple presentation with at least 3 slides to demonstrate the branding system works correctly.
Provides the presentation framework with layout wrapper capabilities.
Provides reactive component system for branding elements.
Solutions will be evaluated on:
Input: Navigate between slides 1, 2, and 3 Expected Output: Logo banner "ACME Corp" remains visible at the top with consistent styling across all slides
Input: Navigate from slide 1 to slide 2 to slide 3 Expected Output:
Input: Navigate through all slides in the presentation Expected Output: Copyright footer "© 2024 ACME Corp - All Rights Reserved" appears at the bottom of every slide with consistent styling
Input: Create a slide with content that fills most of the screen Expected Output: Logo banner appears above slide content, copyright footer appears below slide content, slide number is visible and doesn't overlap with other elements