home / skills / busirocket / agents-skills

busirocket/agents-skills

A collection of reusable Agent Skills for TypeScript/React/Next.js/Rust/Tauri projects. These skills follow the Agent Skills format and are compatible with Cursor, Claude Code, Codex, GitHub Copilot, Gemini CLI, and other Agent Skills-compatible tools.

16 skills
GitHub

Sponsored

busirocket-nextjs-route-handlers

busirocket/agents-skills

This skill helps you craft thin Next.js route handlers that validate inputs, call services, and return standardized JSON responses.
busirocket-supabase-boundaries

busirocket/agents-skills

This skill helps enforce strict Supabase boundaries by centralizing access in services and avoiding direct calls from components.
busirocket-nextjs

busirocket/agents-skills

This skill helps you design thin, validated Next.js App Router route handlers with standardized JSON responses and proper status codes.
busirocket-refactor-workflow

busirocket/agents-skills

This skill guides strict refactoring of TS/React code, ensuring one export per file and mandatory post-refactor checks to elevate quality.
busirocket-typescript-react-standards

busirocket/agents-skills

This skill enforces TypeScript and React standards for maintainable TS/TSX code, promoting one-export-per-file and strict typing across Next.js projects.
busirocket-react-components-and-hooks

busirocket/agents-skills

This skill enforces a strict React structure with one component per file and one hook per hook file to improve maintainability and reuse.
busirocket-rust-tauri-standards

busirocket/agents-skills

This skill enforces Rust and Tauri coding standards for maintainable desktop apps, promoting one-thing-per-file, strict SQL/prompt separation, and proper
busirocket-react-state-management-zustand

busirocket/agents-skills

This skill provides opinionated Zustand patterns for React state management, enabling modular stores, selectors, and modal visibility control.
busirocket-core-conventions

busirocket/agents-skills

This skill enforces scalable, well-structured codebases by applying strict file discipline, boundaries, and naming conventions for TypeScript/React/Next.js and
busirocket-react

busirocket/agents-skills

This skill guides you in structuring React components, hooks, and Zustand state for scalable, maintainable code.
busirocket-rust

busirocket/agents-skills

This skill enforces Rust project standards for modular structure, SQL and prompt separation, and one-thing-per-file discipline to improve maintainability.
busirocket-supabase

busirocket/agents-skills

This skill enforces centralized Supabase access and boundary rules to prevent direct calls from components, hooks, or utils.
busirocket-tauri

busirocket/agents-skills

This skill standardizes Tauri desktop app setup, guiding command creation, invoke handler registration, and structured Rust and SQL layouts for maintainability.
busirocket-tailwindcss-v4

busirocket/agents-skills

This skill guides Tailwind CSS v4 setup and styling decisions to prevent drift, maximize utilities, and keep global tokens consistent.
busirocket-typescript-standards

busirocket/agents-skills

This skill enforces TypeScript/React standards for maintainable code, guiding one export per file, typed shapes, and Next.js special-file practices.
busirocket-validation

busirocket/agents-skills

This skill enforces consistent input and API data validation using Zod schemas and guard helpers, ensuring safe boundary checks.