cs-chatbot-design

Installation
SKILL.md

Chatbot Design

Framework

IRON LAW: Intent First, Response Second

A chatbot must UNDERSTAND what the user wants (intent) before crafting
a response. Building response templates without intent classification
produces a keyword-matching FAQ, not a chatbot.

Flow: User message → Intent classification → Slot extraction → Response

Core NLU Pipeline

Installs
32
GitHub Stars
223
First Seen
Apr 10, 2026
cs-chatbot-design — asgard-ai-platform/skills