600 results (20.0ms) page 3 / 30
d-o-hub / rust-self-learning-memory-rust-async-testing exact

Comprehensive async/tokio testing patterns for episodic memory operations. Use when writing tests for async functions, time-based operations, concurrent tasks, or tokio runtime management.

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.

longbridge / gpui-component-gpui-focus-handle exact

Focus management and keyboard navigation in GPUI. Use when handling focus, focus handles, or keyboard navigation. Enables keyboard-driven interfaces with proper focus tracking and navigation...

longbridge / gpui-component-gpui-style-guide exact

GPUI Component project style guide based on gpui-component code patterns. Use when writing new components, reviewing code, or ensuring consistency with existing gpui-component implementations....

longbridge / gpui-component-gpui-event exact

Event handling and subscriptions in GPUI. Use when implementing events, observers, or event-driven patterns. Supports custom events, entity observations, and event subscriptions for coordinating...

longbridge / gpui-component-gpui-global exact

Global state management in GPUI. Use when implementing global state, app-wide configuration, or shared resources.

longbridge / gpui-component-gpui-context exact

Context management in GPUI including App, Window, and AsyncApp. Use when working with contexts, entity updates, or window operations. Different context types provide different capabilities for UI...

longbridge / gpui-component-gpui-action exact

Action definitions and keyboard shortcuts in GPUI. Use when implementing actions, keyboard shortcuts, or key bindings.

longbridge / gpui-component-gpui-async exact

Async operations and background tasks in GPUI. Use when working with async, spawn, background tasks, or concurrent operations. Essential for handling async I/O, long-running computations, and...