geeknews-hot

Fetch top GeekNews articles by points and generate TIL documents.

186|25|Updated Oct 9, 2015
One-click install
npx skills add https://github.com/ahastudio/til --skill geeknews-hot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geeknews-hot
Source: https://github.com/ahastudio/til/tree/main/.agent/skills/geeknews-hot
Command: npx skills add https://github.com/ahastudio/til --skill geeknews-hot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of TIL entries from GeekNews articles by selecting popular items and preventing duplicates, saving time and ensuring consistent coverage.

Core Features & Use Cases

  • Select top articles by points from GeekNews and prepare corresponding TILs.
  • Deduplicate: skip articles that already have a TIL to avoid duplicates.
  • Automate writing: generate TIL documents in the standard format for publication.

Quick Start

Run the skill to fetch the top GeekNews articles and generate corresponding TILs, skipping duplicates.

Frequently Asked Questions about geeknews-hot

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

FAQPage Schema
How do I automate TIL generation from top GeekNews articles?

The skill identifies top GeekNews articles by points and generates a TIL for each. It uses WebFetch to retrieve article data, writes TILs in a standard format, and skips articles that already have existing TIL documents.

How does deduplication work when creating TILs from GeekNews articles?

Deduplication works by checking existing TIL documents before processing new GeekNews articles. The skill skips any article that already has a corresponding TIL entry, ensuring consistent coverage without overlapping content.

Can I use WebFetch to select top GeekNews articles by points for publication?

Yes, WebFetch is used to fetch article data from GeekNews. The skill then identifies the top articles by their points and prepares ready-to-publish TILs in a standard format for each selected article.

What is the standard format for writing TILs from GeekNews articles?

TILs from GeekNews articles are written in a standard format with model invocation disabled. This ensures the generated documents are ready-to-publish and maintain a consistent structure across all entries.

Are there limitations when generating TIL entries from GeekNews points?

A key limitation is that only top articles ranked by points are processed, and model invocation is disabled during writing. Additionally, articles that duplicate existing TIL documents are automatically skipped to avoid redundancy.