prototype-update

Scan prototype directories and regenerate index.html launcher pages.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/aminianp/skills --skill prototype-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prototype-update
Source: https://github.com/aminianp/skills/tree/main/skills/prototype-update
Command: npx skills add https://github.com/aminianp/skills --skill prototype-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of scanning prototype artifact directories and updating the launcher page to reflect current files, eliminating manual resynchronization efforts.

Core Features & Use Cases

  • Artifact Directory Scanning: Detects existing HTML artifacts in specified subdirectories under prototype/.
  • Launcher Regeneration: Rewrites index.html to include links and sections based on the current directory contents.
  • Use Case: When new wireframes or prototypes are added or renamed, regenerate the launcher to ensure it displays accurate links, streamlining the review process.

Quick Start

Use the prototype-update skill to automatically refresh the launcher's file list after updating your prototype assets.

Frequently Asked Questions about prototype-update

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

FAQPage Schema
How do I automatically update an HTML launcher page when prototype files change?

To update an HTML launcher page automatically, this Skill rescans prototype directories for artifacts and regenerates index.html to reflect current files. It eliminates manual resynchronization by detecting existing HTML artifacts in specified subdirectories and rewriting the launcher page accordingly.

Do I need Python 3 to regenerate the prototype launcher index file?

Yes, Python 3 is required to regenerate the prototype launcher index file. The Skill depends on the regenerate.py script, which reads directory contents and produces a synchronized index.html using Python 3.

What's the best way to keep a project overview launcher current for design and development teams?

The best way to keep a project overview launcher current is to automate directory scanning and launcher regeneration. This Skill detects artifacts in prototype subdirectories and rewrites index.html to include accurate links, streamlining the review process for design and development teams.

Why does my prototype launcher still show outdated links after adding new wireframes?

Your prototype launcher shows outdated links because index.html has not been regenerated. Run this Skill to rescan the prototype directories and rewrite the launcher page with current links and sections based on the new directory contents.

Can I use this prototype update tool to scan subdirectories outside the prototype folder?

No, this prototype update tool scans for HTML artifacts in specified subdirectories under the prototype folder. It reads directory contents within this scope and produces a synchronized index.html for that specific project structure.