better-chatbot-patterns
Installation
SKILL.md
better-chatbot-patterns
Status: Production Ready Last Updated: 2025-10-29 Dependencies: None Latest Versions: next@15.3.2, ai@5.0.82, zod@3.24.2, zustand@5.0.3
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:
- Server action validators (auth, validation, FormData)
- Tool abstraction system (multi-type tool handling)
- Multi-AI provider setup
- Workflow execution patterns
- State management conventions