amvcp-tables

Route table feature requests to matching sibling skills via a routing matrix.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of getting users the correct interactive table UI for their specific table need instead of forcing a one-size-fits-all implementation.

Core Features & Use Cases

  • Table routing matrix that selects the right table sibling based on the requested table capabilities.
  • Progressive discovery via five focused sibling skills, keeping each sibling’s embedded TOC natural and readable.
  • Composition support that lets multiple siblings be loaded when a need spans categories like sorting, virtualization, matrices, and per-cell decision pills.

Quick Start

Tell the agent you want a "sortable virtualized data table with status decision pills" and let it route to the appropriate table siblings.

Frequently Asked Questions about amvcp-tables

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

FAQPage Schema
How do I choose the right interactive table UI for different data needs?

To choose the right interactive table UI, use a routing matrix that matches your table shape and capabilities—like sorting, virtualization, or matrix comparisons—against the appropriate specialized table renderer for your specific workflow.

What is the best way to handle large datasets in a virtualized table without performance issues?

Handling large datasets in a virtualized table requires routing your request to a sibling skill specialized in virtualization, ensuring the matched renderer owns initialization and outputs for optimal performance.

Can I combine sortable tables with per-cell decision pills in the same workflow?

Yes, you can combine sortable tables with per-cell decision pills by using composition support, which loads multiple table siblings simultaneously when a single workflow spans multiple capability categories.

How do I add status decision pills to a matrix comparison table?

Adding status decision pills to a matrix comparison table involves routing your request through a routing matrix that identifies the need for both matrix layouts and per-cell decision pill UX, then loading the matched siblings.

Does this table routing approach support special layouts like kanban or two-column before-after comparisons?

Yes, this table routing approach supports special layouts like kanban and two-column before-after comparisons by matching those specific structural requirements within the routing matrix to select the correct sibling renderer.

When should I avoid using a single table component for multiple data visualization tasks?

You should avoid using a single table component for multiple tasks when progressive discovery is better, as routing to five focused sibling skills keeps each implementation's embedded TOC natural and readable instead of forcing a one-size-fits-all solution.