发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
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.
Either Quick Reference
Either = success or failure. `Right(value)` or `Left(error)`.
Practical Data Transformations
This skill covers the data transformations you do every day: working with arrays, reshaping objects, normalizing API responses, grouping data, and safely accessing nested values. Each section shows the imperative approach first, then the functional equivalent, with honest assessments of when each approach shines.
fp-ts Backend Patterns
Functional programming patterns for building type-safe, testable backend services using fp-ts.
Practical Async Patterns with fp-ts
Stop writing nested try/catch blocks. Stop losing error context. Start building clean async pipelines that handle errors properly.
食物数据库查询技能
**技能名称**: Food Database Query **技能类型**: 数据查询与分析 **创建日期**: 2026-01-06 **版本**: v1.0
fixing-motion-performance
Fix animation performance issues.