🎯

rust-daily

🎯Skill

from actionbook/rust-skills

VibeIndex|
What it does

Retrieves and aggregates Rust community updates from multiple sources, providing daily, weekly, or monthly reports across ecosystem, official, and foundation channels.

📦

Part of

actionbook/rust-skills(35 items)

rust-daily

Installation

Quick InstallInstall with npx
npx skills add ZhangHanDong/rust-skills
CargoRun with Cargo (Rust)
cargo install cowork
git cloneClone repository
git clone https://github.com/ZhangHanDong/rust-skills.git
Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add ZhangHanDong/rust-skills
📖 Extracted from docs: actionbook/rust-skills
14Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

|

Overview

# 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: )

```

Output Format

```markdown

# 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

More from this repository10

🏪
actionbook-rust-skills🏪Marketplace

Comprehensive Rust development assistant with meta-question routing, coding guidelines, version queries, and ecosystem support

🎯
coding-guidelines🎯Skill

Provides comprehensive Rust coding guidelines covering naming conventions, best practices, error handling, memory management, concurrency, and code style recommendations.

🎯
rust-refactor-helper🎯Skill

Performs safe Rust refactoring by analyzing symbol references, dependencies, and potential impacts using Language Server Protocol (LSP) operations.

🎯
m09-domain🎯Skill

Guides domain modeling in Rust by helping identify entities, value objects, aggregates, and their ownership patterns with domain-driven design principles.

🎯
m05-type-driven🎯Skill

Enforces compile-time type safety by preventing invalid states through type-level design techniques like newtypes, type states, and phantom types.

🎯
rust-learner🎯Skill

Retrieves and provides comprehensive Rust and crate information, including versions, features, documentation, and changelogs from authoritative sources.

🎯
m02-resource🎯Skill

Guides developers in selecting the right smart pointer and resource management strategy based on ownership, thread safety, and design constraints.

🎯
m11-ecosystem🎯Skill

Guides Rust developers in selecting, integrating, and managing ecosystem dependencies with best practices and strategic decision-making.

🎯
rust-trait-explorer🎯Skill

Explores Rust trait implementations, revealing which types implement specific traits and their implementation details using LSP.

🎯
rust-call-graph🎯Skill

Generates and visualizes Rust function call graphs using LSP, revealing function relationships and call hierarchies.