fellipeutaka/leon

🤖 A curated collection of Agent Skills for AI coding agents

This repository also configures its own agents. See what leon tells them →

5Stars on the repository
76Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

solid

49

fellipeutaka/leon

Skill Codex

Apply SOLID principles to write flexible, maintainable, and testable code. Use when designing classes, interfaces, and module boundaries. Covers Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion with practical TypeScript examples and detection heuristics.

not rated 5 7d ago A 65 tokens original MIT

swiftui-ui-patterns

50

fellipeutaka/leon

Skill Codex

Best practices and example-driven guidance for building SwiftUI views and components, including navigation hierarchies, custom view modifiers, and responsive layouts with stacks and grids. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens with VStack/HStack…

not rated 5 7d ago A 84 tokens copy · 100% MIT

tanstack-ai

51

fellipeutaka/leon

Skill Codex

Build AI-powered chat applications with TanStack AI and React. Use when working with @tanstack/ai, @tanstack/ai-react, @tanstack/ai-client, or any TanStack AI packages. Covers useChat hook, streaming, tools (server/client/hybrid), tool approval, structured outputs, multimodal content, adapters (OpenAI, Anthropic…

not rated 5 7d ago A 122 tokens original MIT

tanstack-db

52

fellipeutaka/leon

Skill Codex

Comprehensive React-focused guide for TanStack DB and community integrations (Dexie.js, PGLite). Use when writing or debugging code that uses @tanstack/react-db for live queries, optimistic mutations, or local-first synchronization.

not rated 5 7d ago A 50 tokens original MIT

tanstack-form

53

fellipeutaka/leon

Skill Codex

TanStack Form best practices for type-safe form management, validation, field composition, and submission handling in React. Use when building forms with complex validation, integrating schema libraries (Zod/Valibot/ArkType), composing reusable form components, managing array/dynamic fields, or integrating with…

not rated 5 7d ago A 76 tokens original MIT

tanstack-hotkeys

54

fellipeutaka/leon

Skill Codex

Guide for implementing keyboard shortcuts in React using @tanstack/react-hotkeys. Use when building hotkey/shortcut features, registering keyboard shortcuts, handling key sequences, recording custom shortcuts, tracking held keys, or formatting hotkeys for display in React applications.

not rated 5 7d ago A 55 tokens original MIT

tanstack-pacer

55

fellipeutaka/leon

Skill Codex

TanStack Pacer best practices for execution control in React — debouncing, throttling, rate limiting, queuing, and batching. Use when implementing search inputs, scroll handlers, API rate limits, task queues, bulk operations, or any scenario requiring controlled execution timing with reactive state.

not rated 5 7d ago A 62 tokens original MIT

tanstack-query

56

fellipeutaka/leon

Skill Codex

TanStack Query (React Query) v5 best practices for data fetching, caching, mutations, and server state management. Use when building data-driven React applications, setting up query configurations, implementing mutations/optimistic updates, configuring caching strategies, integrating with SSR, or fixing v4→v5…

not rated 5 7d ago A 67 tokens original MIT

fellipeutaka/leon

Skill Codex

Implement global state management in React apps using TanStack Store (@tanstack/react-store). Use when creating stores, derived state, subscriptions, batched updates, or integrating TanStack Store with React components via the useStore hook. Covers createStore, useStore, shallow comparison, batch, derived stores…

not rated 5 7d ago A 71 tokens original MIT

tanstack-router

58

fellipeutaka/leon

Skill Codex

TanStack Router best practices for type-safe routing, file-based routing, data loading, search params, and navigation in React. Use when building React SPAs with complex routing, implementing type-safe search params, setting up route loaders, integrating with TanStack Query, or configuring code splitting and…

not rated 5 7d ago A 65 tokens original MIT

tanstack-start

59

fellipeutaka/leon

Skill Codex

TanStack Start full-stack React framework best practices for server functions, middleware, SSR/streaming, SEO, authentication, and deployment. Use when building full-stack React apps with TanStack Start, implementing server functions, configuring SSR/streaming, managing SEO and head tags, setting up authentication…

not rated 5 7d ago A 77 tokens original MIT

tanstack-table

60

fellipeutaka/leon

Skill Codex

TanStack Table best practices for building headless, type-safe data tables in React with sorting, filtering, pagination, row selection, and column management. Use when building data grids, implementing client-side or server-side table features, defining column structures, managing table state, or optimizing table…

not rated 5 7d ago A 64 tokens original MIT

tanstack-virtual

61

fellipeutaka/leon

Skill Codex

TanStack Virtual headless virtualization for React. Use when rendering large lists (100+ items), implementing virtual scroll, building infinite scroll feeds, virtualizing grids or tables, using window-level scrolling, or implementing masonry/lane layouts with @tanstack/react-virtual. Triggers on: useVirtualizer…

not rated 5 7d ago A 80 tokens original MIT

tauri

62

fellipeutaka/leon

Skill Codex

Tauri v2 development: build cross-platform desktop/mobile apps with Rust backends and web frontends. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels), managing state, configuring permissions/capabilities, troubleshooting build…

not rated 5 7d ago A 86 tokens original MIT

tdd

63

fellipeutaka/leon

Skill Codex

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

not rated 5 7d ago A 33 tokens copy · 100% MIT

to-tickets

64

fellipeutaka/leon

Skill Claude CodeCodex

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.

not rated 5 7d ago A 54 tokens copy · 86% MIT

turborepo

65

fellipeutaka/leon

Skill Codex needs its repo

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines…

not rated 5 7d ago A 111 tokens copy · 94% MIT

ui-ux-pro-max

66

fellipeutaka/leon

Skill Codex needs its repo

UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design…

not rated 5 7d ago B 238 tokens copy · 100% MIT

wcag-audit-patterns

67

fellipeutaka/leon

Skill Codex

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

not rated 5 7d ago A 45 tokens original MIT

fellipeutaka/leon

Skill Codex

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

not rated 5 7d ago A 44 tokens copy · 100% MIT

zod

69

fellipeutaka/leon

Skill Codex

Zod 4 — TypeScript-first schema validation with static type inference. Use when writing Zod schemas, validating data, defining types with Zod, parsing input, creating form validation schemas, defining API request/response schemas, working with z.object, z.string, z.number, z.enum, z.array, z.union…

not rated 5 7d ago A 185 tokens original MIT

zustand

70

fellipeutaka/leon

Skill Codex

Implement global state management for React/TypeScript applications. Use when creating, modifying, or debugging Zustand stores, implementing state management patterns (slices, persist, devtools, immer), setting up Zustand with Next.js/SSR, writing tests for Zustand stores, or working with TypeScript typing for Zustand…

not rated 5 7d ago A 75 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: