← all publishers

busirocket

@busirocket source repo

10 published skills

  1. Busirocket Rust · busirocket bundle
    Enforces Rust language and module standards for maintainable codebases. Use when writing Rust code, structuring modules, separating SQL/prompts from code, and enforcing one-thing-per-file discipline.
    0
    installs
  2. Busirocket React · busirocket bundle
    Applies React component and hook structure rules plus Zustand state management. Use when writing or refactoring React components, extracting hooks, deciding client vs server components, implementing global state (Zustand), modals, or avoiding prop drilling.
    0
    installs
  3. Busirocket Tauri · busirocket bundle
    Applies Tauri-specific standards for desktop apps. Use when creating Tauri commands, configuring invoke handler and permissions, and applying Rust layout under src-tauri.
    0
    installs
  4. Busirocket Nextjs · busirocket bundle
    Applies Next.js App Router route handler patterns. Use when creating or refactoring route.ts files, implementing API endpoints, validating request inputs, and returning standardized JSON responses with proper status codes.
    0
    installs
  5. Busirocket Supabase · busirocket bundle
    Enforces Supabase access patterns and service boundaries. Use only when working with Supabase projects. Centralizes Supabase in a dedicated layer and forbids calling Supabase from outside that boundary.
    0
    installs
  6. Busirocket Validation · busirocket bundle
    Applies validation strategy using Zod for schemas and guard helpers for runtime checks. Use when validating API responses, request inputs, or external data at boundaries.
    0
    installs
  7. Busirocket Tailwindcss V4 · busirocket bundle
    Applies Tailwind CSS v4 setup and styling strategy. Use when configuring Tailwind v4, writing component styles, deciding between utility classes and custom CSS, and avoiding style drift.
    0
    installs
  8. Busirocket Core Conventions · busirocket bundle
    Applies general engineering conventions optimized for AI agents. Use when creating or refactoring codebases and you need strict file discipline, clear module boundaries, naming/layout rules, and anti-pattern avoidance.
    0
    installs
  9. Busirocket Refactor Workflow · busirocket bundle
    Enforces strict refactoring workflow for TypeScript/React codebases. Use when refactoring files with multiple exports, splitting components/hooks/utils, moving inline types to types/, and enforcing post-refactor quality gates.
    0
    installs
  10. Busirocket Typescript Standards · busirocket bundle
    Enforces TypeScript standards for maintainable codebases. Use when creating or refactoring TS/TSX to enforce one-thing-per-file, type conventions, and Next.js special-file export exceptions.
    0
    installs