Claude Code Plugins

Community-maintained marketplace

Feedback

chat-api-integration

@maneeshanif/todo-spec-driven
0
0

DEPRECATED - Use chatkit-backend skill instead. Chat API functionality is now part of the chatkit-backend skill.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name chat-api-integration
description DEPRECATED - Use chatkit-backend skill instead. Chat API functionality is now part of the chatkit-backend skill.
allowed-tools Bash, Write, Read, Edit, Glob
deprecated true

Chat API Integration (DEPRECATED)

This skill has been deprecated and consolidated into chatkit-backend.

Please use the chatkit-backend skill instead for all chat API implementation.

Migration

Use the consolidated skill:

.claude/skills/chatkit-backend/SKILL.md

The chatkit-backend skill includes:

  • Complete /chatkit SSE 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