rust▌
36 indexed skills · max 10 per page
rust-deps-visualizer
zhanghandong/rust-skills · Backend
ASCII art visualization of Rust project dependency trees with optional feature flag display. \n \n Generates tree-format dependency graphs with configurable depth (default: 3 levels) and optional feature flag annotations \n Supports visual enhancements including dependency categorization (runtime, serialization, development) and optional size visualization in megabytes \n Parses cargo metadata and cargo tree output to extract and format dependencies with standard box-drawing characters \n Trigge
rust-skill-creator
zhanghandong/rust-skills · Backend
Dynamically generate skills for Rust crates and standard library documentation. \n \n Supports both agent mode (via /create-llms-for-skills and /create-skills-via-llms commands) and inline mode for skills-only installations \n Handles third-party crates (tokio, serde, axum) and Rust std library modules with automatic URL construction \n Generates SKILL.md files with overview, key types, common patterns, and reference documentation organized by module \n Includes URL templates and helpers for con
reverse-engineering-rust-malware
mukul975/Anthropic-Cybersecurity-Skills · reverse-engineering-rust-malware
Reverse engineer Rust-compiled malware using IDA Pro and Ghidra with techniques for handling non-null-terminated strings, crate dependency extraction, and Rust-specific control flow analysis.
gtars
K-Dense Inc./gtars · data
High-performance toolkit for genomic interval analysis in Rust with Python bindings.
rust-learner
zhanghandong/rust-skills · Backend
Fetch Rust versions, crate information, and API documentation from authoritative sources. \n \n Supports queries about Rust release features, crate versions, and standard library documentation via dedicated agent routing \n Operates in two modes: agent-based (when agent files available) for background task execution, or inline mode using actionbook selectors and browser automation \n Covers crate info from lib.rs and crates.io, Rust changelogs from releases.rs, std library docs from doc.rust-lan
rust-call-graph
zhanghandong/rust-skills · Backend
Visualize Rust function call graphs with configurable depth and direction using LSP. \n \n Supports three query directions: incoming calls (who calls this), outgoing calls (what this calls), and bidirectional analysis \n Configurable traversal depth (default 3 levels) to control graph scope and complexity \n Generates ASCII tree visualizations with entry points, leaf functions, and hot path analysis \n Includes complexity insights and potential issues flagging (high fan-out, multiple callers) \n
ralph-tui-create-beads-rust
subsy/ralph-tui · Frontend
Convert PRDs to executable beads for ralph-tui using beads-rust CLI. \n \n Extracts quality gates from PRD and appends them to every story's acceptance criteria \n Creates an epic with right-sized child beads (one story per bead, completable in a single agent iteration) \n Establishes dependencies between beads using br dep add to enforce execution order (schema → backend → UI) \n Outputs br create and br dep add commands with safe HEREDOC syntax for special characters \n Syncs beads to .beads/
rust-skills
leonardomso/rust-skills · Backend
179 Rust coding rules across 14 categories, prioritized by impact for writing idiomatic, optimized, and maintainable code. \n \n Covers critical foundations: ownership and borrowing, error handling, memory optimization, and API design with detailed rules and examples \n Includes high-priority async/await patterns, compiler optimization techniques, and performance tuning strategies for production systems \n Provides medium-priority guidance on naming conventions, type safety, testing, documentati
rust-code-navigator
zhanghandong/rust-skills · Backend
Navigate Rust code using Language Server Protocol for definitions, references, and symbol information. \n \n Supports three core LSP operations: go to definition, find references, and hover information for type/documentation lookup \n Handles workspace symbol search with disambiguation when multiple results exist, plus file-specific navigation with line numbers \n Includes error handling for missing rust-analyzer, typos, and generics/macros that produce multiple definitions \n Output formatted a
rust-daily
actionbook/rust-skills · Backend
Version: 2.1.0 | Last Updated: 2025-01-27