busirocket-rust-tauri-standards
π―Skillfrom busirocket/agents-skills
Same repository
busirocket/agents-skills(16 items)
Installation
npx vibeindex add busirocket/agents-skills --skill busirocket-rust-tauri-standardsnpx skills add busirocket/agents-skills --skill busirocket-rust-tauri-standards~/.claude/skills/busirocket-rust-tauri-standards/SKILL.mdSKILL.md
More from this repository10
A collection of reusable agent skills for TypeScript/React/Next.js/Rust/Tauri projects with self-discoverable skill indexes, covering core conventions, TypeScript standards, React patterns, Next.js App Router, Tailwind CSS v4, validation, and refactoring workflows.
A collection of reusable agent skills for TypeScript/React/Next.js/Rust/Tauri projects with self-discoverable skill index via llms.txt and XML prompt injection, compatible with multiple AI coding tools.
Enforces strict TypeScript/React refactoring workflow with quality gates, file splitting rules, and mandatory post-refactor checks.
Applies validation strategy using Zod for schemas and guard helpers for runtime checks at application boundaries.
A Rust standards skill enforcing module structure, SQL/prompt separation, and one-thing-per-file discipline for maintainable Rust codebases across libraries, CLIs, and backend services.
Enforces strict Supabase access boundaries by centralizing database interactions in a dedicated service layer, preventing direct external calls.
Generates standardized, thin Next.js route handlers with input validation, proper HTTP status codes, and consistent JSON response patterns.
Enforces strict TypeScript standards for maintainable codebases, focusing on one-thing-per-file, type conventions, and Next.js export exceptions.
A React component and hook structure skill that applies Zustand state management patterns, helps decide client vs server components, and avoids prop drilling.
Enforces Tauri desktop app standards by guiding command creation, invoke handler configuration, and Rust project layout.