chat-api-integration
2
总安装量
2
周安装量
#64812
全站排名
安装命令
npx skills add https://github.com/maneeshanif/todo-spec-driven --skill chat-api-integration
Agent 安装分布
opencode
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
Skill 文档
Chat API Integration (DEPRECATED)
This skill has been deprecated and consolidated into
chatkit-backend.Please use the
chatkit-backendskill instead for all chat API implementation.
Migration
Use the consolidated skill:
.claude/skills/chatkit-backend/SKILL.md
The chatkit-backend skill includes:
- Complete
/chatkitSSE endpoint for ChatKit frontend - 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