Agent skill
chat-api-integration
DEPRECATED - Use chatkit-backend skill instead. Chat API functionality is now part of the chatkit-backend skill.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/chat-api-integration
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?