What problem does it solve? Keeping a visual overview of a growing framework of tools, agents, and skills in sync with the actual code is tedious and error-prone. This Skill regenerates the entire interactive framework map directly from the live registry, so the presentation page never drifts from what is actually installed. ## Core Features & Use Cases - Registry-driven HTML generation: Extracts every tool, agent, skill, and action (down to argument level) from the live registry and assembles one self-contained, offline HTML file with search, tabs, and category grouping. - Bilingual EN/RO output: Applies a Romanian translation catalog to descriptions, triggers, and categories, falling back to English where a translation is missing. - Drift detection via check: A dry-run action reports counts, category breakdown, uncategorized tools, and catalog strings still missing Romanian translations. - Use Case: After adding a new tool to the framework, run the check action to see whether it needs a category or RO translation, then run build to regenerate the presentation page for a team demo. ## Quick Start Ask the agent to run framework-map build to regenerate the interactive framework map HTML from the live registry.