Claude-skill-registry chat-api-integration
DEPRECATED - Use chatkit-backend skill instead. Chat API functionality is now part of the chatkit-backend skill.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/chat-api-integration" ~/.claude/skills/majiayu000-claude-skill-registry-chat-api-integration && rm -rf "$T"
manifest:
skills/data/chat-api-integration/SKILL.mdsource content
Chat API Integration (DEPRECATED)
This skill has been deprecated and consolidated into
.chatkit-backendPlease use the
skill instead for all chat API implementation.chatkit-backend
Migration
Use the consolidated skill:
.claude/skills/chatkit-backend/SKILL.md
The
chatkit-backend skill includes:
- Complete
SSE endpoint for ChatKit frontend/chatkit - Conversation and Message models with SQLModel
- Get or create conversation logic
- Load conversation history for agent context
- Store user messages and assistant responses
- ChatKit-compatible SSE streaming format
- Agent execution and tool call handling
- Conversation CRUD endpoints
- Comprehensive examples
See Also
- chatkit-backend - USE THIS INSTEAD
- chatkit-frontend - Frontend ChatKit setup