publish

Publish finished artifacts to GitHub Pages and update homepage links.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/meytalp-dev/ort-training --skill publish-meytalp-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish
Source: https://github.com/meytalp-dev/ort-training/tree/main/.claude/skills/publish
Command: npx skills add https://github.com/meytalp-dev/ort-training --skill publish-meytalp-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of publishing finished artifacts (presentation, reels, infographics, and simulations) to GitHub Pages and keeps all related links up to date, reducing manual publishing effort and potential errors.

Core Features & Use Cases

  • Automates placing artifacts under docs/training/{tool-name}/ with a standardized folder layout.
  • Updates the docs/index.html homepage to surface a new training card with links to the published materials.
  • Supports publication to one or more sites (Training and Lovable) based on target audience and workflow.

Quick Start

Publish the ready artifact to the selected GitHub Pages site and update the homepage links.

Frequently Asked Questions about publish

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

FAQPage Schema
How do I publish training artifacts to GitHub Pages and update homepage links?

To publish training artifacts to GitHub Pages, this skill places finished materials into a standardized docs folder layout and updates the docs/index.html homepage with a new training card containing the correct links automatically.

What is the best way to automate GitHub Pages link updates for new documentation?

Automating GitHub Pages link updates is handled by defining a repeatable Git workflow that pushes artifact changes and verifies the corresponding homepage index updates, ensuring all training material links remain current without manual intervention.

Can I publish simulations and reels to multiple GitHub Pages sites at the same time?

Yes, you can publish simulations and reels to multiple GitHub Pages sites simultaneously, supporting publication to different targets like Training and Lovable sites based on your specific audience and workflow requirements.

How do I structure docs for GitHub Pages training content?

Structuring docs for GitHub Pages training content requires placing finished artifacts under docs/training/{tool-name}/ using a standardized folder layout, which ensures the homepage can properly surface and link to the published materials.

Does this GitHub Pages publishing workflow require manual Git commands?

This GitHub Pages publishing workflow minimizes manual Git commands by applying a documented, repeatable process to publish, verify, and push changes, streamlining the distribution of training content and artifact updates.