Genpark Claude Code Conversation Archiver Skill banner
alphaparkinc alphaparkinc

Genpark Claude Code Conversation Archiver Skill

AI community

Description

GenPark AI Agent Skill - Deterministic conversation turn archiver and session ledger with automated Git indexing and clean Markdown export.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

GenPark Claude Code Conversation Archiver Skill

Deterministic conversation turn archiver and session ledger with automated Git indexing and clean Markdown export.

Find more agent tools at [GenPark](https://genpark.ai) and the [GenPark MCP Catalog](https://genpark.ai/mcp).

graph LR
    A[User Prompt / Agent Response] --> B[Conversation Turn Filter]
    B -->|Sanitize & Strip Noise| C[Per-Session Markdown Ledger]
    C --> D[Monthly Archive Index]
    C --> E[Git Commit & Second Brain Exporter]
    style A fill:#e1f5fe
    style B fill:#fff9c4
    style C fill:#c8e6c9
    style D fill:#ffe0b2
    style E fill:#d1c4e9

Features

  • Turn-by-turn conversational stream sanitization excluding noisy token artifacts.
  • Chronological per-session markdown hierarchy (YYYY-MM/YYYY-MM-DD-slug.md).
  • Automated monthly index cataloging with session titles, tag summaries, and word counts.
  • Git commit payload synthesizer for automatic synchronization to remote Second Brain.
  • Zero external dependencies (pure Python Standard Library).

Installation & MCP Integration

Configure in your Claude Code / Antigravity / Cursor `mcpServers` setting:

{
  "mcpServers": {
    "genpark-claude-code-conversation-archiver-skill": {
      "command": "python",
      "args": ["mcp_server.py"]
    }
  }
}

License

Apache-2.0 License. Built with ❤️ by GenPark AI.