Skills by cacr92
-
api-design
MIT· ★ 4 · updated 2026-01-30 — api-design guides you through building robust command interfaces for Tauri applications using type-safe data structures and proven patterns. It covers DTO design, validation at…
-
deepseek-integration
MIT· ★ 4 · updated 2026-01-30 — DeepSeek Integration provides expert guidance for connecting to DeepSeek's chat API using reqwest with optimized connection pooling, Bearer token authentication, and configurable…
-
ipc-communication
MIT· ★ 4 · updated 2026-01-30 — ipc-communication provides expert guidance for setting up inter-process messaging between a Rust Orchestrator and Platform Agents using line-delimited JSON over stdin/stdout. It…
-
react-typescript-development
MIT· ★ 4 · updated 2026-01-30 — Master React 19 and TypeScript 5 component development with production-ready patterns for Ant Design, TanStack Query state management, and Tauri desktop apps. Learn Hooks best…
-
refactoring
MIT· ★ 4 · updated 2026-01-30 — This skill offers structured refactoring strategies to enhance code quality and maintainability. It covers method extraction, eliminating duplication, reducing complexity,…
-
tauri-development
MIT· ★ 4 · updated 2026-01-30 — This skill equips you with patterns for Tauri 2.0 desktop development, covering command definition with specta type generation, Rust-React integration, and proper error handling.…
-
Tdd Workflow
MIT· ★ 4 · updated 2026-01-30 — Tdd Workflow guides developers through test-first development using the red-green-refactor pattern: write failing tests, implement minimal code to pass, then refactor while…