add-news

Add news entries with title, url, source, and date to lab YAML files.

3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/hammer/labs --skill add-news
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-news
Source: https://github.com/hammer/labs/tree/main/.agents/skills/add-news
Command: npx skills add https://github.com/hammer/labs --skill add-news

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of recording important lab events by adding a new news item to a lab's YAML-based news feed, ensuring timely and consistent updates.

Core Features & Use Cases

  • News Entry Creation: Create a properly structured news item with title, url, source, and date.
  • YAML Update: Insert the item into data/labs/{slug}.yaml under the news array in reverse chronological order.
  • Non-English Handling: For non-English sources, provide an English summary page and reference the original article.

Quick Start

Add a new news item to the lab's news section using the required fields: title, url, source, and date.

Frequently Asked Questions about add-news

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

FAQPage Schema
How do I add a news article to a lab's YAML data feed?

Adding a news article to a lab's YAML data feed involves inserting a new entry with title, url, source, and date into the data/labs YAML file. The system enforces reverse chronological ordering for all news items in the array.

How does YAML news publication handle non-English articles?

YAML news publication handles non-English articles by supporting an optional English summary. When required, you can provide an English summary page and reference the original non-English article URL within the news entry.

What fields are required to create a news entry in a lab management system?

Creating a news entry in a lab management YAML file requires four specific fields: title, url, source, and date. These fields ensure the news item is properly structured for the data feed and chronological ordering.

Does the lab news feed update process maintain chronological order?

Yes, the lab news feed update process maintains strict reverse chronological order. When a new news item is added to the YAML file, it is automatically positioned within the news array according to its date.

Can I update lab news sections without manual sorting?

You can update lab news sections without manual sorting because the system enforces reverse chronological ordering automatically. It directly updates the lab's YAML file by adding the new entry in the correct sequential position.