context-share

Summarize conversational context and send it to another chat session via the OpenCode server API.

33|5|Updated Aug 12, 2013
One-click install
npx skills add https://github.com/evanpurkhiser/dots-personal --skill context-share
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-share
Source: https://github.com/evanpurkhiser/dots-personal/tree/main/machines/server/opencode/skills/context-share
Command: npx skills add https://github.com/evanpurkhiser/dots-personal --skill context-share

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to seamlessly transfer important context, findings, or summaries from your current chat session to another, ensuring continuity and efficient collaboration.

Core Features & Use Cases

  • Context Summarization: Automatically generates concise summaries of relevant conversation parts.
  • Session Management: Creates new chat sessions or identifies recent ones to send context to.
  • Use Case: After debugging a complex issue, you can use this Skill to send a summary of the problem and solution to a project-specific chat for documentation or further action.

Quick Start

Use the context-share skill to send the key findings from this conversation to my 'ansible-personal' chat.

Frequently Asked Questions about context-share

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

FAQPage Schema
How do I share conversation context from one chat session to another?

You can share conversational context by having the Skill summarize key findings and send them to a specified or recent chat session via HTTP requests. It handles intent parsing to determine the destination and content.

Can I send a summary of my current chat to a specific OpenCode session?

Yes, you can send a summary to a specific or most recent OpenCode session. The Skill resolves the target session via HTTP requests to an OpenCode server and posts the summarized context directly to that chat.

What is the best way to transfer debugging findings to a project-specific chat?

The best way to transfer debugging findings is using this Skill's context summarization feature. It generates concise summaries of relevant conversation parts and sends them to your project-specific chat for documentation or further action.

Does context sharing work without setting up dependencies?

Yes, context sharing works without additional dependencies. The Skill operates independently using built-in scripts and references, requiring only an active OpenCode server connection to handle session creation and message posting via HTTP requests.

What happens if the API cannot resolve the target chat session during context transfer?

If the API cannot resolve the target chat session, the Skill applies robust error handling for API interactions and session resolution. This ensures failures are caught and managed gracefully during the context transfer process.