doc-to-app

We're experiencing technical difficulties. Please try again later.

Updated Nov 25, 2025
One-click install
npx skills add https://github.com/filimorniga-ux/farmacias-vallenar-suit --skill doc-to-app-filimorniga-ux
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: doc-to-app
Source: https://github.com/filimorniga-ux/farmacias-vallenar-suit/tree/main/.agent/skills/doc-to-app
Command: npx skills add https://github.com/filimorniga-ux/farmacias-vallenar-suit --skill doc-to-app-filimorniga-ux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts static documents (PDFs or pasted text) into ready-to-open, shareable mini web apps so you can present, navigate, and interact with content without manual reformatting or building a web project.

Core Features & Use Cases

  • Automatic structure extraction: detects sections, lists, tables and key points from source documents.
  • Data-first output: generates a structured data.json that drives the UI.
  • Framework-free preview app: builds a responsive index.html with search, filters, section navigation, and utility buttons (copy, mark-as-done, expand/collapse).
  • Non-destructive runs: creates a new timestamped folder per execution (miniapp_<tema>_<YYYYMMDD_HHMM>) and includes a README.txt explaining how to open the preview.
  • Use cases: shareable product catalogs, training guides, checklists, itineraries, or quick stakeholder previews for review and offline viewing.

Quick Start

Convert the PDF 'clinic-guide.pdf' into a mobile-first, searchable mini-app with filters, a table of contents, and a clean readable layout.

Frequently Asked Questions about doc-to-app

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

FAQPage Schema
How do I convert a PDF document into a searchable web app?▼

To convert a PDF document into a searchable web app, you apply the Skill to your source file. It automatically extracts sections and lists, then outputs a timestamped folder containing a framework-free index.html with search filters and a structured data.json file.

Can I create a mobile-first interactive checklist from a text document?▼

Yes, you can create a mobile-first interactive checklist from pasted text. The process detects structured content and generates a responsive web folder with section navigation, expand/collapse features, and mark-as-done utility buttons for immediate review.

What is the best way to share a product catalog as an interactive preview?▼

The best way to share a product catalog as an interactive preview is to convert it into a standalone mini web application. This produces a shareable, framework-free index.html with search and filters, requiring no manual reformatting or web project setup.

Does converting documents into mini web apps overwrite my original files?▼

No, converting documents into mini web apps does not overwrite original files. Each execution creates a new non-destructive timestamped folder containing index.html, data.json, and README.txt, preserving your source documents while generating fresh interactive previews.

How do I extract structured data from a PDF for web navigation?▼

You extract structured data from a PDF for web navigation by processing it through automatic structure extraction. This detects tables and key points, generating a data.json file that directly drives the section navigation, search, and filter UI of the output web app.

Do I need a web framework to preview an interactive itinerary from a document?▼

No, you do not need a web framework to preview an interactive itinerary from a document. The conversion generates a framework-free index.html file that provides a responsive layout with search and navigation capabilities ready for immediate offline viewing.