current-slide

Identify the current slide, page, and element in an open-slide dev server.

Updated May 25, 2026
One-click install
npx skills add https://github.com/Patrick-zhuyanxun/Hierachical_fast_reactive --skill current-slide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: current-slide
Source: https://github.com/Patrick-zhuyanxun/Hierachical_fast_reactive/tree/main/docs/presentations/hfrvla-training-open-slide/.agents/skills/current-slide
Command: npx skills add https://github.com/Patrick-zhuyanxun/Hierachical_fast_reactive --skill current-slide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill provides an interface to resolve which slide, page, and (optionally) selected element the user is currently viewing in the open-slide dev server.

Core Features & Use Cases

  • Slide Identification: Determine the exact slide and page the user is viewing.
  • Element Selection: Find the current element, if any, the user is interacting with.
  • Deictic Reference: Handle deictic references such as "this slide", "this page", and "this element" by referencing the latest server file.

Quick Start

Check the current slide, page, and selected element the user is looking at.

Frequently Asked Questions about current-slide

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

FAQPage Schema
How do I identify the current slide in a presentation dev server?

Slide navigation tracking parses JSON configuration and interaction data from the dev server to report the exact slide, page, and selected element the user is viewing. It supports user interface navigation and data referencing within presentation environments.

How do I handle deictic references like "this slide" in a document presentation environment?

To handle deictic references like "this slide" in a document presentation environment, the Skill references the latest server file to resolve the exact page and element currently open in the dev server.

Does slide navigation tracking require server-side file access and JSON parsing?

Yes, slide navigation tracking requires server-side file access and JSON parsing to accurately determine the user interface state. It must interact with the open-slide dev server to resolve the current presentation context.

Can I track element selection during slide navigation in a dev server?

Yes, you can track element selection during slide navigation in a dev server. The Skill identifies the specific element the user is interacting with by parsing interaction data from the presentation context.

What's the best way to resolve user interface navigation state in an open-slide dev server?

The best way to resolve user interface navigation state in an open-slide dev server is to parse JSON configuration and interaction data, which accurately reports the current slide, page, and selected element for presentation tracking.