contributor-spotlight

Generate a weekly recognition article for a standout fork operator from fork-cohort data.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill contributor-spotlight-swarm-ai-research
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: contributor-spotlight
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/contributor-spotlight
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill contributor-spotlight-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weekly recognition post generation for fork operators by transforming fork-cohort data into a named moment, including operator, fork, stars, and skills.

Core Features & Use Cases

  • Automates selecting a weekly fork operator from the POWER/ACTIVE cohort, filtering out bots and the upstream maintainer.
  • Generates a publication-ready article at articles/contributor-spotlight-<today>.md and updates a lightweight history log.
  • Emits a concise notification payload for distribution channels and supports a dry-run mode.

Quick Start

Execute the contributor-spotlight skill to transform the latest fork-cohort into a published weekly recognition article.

Frequently Asked Questions about contributor-spotlight

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

FAQPage Schema
How do I automate weekly contributor recognition posts for community forks?▼

To automate contributor recognition posts, this skill reads fork-cohort data, filters POWER and ACTIVE buckets, excludes bots and the upstream parent, and generates a shaped article with a 140-180 word paragraph and skills list.

What data is needed to generate a weekly fork operator spotlight?▼

Generating a weekly fork operator spotlight requires memory topics fork-cohort-state.json and contributor-spotlight-history.json. The skill reads these inputs to identify the standout operator and write a named recognition article.

Can I test contributor spotlight generation without sending notifications?▼

Yes, you can test contributor spotlight generation without sending notifications by using var=dry-run. This mode processes the fork-cohort data and writes the recognition article while skipping the notification payload distribution.

Does the weekly recognition article automatically exclude bots and upstream maintainers?▼

Yes, the weekly recognition article automatically excludes bots and the upstream parent maintainer from the candidate pool. It filters the most recent fork-cohort data to only consider POWER and ACTIVE bucket operators.

How does contributor spotlight history tracking work for weekly posts?▼

Contributor spotlight history tracking works by updating a lightweight history log in contributor-spotlight-history.json after writing the article. This ensures past weekly selections are recorded and prevents duplicate recognition of the same fork operator.