better-chatbot-patterns
仓库创建 2025年11月8日最近提交 29 天前SkillHot 收录 22 天前
▸ 精选理由
为自建或定制化聊天机器人提供成熟架构与校验模式,降低重复开发
这个 Skill 做什么
抽取 better-chatbot 项目中的可复用聊天机器人实现模式与工具抽象
把 better-chatbot 项目里的可复用实现抽成模式库,方便在自建聊天机器人时复用验证器、工具抽象、多 AI 提供商接入、FormData 解析与工作流错误处理等通用组件。适合把 demo/原型级代码工程化、提升稳定性和可维护性的团队,减少重复造轮子。
▸ 展开 SKILL.md 英文原文
Reusable better-chatbot patterns for custom deployments. Use for server action validators, tool abstraction, multi-AI providers, or encountering auth validation, FormData parsing, workflow execution errors.
180
Stars
28
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/secondsky/claude-skills/main/plugins/better-chatbot-patterns/skills/better-chatbot-patterns/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/secondsky/claude-skills/main/plugins/better-chatbot-patterns/skills/better-chatbot-patterns/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# better-chatbot-patterns **Status**: Production Ready **Last Updated**: 2025-11-21 **Dependencies**: None **Latest Versions**: next@16.0.3, ai@5.0.98, zod@3.24.2, zustand@5.0.8 --- ## Overview This skill extracts reusable patterns from the better-chatbot project for use in custom AI chatbot implementations. Unlike the `better-chatbot` skill (which teaches project conventions), this skill provides **portable templates** you can adapt to any project. **Patterns included**: 1. Server action validators (auth, validation, FormData) 2. Tool abstraction system (multi-type tool handling) 3. Multi-AI provider setup 4. Workflow execution patterns 5. State management conventions --- ## Pattern
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有