update-agent-learnings

Extracts session learnings and propagates them to central and agent-specific files.

13|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ulpi-io/browse --skill update-agent-learnings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-agent-learnings
Source: https://github.com/ulpi-io/browse/tree/main/.agents/skills/update-agent-learnings
Command: npx skills add https://github.com/ulpi-io/browse --skill update-agent-learnings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Session learnings often remain siloed across agents, making it hard to uniformly improve behavior. This skill extracts patterns, mistakes, or insights from conversations and propagates them to the central learnings repository and the appropriate agent files based on scope (Global, Claude Code Only, or Agent-Specific).

Core Features & Use Cases

  • Centralized capture and categorization of learnings into global and agent-specific sections.
  • Automated propagation to .claude/learnings/agent-learnings.md and per-agent files to ensure alignment across subagents.
  • Phase-driven workflow including session analysis, learning extraction, central update, and agent file synchronization.

Quick Start

Run the update process after a challenging session to extract actionable learnings and propagate them to central and agent-specific files.

Frequently Asked Questions about update-agent-learnings

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

FAQPage Schema
How do I document session learnings for AI agents in a central repository?

You can document session learnings by extracting actionable patterns and mistakes, then propagating them to a central learnings repository. This skill categorizes insights into Global, Claude Code Only, or Agent-Specific scopes to ensure uniform behavior improvements across all subagents.

What is the best way to synchronize agent learnings across multiple subagents?

The best way to synchronize agent learnings is using a phased workflow that updates a central file and per-agent files. This process analyzes the session, extracts learnings, updates the central repository, and synchronizes agent files with validation to ensure alignment.

How does agent learning propagation work for global and agent-specific scopes?

Agent learning propagation works by applying extracted insights to defined scopes: Global, Claude Code Only, or Agent-Specific. Updates are pushed to the central repository and then synchronized to either all subagents or the targeted agent file accordingly.

Can I capture conversation insights and apply them to Claude Code agent files?

Yes, you can capture conversation insights and apply them to Claude Code agent files. The skill updates the central learnings repository and synchronizes the relevant per-agent files, ensuring the Claude Code scope receives the extracted behavioral patterns.

When should I run a session analysis to extract agent learnings?

You should run a session analysis to extract agent learnings immediately after a challenging session. This timing allows you to capture concrete patterns, mistakes, or insights while the context is fresh, propagating them to the central file and relevant agent files for validation.

Why do session learnings remain siloed across different agents?

Session learnings remain siloed across agents when there is no centralized capture mechanism to propagate updates. Without a standardized workflow to extract insights and synchronize per-agent files, behavioral improvements fail to align across the entire subagent network.