发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
gRPC Golang Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Godot GDScript Patterns Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Go Concurrency Patterns Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Pull Request Enhancement Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
GDPR Data Handling Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
Style Presets Reference
Curated visual styles for Frontend Slides. Each preset is inspired by real design references — no generic "AI slop" aesthetics. **Abstract shapes only — no illustrations.**
TypeScript Standards
TypeScript best practices for type safety and maintainability in React frontend code.
File Organization
Proper file and directory structure for maintainable, scalable frontend code in the the application.
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.
TaskEither Quick Reference
TaskEither = async operation that can fail. Like `Promise<Either<E, A>>`.
Either Quick Reference
Either = success or failure. `Right(value)` or `Left(error)`.