publish-article

Publish a research article to the Remidi Works static site by generating HTML and updating routing and metadata.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mhimmelfarb/Remidi-Works --skill publish-article
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-article
Source: https://github.com/mhimmelfarb/Remidi-Works/tree/main/.claude/skills/publish-article
Command: npx skills add https://github.com/mhimmelfarb/Remidi-Works --skill publish-article

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the publishing and deployment of finalized research articles to remidiworks.com, eliminating manual steps in the publish workflow.

Core Features & Use Cases

  • Creates a static HTML page for the article in public/research and wires up routing
  • Updates the research index, vercel.json, sitemap.xml, and llms.txt, then commits to trigger deployment
  • Use case: when an article is ready to go live, provide the article content and metadata and issue the publish command to deploy it

Quick Start

Provide the article title, slug, body content, publication date, and meta, then issue the publish request.

Frequently Asked Questions about publish-article

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

FAQPage Schema
How do I publish a static site article to Vercel automatically?

To publish a static site article to Vercel automatically, provide the approved article body, title, slug, and metadata. The system generates the HTML page, updates routing files like vercel.json, commits the changes, and pushes them to trigger Vercel deployment.

What files need updating when adding a new research article to a static site?

When adding a research article to a static site, you need to update the research index, sitemap.xml, vercel.json rewrites, and llms.txt. This ensures proper routing, search engine indexing, and public access to the new content section.

How does deploying a static site update the sitemap and routing configuration?

Deploying a static site updates routing configuration and sitemap.xml by generating the article HTML page in the public research directory and modifying vercel.json rewrites. Committing these updates triggers Vercel deployment for public access.

What metadata is required to generate an HTML page and deploy research content?

To generate an HTML page and deploy research content, you need an approved article body, title, slug, publication date, and meta information. These inputs are used to create the static HTML file and wire up the necessary routing.

Can I automate publishing workflow steps like sitemap updates and Vercel deployment?

Yes, you can automate the publishing workflow steps including sitemap updates and Vercel deployment. Providing the finalized content and metadata triggers automatic HTML generation, routing updates, and a git commit that deploys the changes.

What is the process for wiring up routing for a new static article directory?

Wiring up routing for a new static article directory involves creating an index.html file inside the specific slug folder, adding vercel.json rewrites for the path, and updating the main research index to link the new page.