40 results (6.2ms) page 2 / 2
subsy / ralph-tui-skills-ralph-tui-create-beads-rust exact

Convert PRDs to beads for ralph-tui execution using beads-rust (br CLI). Creates an epic with child beads for each user story. Use when you have a PRD and want to use ralph-tui with beads-rust as...

udapy / rust-agentic-skills-rust-core-specialist exact

Implementing idiomatic, safe, and performant Rust code.

actionbook / rust-skills-rust-code-navigator exact

Navigate Rust code using LSP. Triggers on: /navigate, go to definition, find references, where is defined, 跳转定义, 查找引用, 定义在哪, 谁用了这个

actionbook / rust-skills-rust-trait-explorer exact

Explore Rust trait implementations using LSP. Triggers on: /trait-impl, find implementations, who implements, trait 实现, 谁实现了, 实现了哪些trait

actionbook / rust-skills-rust-refactor-helper exact

Safe Rust refactoring with LSP analysis. Triggers on: /refactor, rename symbol, move function, extract, 重构, 重命名, 提取函数, 安全重构

actionbook / rust-skills-rust-call-graph exact

Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, 调用图, 调用关系, 谁调用了, 调用了谁

actionbook / rust-skills-rust-symbol-analyzer exact

Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, 符号分析, 项目结构, 列出所有, 有哪些struct

actionbook / rust-skills-rust-deps-visualizer exact

Visualize Rust project dependencies as ASCII art. Triggers on: /deps-viz, dependency graph, show dependencies, visualize deps, 依赖图, 依赖可视化, 显示依赖

actionbook / rust-skills-m14-mental-model exact

Use when learning Rust concepts. Keywords: mental model, how to think about ownership, understanding borrow checker, visualizing memory layout, analogy, misconception, explaining ownership, why...

nodnarbnitram / claude-code-extensions-tauri-v2 exact

Tauri v2 cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels),...

samhvw8 / dot-claude-mise-expert exact

Mise development environment manager (asdf + direnv + make replacement). Capabilities: tool version management (node, python, go, ruby, rust), environment variables, task runners, project-local...

longbridge / gpui-component-gpui-layout-and-style exact

Layout and styling in GPUI. Use when styling components, layout systems, or CSS-like properties.