actionbook

rust-daily

596
55
# Install this skill:
npx skills add actionbook/rust-skills --skill "rust-daily"

Install specific skill from multi-skill repository

# Description

|

# SKILL.md


name: rust-daily
description: |
CRITICAL: Use for Rust news and daily/weekly/monthly reports. Triggers on:
rust news, rust daily, rust weekly, TWIR, rust blog,
Rust ζ—₯ζŠ₯, Rust 周ζŠ₯, Rust ζ–°ι—», Rust εŠ¨ζ€
argument-hint: "[today|week|month]"
context: fork
agent: Explore


Rust Daily Report

Fetch Rust community updates, filtered by time range.

Data Sources

Category Sources
Ecosystem Reddit r/rust, This Week in Rust
Official blog.rust-lang.org, Inside Rust
Foundation rustfoundation.org (news, blog, events)

Parameters

  • time_range: day | week | month (default: week)
  • category: all | ecosystem | official | foundation

Execution

Read agent file then launch Task:

1. Read: ../../agents/rust-daily-reporter.md
2. Task(subagent_type: "general-purpose", run_in_background: false, prompt: <agent content>)

Output Format

# Rust {Weekly|Daily|Monthly} Report

**Time Range:** {start} - {end}

## Ecosystem
| Score | Title | Link |

## Official
| Date | Title | Summary |

## Foundation
| Date | Title | Summary |

Validation

  • Each source should have at least 1 result, otherwise mark "No updates"
  • On fetch failure, retry with alternative tool

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.