发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
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.
pipe & flow Quick Reference
来自 sickn33/antigravity-awesome-skills 技能
Option Quick Reference
Option = value that might not exist. `Some(value)` or `None`.
Practical Error Handling with fp-ts
This skill teaches you how to handle errors without try/catch spaghetti. No academic jargon - just practical patterns for real problems.