skill-article

Generate publish-ready launch articles for skills using run history and embedded SKILL.md content.

714|255|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon --skill skill-article
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-article
Source: https://github.com/aaronjmars/aeon/tree/main/skills/skill-article
Command: npx skills add https://github.com/aaronjmars/aeon --skill skill-article

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing a compelling announcement for a newly shipped skill requires digging through logs, extracting real proof points, and structuring a persuasive narrative — this Skill automates that entire editorial workflow into a repeatable, evidence-grounded process.

Core Features & Use Cases

  • Track-record mining: Scans memory logs, output files, and git history to extract real, countable proof stats for the article headline, falling back to mechanism-based claims when no numbers exist.
  • Structured article generation: Produces a full launch article with headline, thesis, mechanics, war stories, reframe, and the target SKILL.md embedded verbatim in a fenced block.
  • Optional banner generation: With the --banner flag, generates one 16:9 title image via the Higgsfield MCP, with graceful degradation when the service is unavailable.
  • Use Case: After shipping a new security-scanning skill with 31 logged runs, invoke this Skill to produce a publish-ready announcement article with a proof-stat headline and the full skill file embedded for readers to copy.

Quick Start

Write a launch article for the rug-scan skill with a banner image and the brand handle @myproject.

Frequently Asked Questions about skill-article

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

FAQPage Schema
How do I write a launch article for a skill automatically?

Invoke the skill with the target skill's name as the argument, and it mines memory logs, git history, and output files for real proof stats before writing a structured article. The result is saved to output/skill-articles/ with the target SKILL.md embedded verbatim.

What happens if the skill has no run history yet?

The headline falls back to a mechanism-based claim instead of a fabricated statistic, and any illustrative examples are explicitly labeled as scenarios rather than case studies. The article never invents numbers.

Does the banner generation spend credits automatically?

No, banner generation only runs when the --banner flag is passed, and it is capped at one image per run. If Higgsfield is not connected, lacks credits, or fails, the article still completes and the failure is logged.

Can this skill publish the article to a blog or social platform?

No, it only writes the article file and sends a notification with a clickable link. Publishing is left to the operator or a separate posting skill that is explicitly chained.

What happens when no skill name is provided?

It scans the last 14 days of memory logs for the most article-worthy skill, preferring recently shipped skills with verified output. If nothing qualifies, it logs SKILL_ARTICLE_NO_TARGET and exits cleanly without sending a notification.