communication-context

Reconstruct SQLite-backed communication context before composing replies.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/metric-space-ai/ctox --skill communication-context
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: communication-context
Source: https://github.com/metric-space-ai/ctox/tree/main/skills/system/communication/communication-context
Command: npx skills add https://github.com/metric-space-ai/ctox --skill communication-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when CTOX must reconstruct the relevant communication state before replying on email, Jami, or TUI, especially when approvals, blockers, prior promises, or cross-channel context may change the answer.

Core Features & Use Cases

  • Structured reconstruction of thread history and cross-channel context.
  • Validate that approvals, blockers, and promised follow-ups are current before replying.
  • Apply the reconstructed context to generate accurate, consistent responses across channels.

Quick Start

Reconstruct the current thread context using the channel context tool before drafting a reply.

Frequently Asked Questions about communication-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reconstruct communication context before replying across multiple channels?▼

To reconstruct communication context, use the channel context tool to assemble durable thread history from SQLite-backed state, validating approvals and blockers before drafting a cross-channel reply.

What is cross-channel context reconstruction for email and messaging threads?▼

Cross-channel context reconstruction is the process of identifying and restoring relevant communication state across platforms like email and Jami, ensuring prior promises and blockers are validated before generating a reply.

How do I validate prior approvals and blockers before sending a reply?▼

You validate approvals and blockers by applying the reconstructed thread context from durable SQLite state, surfacing only high-confidence information to ensure your reply accounts for current communication status.

Can I use thread history to generate consistent responses across email and Jami?▼

Yes, you can use structured thread history to generate consistent responses across email, Jami, or TUI by applying the reconstructed communication state to account for cross-channel context before replying.

When do I need to restore communication state before composing a reply?▼

You need to restore communication state when approvals, blockers, prior promises, or cross-channel context may change the answer, ensuring replies remain accurate and consistent across all channels.

Does context reconstruction require a SQLite-backed communication state?▼

Yes, context reconstruction relies on durable SQLite-backed communication state to assemble and validate the thread history, ensuring only high-confidence information is surfaced for final answers.