forge

Extract decisions, learnings, failures, and patterns from session transcripts.

418|40|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/boshu2/agentops --skill forge-boshu2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge
Source: https://github.com/boshu2/agentops/tree/main/skills/forge
Command: npx skills add https://github.com/boshu2/agentops --skill forge-boshu2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the laborious process of capturing and organizing knowledge from session transcripts, turning informal conversations into structured insights.

Core Features & Use Cases

  • Transcript mining: Identify decisions, learnings, failures, and patterns from sessions.
  • Automated indexing: Write outputs to .agents/forge/YYYY-MM-DD-forge.md and index for quick retrieval.
  • Use Case: After a project retrospective, run /forge to extract key takeaways and store them for learnings review.

Quick Start

Use the forge skill to mine the most recent session transcripts and generate a forge report. ao forge --recent ao forge transcript <path>

Frequently Asked Questions about forge

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

FAQPage Schema
How do I extract decisions and patterns from session transcripts?

Extracting decisions and patterns from session transcripts is done by automated mining tools that identify key learnings and failures, consolidating them into structured outputs for easy retrieval and indexing. This skill processes multiple transcripts automatically.

What is the best way to capture knowledge from AI agent workflows?

Capturing knowledge from AI agent workflows is best done by running post-session mining on your transcripts, automatically categorizing insights and writing them to a structured file format like .agents/forge/ for indexing and later review.

How do I automatically index transcript insights for quick retrieval?

Automatically indexing transcript insights for quick retrieval is achieved by applying a mining tool that writes extracted decisions and learnings to a dated markdown file, such as YYYY-MM-DD-forge.md, ensuring structured categorization signals are preserved.

Can I consolidate insights from multiple transcripts into one report?

Consolidating insights from multiple transcripts into one report is supported. This skill mines various session transcripts simultaneously, extracting failures and patterns to generate a unified, structured knowledge capture file.

Does this transcript mining tool require any dependencies?

No, this transcript mining tool requires no dependencies. It operates independently to extract categorization signals from your session data and outputs a writable file format suitable for indexing without needing external components.