发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
File Organization
Proper file and directory structure for maintainable, scalable frontend code in the the application.
Data Fetching Patterns
Modern data fetching using TanStack Query with Suspense boundaries, cache-first strategies, and centralized API services.
Component Patterns
Modern React component architecture for the application emphasizing type safety, lazy loading, and Suspense boundaries.
Complete Examples
Full working examples combining all modern patterns: React.FC, lazy loading, Suspense, useSuspenseQuery, styling, routing, and error handling.
Common Patterns
Frequently used patterns for forms, authentication, DataGrid, dialogs, and other common UI elements.
Dependency Upgrade Strategy Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Code Migration Assistant Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
fp-ts Quick Reference
来自 sickn33/antigravity-awesome-skills 技能
TaskEither Quick Reference
TaskEither = async operation that can fail. Like `Promise<Either<E, A>>`.
Refactoring Imperative Code to fp-ts
This skill provides comprehensive patterns and strategies for migrating existing imperative TypeScript code to fp-ts functional programming patterns.
Functional Programming in React
Practical patterns for React apps. No jargon, just code that works.
Pragmatic Functional Programming
**Read this first.** This guide cuts through the academic jargon and shows you what actually matters. No category theory. No abstract nonsense. Just patterns that make your code better.