amvcp-visual-communication

Route visual-content requests to the correct category skill for interactive HTML scaffolding.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Emasoft/ai-maestro-visual-communicator-plugin --skill amvcp-visual-communication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amvcp-visual-communication
Source: https://github.com/Emasoft/ai-maestro-visual-communicator-plugin/tree/main/skills/amvcp-visual-communication
Command: npx skills add https://github.com/Emasoft/ai-maestro-visual-communicator-plugin --skill amvcp-visual-communication

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes guesswork by automatically routing a request about adding visual content into the correct category skill, then guides the agent through the required scaffold contract to produce an interactive, selectable HTML visualization.

Core Features & Use Cases

  • Umbrella routing for 13 visual categories: diagrams, charts/dashboards, tables, slide decks, wireframes, prose/report pages, icons, and more, selected from the user’s content shape.
  • Enforces the shared “atom” interaction contract: clickable selectable elements, optional per-element decision toggles, and optional comment-thread handles layered by the runtime.
  • Production-ready scaffold workflow: progressive reference loading, runtime script ordering, required runtime markers, and a self-debug verification loop across light and dark themes.
  • Used for “add any visual” scenarios: dashboards, charts, tables, diagrams, code blocks with highlighting, math/LaTeX figures, report-as-HTML, and slide decks.

Quick Start

Use the command “Add a visual to this document that matches the user’s request, and route it to the correct category skill for interactive HTML output.”

Frequently Asked Questions about amvcp-visual-communication

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

FAQPage Schema
How do I route a request to add an interactive HTML chart or diagram to the correct visual category?

Interactive HTML visualizations require a shared atom-selection contract that enables clickable selectable elements and optional comment-thread handles layered by the runtime for user interaction.

What is the best way to scaffold an interactive dashboard with selectable elements and decision toggles?

This umbrella routing approach covers 13 visual categories including charts, tables, wireframes, slide decks, and prose pages, ensuring the agent selects the correct builder based on the user's content shape.

Can I use this routing workflow to generate SVG icons and math LaTeX figures as interactive HTML?

It satisfies routing discovery and category selection by referencing the correct category SKILL.md and technique references, validating the scaffold contract before output generation.

Do I need to manually select a visual-category skill before generating a report-as-HTML page?

This removes guesswork by automatically guiding the agent through the required scaffold contract to produce a production-ready interactive HTML visualization without manual category intervention.

Why does my interactive HTML visualization fail the scaffold contract validation when adding a table?

The self-debug verification loop checks for required runtime markers and proper runtime script ordering across light and dark themes to ensure the table output meets the interactive contract.