capture-learning

Capture conversation learnings into project knowledge files and cross-project patterns.

5|2|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/petekp/agent-skills --skill capture-learning
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: capture-learning
Source: https://github.com/petekp/agent-skills/tree/main/skills/capture-learning
Command: npx skills add https://github.com/petekp/agent-skills --skill capture-learning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures and organizes learnings from conversations so they can be reused across projects, preserving debugging insights, decisions, and patterns for future work.

Core Features & Use Cases

  • Extract actionable learnings from chats and store them as project knowledge files or reusable patterns.
  • Determine whether learnings are project-specific or cross-project to guide where they are saved.
  • Create lightweight knowledge entries that can be attached to CLAUDE.md or other docs.

Quick Start

Tell me to capture this learning and specify where to store it (project knowledge or reusable skills cache).

Frequently Asked Questions about capture-learning

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

FAQPage Schema
How do I extract and save project learnings from development conversations?▼

To capture project learnings, you direct the tool to extract actionable insights from chats and save them as project knowledge files or reusable patterns. It determines whether learnings are project-specific or cross-project to guide storage location.

What is the best way to document debugging insights and design decisions for future reuse?▼

Documenting debugging insights and design decisions is handled by generating lightweight Markdown-ready entries that categorize learnings by scope. These entries can be directly attached to CLAUDE.md or other project documentation files.

Can I organize cross-project patterns separately from project-specific knowledge?▼

Yes, organizing cross-project patterns separately is supported by evaluating whether a learning is project-specific or broadly applicable. It routes project-specific learnings to project knowledge files and broader patterns to a reusable skills cache.

How do I integrate captured learnings with existing CLAUDE documentation workflows?▼

Integrating captured learnings with CLAUDE documentation workflows works by creating lightweight knowledge entries formatted for CLAUDE.md. You tell the tool to capture the learning and specify whether it should attach to project docs or the reusable cache.

Does capturing knowledge from chats require any external dependencies or specific setup?▼

Capturing knowledge from chats requires no external dependencies or special setup. It operates natively to extract conversation insights, categorize them by scope, and generate Markdown-ready entries for your documentation.