local-axure-workflow

Process local Axure exports into themes, data models, and prototypes.

152|32|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/lintendo/Axhub-Make --skill local-axure-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-axure-workflow
Source: https://github.com/lintendo/Axhub-Make/tree/main/skills/local-axure-workflow
Command: npx skills add https://github.com/lintendo/Axhub-Make --skill local-axure-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Process local Axure exports to generate themes, data models, and pixel-accurate page restorations.

Core Features & Use Cases

  • Theme extraction and merging: derive design tokens from multiple pages and generate a unified theme file.
  • Data model identification: infer data structures from page content and forms to output database json.
  • Page restoration: reconstruct pages from screenshots, themes, and content for accurate previews.
  • MCP supplementation: optionally fetch online resources via sitemap.json projectUrl for updated assets.

Quick Start

Provide the local Axure export folder path to begin theme extraction, data modeling, and page restoration.

Frequently Asked Questions about local-axure-workflow

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

FAQPage Schema
How do I extract design tokens from local Axure exports?

To extract design tokens from local Axure exports, you provide the local export folder path so the tool can analyze sitemap.json and page resources to derive a unified theme file saved to src/themes.

Can I generate a data model from Axure prototype pages?

Yes, you can generate a data model from Axure prototype pages by analyzing page content and forms to infer data structures, outputting a JSON database schema to the assets/database directory.

What is the best way to restore pixel-accurate pages from Axure screenshots?

The best way to restore pixel-accurate pages from Axure screenshots is to reconstruct pages by combining extracted themes and content, producing ready-to-ship prototype files saved to src/prototypes.

Does the Axure page restoration pipeline support Figma and HTML?

Yes, the Axure page restoration pipeline supports Figma and HTML by processing local exports to generate ready-to-ship prototype files that integrate seamlessly into Figma and HTML workflows.

How do I fetch online resources for an Axure project using sitemap.json?

To fetch online resources for an Axure project, the tool optionally uses the projectUrl defined in sitemap.json via MCP supplementation to download updated assets for the page restoration pipeline.

Do I need any dependencies to process local Axure files for theme extraction?

No, you do not need any dependencies to process local Axure files for theme extraction, as the tool strictly validates resource structures internally without requiring external components.