🎯

busirocket-tailwindcss-v4

🎯Skill

from busirocket/agents-skills

VibeIndex|
What it does
|

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.

πŸ“¦

Same repository

busirocket/agents-skills(16 items)

busirocket-tailwindcss-v4

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add busirocket/agents-skills --skill busirocket-tailwindcss-v4
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add busirocket/agents-skills --skill busirocket-tailwindcss-v4
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/busirocket-tailwindcss-v4/SKILL.md

SKILL.md

51Installs
-
Last UpdatedJan 29, 2026

More from this repository10

🎯
busirocket-core-conventions🎯Skill

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.

🎯
busirocket-refactor-workflow🎯Skill

Enforces strict TypeScript/React refactoring workflow with quality gates, file splitting rules, and mandatory post-refactor checks.

🎯
busirocket-validation🎯Skill

Applies validation strategy using Zod for schemas and guard helpers for runtime checks at application boundaries.

🎯
busirocket-supabase🎯Skill

Enforces strict Supabase access boundaries by centralizing database interactions in a dedicated service layer, preventing direct external calls.

🎯
busirocket-rust🎯Skill

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.

🎯
busirocket-nextjs🎯Skill

Generates standardized, thin Next.js route handlers with input validation, proper HTTP status codes, and consistent JSON response patterns.

🎯
busirocket-react🎯Skill

A React component and hook structure skill that applies Zustand state management patterns, helps decide client vs server components, and avoids prop drilling.

🎯
busirocket-typescript-standards🎯Skill

Enforces strict TypeScript standards for maintainable codebases, focusing on one-thing-per-file, type conventions, and Next.js export exceptions.

🎯
busirocket-tauri🎯Skill

Enforces Tauri desktop app standards by guiding command creation, invoke handler configuration, and Rust project layout.

🎯
busirocket-nextjs-route-handlers🎯Skill

Skill