okhp3-thread-extract-mistral-vibe

Extract pasted Mistral Vibe conversations into standalone Markdown artifacts with provenance metadata.

Updated Aug 17, 2026
One-click install
npx skills add https://github.com/OKHP3/telling-forward --skill okhp3-thread-extract-mistral-vibe-okhp3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okhp3-thread-extract-mistral-vibe
Source: https://github.com/OKHP3/telling-forward/tree/main/.agents/skills/okhp3-thread-extract-mistral-vibe
Command: npx skills add https://github.com/OKHP3/telling-forward --skill okhp3-thread-extract-mistral-vibe-okhp3

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Valuable reasoning, decisions, and reusable assets from Mistral Vibe or former Le Chat conversations are trapped in ephemeral chat threads, and manual copy-paste loses structure, roles, tool traces, and provenance. ## Core Features & Use Cases - Structured Thread Extraction: Converts pasted Vibe Work, Chat, or Code threads into standalone Markdown with turn ledgers, content element ledgers, claim classification, and actionable handoffs. - Depth-Controlled Distillation: Supports rapid, balanced, and comprehensive extraction profiles with aliases like scan, distill, and catalog, plus focus and must-preserve controls. - Validated Artifact Writer: The bundled Python utility generates slugified filenames, validated YAML frontmatter, and atomic writes with dry-run and collision protection. - Use Case: You pasted a long Vibe Work session containing a plan, tool calls, and Canvas references. The skill normalizes roles, catalogs missing sidecars, redacts private data, and writes a repository-ready extract that a reader without Mistral account access can resume from. ## Quick Start Extract this pasted Mistral Vibe thread into a standalone Markdown artifact at balanced depth and save it under docs/thread-extracts.

Frequently Asked Questions about okhp3-thread-extract-mistral-vibe

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

FAQPage Schema
How do I extract a Mistral Vibe conversation into Markdown?▼

Paste the Vibe Work, Chat, or Code thread into the conversation and request an extraction depth such as rapid, balanced, or comprehensive. The skill builds turn and element ledgers, then runs scripts/create_thread_extract.py to write a validated Markdown artifact into your repository.

What extraction depth should I use for a long chat thread?▼

Use balanced, the default, for most threads since it preserves high-value context with documented compression. Choose rapid or scan for a compact continuity brief, and comprehensive or catalog when every turn and element needs an individual disposition.

Does this require a Mistral account or API key?▼

No Mistral login, API key, network access, or connector is required. The skill only processes material you manually paste, and it never claims direct access to your Mistral account, Vibe sessions, or connected tools.

Can it handle Canvas tabs, tool calls, and code diffs from Vibe?▼

Yes, the skill catalogs Canvas tabs, tool events, connector results, code diffs, and test output as separate content elements with fidelity levels. Elements referenced but not pasted are marked referenced-not-supplied or unavailable rather than invented.

What are the limitations of extracting pasted chat threads?▼

The extract is a reviewed distillation, not a lossless archive, and completeness depends on what was actually pasted. Hidden connector context, unseen tool state, and missing sidecars are flagged as gaps, and raw private material is not committed by default.