skills/smithery.ai/conversation-state-management

conversation-state-management

Installation
SKILL.md

Conversation State Management

Guide for implementing stateless server conversation persistence with Neon PostgreSQL.

What This Skill Does

  • Design conversation and message data models
  • Implement create/load conversation operations
  • Enforce message role ordering (system → user ↔ assistant)
  • Fetch full history for agent context
  • Resume conversations after server restart
  • User-scoped conversation isolation

What This Skill Does NOT Do

  • Implement LLM/AI provider integration
  • Handle authentication (assumes auth exists)
  • Manage token counting or context window truncation
  • Deploy database infrastructure
Installs
1
First Seen
Apr 11, 2026
conversation-state-management from smithery.ai