blogit

Convert raw AI agent session transcripts into first-person Markdown articles.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/bugkiwi/blogit --skill blogit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogit
Source: https://github.com/bugkiwi/blogit/tree/main/skills/blogit
Command: npx skills add https://github.com/bugkiwi/blogit --skill blogit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms raw, messy AI chat transcripts into coherent, evidence-backed, first-person articles, removing the need for manual summarization and formatting.

Core Features & Use Cases

  • Privacy-Aware Extraction: Automatically filters out system prompts, tool calls, and sensitive data while retaining only the meaningful dialogue.
  • Evidence-Based Drafting: Performs read-only repository verification to ensure technical claims are accurate and anchored to actual code.
  • Use Case: An engineer can use this to convert a week of complex debugging sessions with Claude or Codex into a professional engineering retrospective or implementation walkthrough without exposing private keys or internal tool chatter.

Quick Start

Use the blogit skill to discover recent sessions and draft an article based on the selected agent history.

Frequently Asked Questions about blogit

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

FAQPage Schema
How do I convert AI agent session transcripts into structured articles?

To convert AI agent session transcripts into structured articles, you can use automation to extract meaningful dialogue, filter out system prompts, and format the output as first-person Markdown. This removes manual formatting and ensures coherent engineering documentation.

How does automated dialogue extraction handle sensitive data in chat transcripts?

Automated dialogue extraction handles sensitive data by performing privacy-aware filtering that removes system prompts, tool calls, and private information. It retains only the meaningful dialogue required to draft technical documentation.

Can I verify technical claims from agent sessions against my local repository?

Yes, you can verify technical claims against your local repository using read-only repository checks. This evidence-based drafting mechanism ensures that the generated Markdown articles remain factually accurate and anchored to actual code.

Does this transcript conversion process support both Claude and Codex sessions?

Yes, the transcript conversion process supports both Claude and Codex sessions. It discovers recent agent histories and transforms them into professional engineering retrospectives or implementation walkthroughs.

What is the best way to generate engineering retrospectives from debugging sessions?

The best way to generate engineering retrospectives from debugging sessions is to automate the conversion of raw transcripts into first-person Markdown articles. This filters out noise and ensures factual accuracy through local repository verification.