·chatkit-python

Build custom chat API backends for OpenAI ChatKit frontend using FastAPI. Covers chat endpoint implementation, SSE streaming, conversation persistence, and integration with OpenAI Agents SDK + Gemini via LiteLLM.

10Installs·0Trend·@naimalarain13

Installation

$npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill chatkit-python

SKILL.md

Build custom chat API backends that work with OpenAI ChatKit frontend.

| Chat Endpoint | reference/chat-endpoint.md | | SSE Streaming | reference/sse-streaming.md | | Conversation Persistence | reference/conversation-persistence.md |

| templates/chatrouter.py | FastAPI chat endpoint router | | templates/models.py | Database models for conversations |

Build custom chat API backends for OpenAI ChatKit frontend using FastAPI. Covers chat endpoint implementation, SSE streaming, conversation persistence, and integration with OpenAI Agents SDK + Gemini via LiteLLM. Source: naimalarain13/hackathon-ii_the-evolution-of-todo.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill chatkit-python
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is chatkit-python?

Build custom chat API backends for OpenAI ChatKit frontend using FastAPI. Covers chat endpoint implementation, SSE streaming, conversation persistence, and integration with OpenAI Agents SDK + Gemini via LiteLLM. Source: naimalarain13/hackathon-ii_the-evolution-of-todo.

How do I install chatkit-python?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill chatkit-python Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo