ai-chat

Installation
SKILL.md

Iron Law: Load this skill before building any chat interface; never hardcode streaming or message formats without verifying against the skill's patterns.

AI Chat Interface Skill

Tech Stack: Angular 21.x (signals, daisyUI, TailwindCSS) | Flutter 3.41.x (Riverpod, Dart 3.10.9)

When to Activate

Load this skill when the task involves any of:

  • Streaming LLM response rendering (SSE / chunked HTTP)
  • Chat message list with assistant/user bubbles
  • Token context window indicators
  • Regenerate / stop generation controls
  • Thumbs up/down feedback collection
  • Multi-modal input (file/image attachment in a chat box)
  • AI-specific error states (refusal, rate limit, context exceeded)
  • Tool call visualization in the message thread

Pre-Code Checklist

Installs
3
GitHub Stars
34
First Seen
May 21, 2026
ai-chat — kumaran-is/claude-code-onboarding