run

Extract team conversations into structured markdown documents.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/RealXP-Lab/armory --skill run-realxp-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/RealXP-Lab/armory/tree/main/claude-plugins/conversation-distill/skills/run
Command: npx skills add https://github.com/RealXP-Lab/armory --skill run-realxp-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates turning dispersed team conversations and meeting transcripts into structured, discoverable markdown documents so knowledge is captured, deduplicated, and placed into repository templates without manual transcription or file juggling.

Core Features & Use Cases

  • Extraction from live channels and single-file transcripts with channel-specific rules (Discord, GitHub, local transcripts).
  • File attachment handling, QMD incremental re-indexing, deduplication, scoring against existing knowledge, and templated placement (decisions, processes, resources, troubleshooting).
  • End-to-end pipeline that updates cursors, commits changes, and posts a digest; useful for daily knowledge capture, retroactive meeting processing, and keeping authored docs in sync with team decisions.

Quick Start

Ask the assistant to run the conversation-distill pipeline with an optional transcript file path (leave empty for daily channel ingest).

Frequently Asked Questions about run

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

FAQPage Schema
How do I extract knowledge from Discord conversations into structured markdown?

Extracting knowledge from Discord conversations into structured markdown involves fetching messages via MCP, applying channel-specific rules, and scoring content against a rubric. The pipeline handles deduplication and drafts files into repository templates for team knowledge capture.

Can I process single-file meeting transcripts to generate repository docs?

Yes, you can process single-file meeting transcripts to generate repository docs by providing a transcript file path. The skill applies transcript-mode workflows to extract knowledge, deduplicate against existing content, and draft structured markdown files.

Does this tool work with GitHub comments for daily knowledge ingest?

Yes, this tool works with GitHub comments for daily knowledge ingest by applying channel-specific extraction rules. It fetches comments via MCP, scores them against existing knowledge, and drafts them into templated markdown files with git commit and notification steps.

What is the best way to deduplicate team conversations when capturing knowledge?

Deduplicating team conversations when capturing knowledge is handled through QMD incremental re-indexing and searches. The skill scores extracted content against existing knowledge to prevent redundancy before drafting structured markdown files.

How do I automate turning meeting transcripts into decisions and troubleshooting docs?

You automate turning meeting transcripts into decisions and troubleshooting docs by running the conversation-distill pipeline. The skill extracts relevant knowledge, scores it, and places it into matching repository templates like processes, resources, and troubleshooting files.

Do I need to manually commit markdown files generated from team conversations?

No, you do not need to manually commit markdown files generated from team conversations. The pipeline handles git commit steps and posts a digest notification automatically after drafting and placing the templated files.