amvcp-typography

Route typography requests to the appropriate sibling skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This router resolves where a typography request should be handled by the correct typography sibling skill so the right contract, tokens, and layout rules are applied.

Core Features & Use Cases

  • Typography routing matrix: Automatically directs the user’s typography need (type scale, hierarchy, drop caps, lists, links, kbd, CJK, print) to the correct sibling skill.
  • Single-sibling defaults with composability: Loads one focused sibling most of the time, while allowing composition when the request spans multiple typography concerns.
  • Engine-aware behavior: Assumes the DESIGN.md engine is present and relies on it plus scripts/amvcp-designmd.js to supply the typography token layer.

Quick Start

Ask your agent to handle a typography task by providing the phrase you would use with the router, such as: typography request for drop cap, pull quote, and readable hierarchy.

Frequently Asked Questions about amvcp-typography

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

FAQPage Schema
How do I route typography tasks to the correct style engine for editorial layout and CJK language handling?

Typography routing evaluates your content shape and typographic features to direct requests to the appropriate sibling skill, ensuring the correct tokens for type scale, drop caps, or CJK print are applied. It delegates execution while emitting no output itself.

Can I compose multiple typography skills for a single request that spans hierarchy, lists, and keyboard tokens?

Yes, single-sibling defaults apply most of the time, but the router allows composition when your request spans multiple typography concerns. It loads the necessary focused siblings to handle combined tasks like readable hierarchy and keyboard tokens together.

Do I need the DESIGN.md engine loaded to handle code typography and i18n print requests?

Yes, the router requires the DESIGN.md engine to be loaded via scripts/amvcp-designmd.js to supply the typography token layer. Engine-aware behavior assumes this environment is present before routing i18n print or code typography tasks.

What is the best way to manage font pairing and microtype details across visual pages?

Use a typography router to delegate font pairing and microtype adjustments to a dedicated sibling skill. This approach matches your specific typographic feature request with the correct layout rules and design tokens without manual engine configuration.

Why does my typography routing request emit no output when handling links and structure?

The router emits no output itself by design, delegating execution and token ownership entirely to the matched sibling skill. If no output appears, ensure the correct sibling for links and structure is being loaded by the routing matrix.