Learn-skills.dev rust-daily
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/actionbook/rust-skills/rust-daily" ~/.claude/skills/neversight-learn-skills-dev-rust-daily && rm -rf "$T"
manifest:
data/skills-md/actionbook/rust-skills/rust-daily/SKILL.mdsource content
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
: day | week | month (default: week)time_range
: all | ecosystem | official | foundationcategory
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