session-pattern-archiver

Archive Discord session patterns to Obsidian using Python.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill session-pattern-archiver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-pattern-archiver
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/%40action/skills/session-pattern-archiver
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill session-pattern-archiver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires discord.py, datetime, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the archiving of Discord session patterns to Obsidian, simplifying the process of tracking and analyzing your interactions.

Core Features & Use Cases

  • Automated Session Archiving: Archive Discord session patterns to Obsidian automatically.
  • Pattern Recognition: Extracts information like intent, reasoning, and decisions from session logs.
  • Use Case: Ideal for maintaining a comprehensive record of your work sessions for review and analysis, especially for knowledge workers who rely heavily on communication logs for documentation.

Quick Start

Use the /sync-obsidian command to trigger the archiving of the current thread's session pattern to Obsidian.

Frequently Asked Questions about session-pattern-archiver

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

FAQPage Schema
How do I automate Discord session archiving to Obsidian?

You can automate Discord session archiving to Obsidian by using Python scripts that process session patterns and structure the data for your knowledge base. This requires discord.py and datetime for real-time archiving and thread management.

What is the best way to extract intent and decisions from Discord session logs?

Extracting intent and decisions from Discord session logs is handled through pattern recognition during the archiving process. The Skill analyzes your session patterns to automatically pull out intent, reasoning, and decisions for documentation.

Do I need discord.py to sync Discord threads to Obsidian?

Yes, you need discord.py to sync Discord threads to Obsidian, along with the datetime library. These dependencies are required to handle real-time archiving and manage thread sessions effectively.

Can I use session pattern archiving for comprehensive work session documentation?

Session pattern archiving is ideal for comprehensive work session documentation, especially for knowledge workers relying on communication logs. It maintains a structured record of your sessions for later review and analysis.

How do I trigger session archiving for a current Discord thread?

To trigger session archiving for a current Discord thread, use the /sync-obsidian command. This automatically processes the thread's session pattern and sends the structured data directly to your Obsidian workspace.