better-chatbot-patterns
Originally fromjackspace/claudeskillz
Installation
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:
- Server action validators (auth, validation, FormData)
- Tool abstraction system (multi-type tool handling)
- Multi-AI provider setup
- Workflow execution patterns
- State management conventions