Update Gallery

Extract and format articles, logs, and site data for GitHub Pages publishing.

17|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/aaronjmars/miroshark-aeon --skill update-gallery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Update Gallery
Source: https://github.com/aaronjmars/miroshark-aeon/tree/main/skills/update-gallery
Command: npx skills add https://github.com/aaronjmars/miroshark-aeon --skill update-gallery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of syncing articles, activity logs, and memory data to a static GitHub Pages site, simplifying content management.

Core Features & Use Cases

  • Content Synchronization: Converts and updates articles and site data into formatted posts and data files.
  • Batch Processing: Processes multiple articles based on filename patterns and updates the site's content repository.
  • Use Case: Imagine maintaining a technical blog with frequent updates; this Skill ensures new writings and logs are automatically published without manual copying.

Quick Start

Run the update gallery process to parse recent articles and publish them to the GitHub Pages site.

Frequently Asked Questions about Update Gallery

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

FAQPage Schema
How do I automate publishing articles to a GitHub Pages static site?

Automating GitHub Pages publishing is handled by batch processing article files, parsing dates and titles, generating frontmatter, and committing formatted posts directly to your site's content repository.

Can I batch process markdown files to update static site content on GitHub?

Yes, batch processing article files based on filename patterns allows you to update static site content on GitHub by automatically categorizing and formatting multiple articles into data files.

What's the best way to sync activity logs to a static site without manual copying?

Syncing activity logs without manual copying is achieved by running scripts that extract, format, and push log data to your static site repository, ensuring continuous content updating.

Do I need bash and git to automate content updates for GitHub Pages?

Yes, bash and git are required dependencies to execute the automation scripts and push the extracted, formatted article and log data to your GitHub Pages repository.

Does the Update Gallery Skill generate frontmatter for batch processed articles?

Yes, Update Gallery generates frontmatter for batch processed articles by parsing filenames to extract dates and titles, categorizing the content, and formatting it for static site publication.